Browse code

Merge "Remove my_ip from cinder.conf"

Jenkins authored on 2015/03/13 00:08:26
Showing 1 changed files
... ...
@@ -228,7 +228,6 @@ function configure_cinder {
228 228
     iniset $CINDER_CONF DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL
229 229
     iniset $CINDER_CONF DEFAULT verbose True
230 230
 
231
-    iniset $CINDER_CONF DEFAULT my_ip "$CINDER_SERVICE_HOST"
232 231
     iniset $CINDER_CONF DEFAULT iscsi_helper tgtadm
233 232
     iniset $CINDER_CONF DEFAULT sql_connection `database_connection_url cinder`
234 233
     iniset $CINDER_CONF DEFAULT api_paste_config $CINDER_API_PASTE_INI