use the legacy_compute v2 api for nova instead of v2.1 for now.
Change-Id: Ib8c22d2fc40bc00107926ee5da4db49cb223c9a3
This commit is contained in:
parent
3fca3fcb96
commit
5cc4f2ea82
@ -115,6 +115,11 @@ function configure_trove {
|
||||
iniset $TROVE_TASKMANAGER_CONF DEFAULT nova_proxy_admin_tenant_name trove
|
||||
iniset $TROVE_TASKMANAGER_CONF DEFAULT nova_proxy_admin_pass $RADMIN_USER_PASS
|
||||
iniset $TROVE_TASKMANAGER_CONF DEFAULT trove_auth_url $TROVE_AUTH_ENDPOINT
|
||||
|
||||
# TODO(cp16net) use the compute v2 api as default v2.1 is not working.
|
||||
# https://bugs.launchpad.net/python-novaclient/+bug/1493446
|
||||
iniset $TROVE_TASKMANAGER_CONF DEFAULT nova_compute_service_type compute_legacy
|
||||
|
||||
setup_trove_logging $TROVE_TASKMANAGER_CONF
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user