Remove nova conf for guestagent
It seems that the current guestagent only needs to communicate through amqp, and does not need to interact with nova, so the related nova configuration can be removed from the guestagent, which can reduce some invalid configuration. Similarly, we removed the related configuration of condutor and guestagent in devstack plugin. Change-Id: I3f0b3b445c053351c1f3e966d77ea228df0e94a7
This commit is contained in:
parent
4d358c8f5d
commit
636e0053bd
@ -272,9 +272,6 @@ function configure_trove {
|
||||
iniset $TROVE_CONDUCTOR_CONF oslo_messaging_rabbit rabbit_userid $RABBIT_USERID
|
||||
|
||||
iniset $TROVE_CONDUCTOR_CONF database connection `database_connection_url trove`
|
||||
iniset $TROVE_CONDUCTOR_CONF DEFAULT nova_proxy_admin_user radmin
|
||||
iniset $TROVE_CONDUCTOR_CONF DEFAULT nova_proxy_admin_tenant_name trove
|
||||
iniset $TROVE_CONDUCTOR_CONF DEFAULT nova_proxy_admin_pass $RADMIN_USER_PASS
|
||||
iniset $TROVE_CONDUCTOR_CONF DEFAULT trove_auth_url $TROVE_AUTH_ENDPOINT
|
||||
iniset $TROVE_CONDUCTOR_CONF DEFAULT control_exchange trove
|
||||
|
||||
@ -291,9 +288,6 @@ function configure_trove {
|
||||
iniset $TROVE_GUESTAGENT_CONF oslo_messaging_rabbit rabbit_userid $RABBIT_USERID
|
||||
iniset $TROVE_GUESTAGENT_CONF oslo_messaging_rabbit rabbit_hosts $TROVE_HOST_GATEWAY
|
||||
|
||||
iniset $TROVE_GUESTAGENT_CONF DEFAULT nova_proxy_admin_user radmin
|
||||
iniset $TROVE_GUESTAGENT_CONF DEFAULT nova_proxy_admin_tenant_name trove
|
||||
iniset $TROVE_GUESTAGENT_CONF DEFAULT nova_proxy_admin_pass $RADMIN_USER_PASS
|
||||
iniset $TROVE_GUESTAGENT_CONF DEFAULT trove_auth_url $TROVE_AUTH_ENDPOINT
|
||||
iniset $TROVE_GUESTAGENT_CONF DEFAULT control_exchange trove
|
||||
iniset $TROVE_GUESTAGENT_CONF DEFAULT ignore_users os_admin
|
||||
|
@ -54,9 +54,6 @@ data store version.
|
||||
|
||||
rabbit_host = controller
|
||||
rabbit_password = RABBIT_PASS
|
||||
nova_proxy_admin_user = admin
|
||||
nova_proxy_admin_pass = ADMIN_PASS
|
||||
nova_proxy_admin_tenant_name = service
|
||||
trove_auth_url = http://controller:35357/v2.0
|
||||
|
||||
This example assumes you have created a MySQL 5.5 image called
|
||||
|
@ -96,9 +96,6 @@
|
||||
|
||||
rabbit_host = controller
|
||||
rabbit_password = RABBIT_PASS
|
||||
nova_proxy_admin_user = admin
|
||||
nova_proxy_admin_pass = ADMIN_PASS
|
||||
nova_proxy_admin_tenant_name = service
|
||||
trove_auth_url = http://controller/identity_admin/v2.0
|
||||
|
||||
7. Populate the trove database you created earlier in this procedure:
|
||||
|
Loading…
Reference in New Issue
Block a user