| commit | 960c451755a124faa983af305e75a2136f9b2a3d | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Thu Jun 09 14:21:05 2016 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Thu Jun 09 14:21:05 2016 +0000 |
| tree | 1f33bf49a4553e4ef75e2c33a10ad201e3223f95 | |
| parent | 75ace7a5edbb6496633b97dc1d6b60e000ff3e5f [diff] | |
| parent | 9ee1426847569637346610512fb8c9cd7bbefbb6 [diff] |
Merge "Set my_ip in cinder.conf"
diff --git a/lib/cinder b/lib/cinder index de67593..bcf2409 100644 --- a/lib/cinder +++ b/lib/cinder
@@ -270,6 +270,7 @@ iniset $CINDER_CONF DEFAULT state_path $CINDER_STATE_PATH iniset $CINDER_CONF oslo_concurrency lock_path $CINDER_STATE_PATH iniset $CINDER_CONF DEFAULT periodic_interval $CINDER_PERIODIC_INTERVAL + iniset $CINDER_CONF DEFAULT my_ip "$HOST_IP" iniset $CINDER_CONF DEFAULT os_region_name "$REGION_NAME"