Revert the legacy_compute v2 api for nova

The related bugs are closed long-long time ago,
so this change tryes to remove the workaround added by the
reverted commit.

Related-Bug: #1493446
Related-Bug: #1491737

This reverts commit 5cc4f2ea82.

Change-Id: Ia56d3225ca4e29d239b4a792a08c081b3f0ac636
This commit is contained in:
Craig Vyvial 2015-09-08 14:38:45 -05:00
parent 1e654665d3
commit 7991d61804
1 changed files with 0 additions and 5 deletions

View File

@ -120,11 +120,6 @@ 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
# Increase default timeouts (required by the tests).