iniset_rpc_backend default section
iniset_rpc_backend should know what section it needs to set the config options in better than the callers. The config options have actually been moved to different sections and the options in the DEFAULT section are deprecated. Change-Id: I0e07fe03c7812ef8df49e126bf71c57588635639
This commit is contained in:
2
lib/nova
2
lib/nova
@@ -537,7 +537,7 @@ function create_nova_conf {
|
||||
|
||||
iniset $NOVA_CONF DEFAULT ec2_dmz_host "$EC2_DMZ_HOST"
|
||||
iniset $NOVA_CONF DEFAULT keystone_ec2_url $KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT/v2.0/ec2tokens
|
||||
iniset_rpc_backend nova $NOVA_CONF DEFAULT
|
||||
iniset_rpc_backend nova $NOVA_CONF
|
||||
iniset $NOVA_CONF glance api_servers "${GLANCE_SERVICE_PROTOCOL}://${GLANCE_HOSTPORT}"
|
||||
|
||||
iniset $NOVA_CONF DEFAULT osapi_compute_workers "$API_WORKERS"
|
||||
|
||||
Reference in New Issue
Block a user