From 216820e75ac0c14ff848bdb79db8ccd20352d592 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Fri, 10 Mar 2017 11:53:31 +0000 Subject: [PATCH] Move away from "tenant_id" endpoints for Nova We no longer need the tenant_id part of the Nova endpoint. Change-Id: I5208597bba670f04b82235a81c8288cea3dbd893 --- test-vars.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-vars.yml b/test-vars.yml index 71f4e422..057556be 100644 --- a/test-vars.yml +++ b/test-vars.yml @@ -172,11 +172,11 @@ nova_rabbitmq_vhost: /nova nova_rabbitmq_use_ssl: "{{ rabbitmq_use_ssl }}" nova_program_name: nova-api-os-compute nova_service_adminuri: "http://{{ test_nova_api_compute_host }}:8774" -nova_service_adminurl: "{{ nova_service_adminuri }}/v2.1/%(tenant_id)s" +nova_service_adminurl: "{{ nova_service_adminuri }}/v2.1" nova_service_publicuri: "http://{{ test_nova_api_compute_host }}:8774" -nova_service_publicurl: "{{ nova_service_publicuri }}/v2.1/%(tenant_id)s" +nova_service_publicurl: "{{ nova_service_publicuri }}/v2.1" nova_service_internaluri: "http://{{ test_nova_api_compute_host }}:8774" -nova_service_internalurl: "{{ nova_service_internaluri }}/v2.1/%(tenant_id)s" +nova_service_internalurl: "{{ nova_service_internaluri }}/v2.1" nova_spice_html5proxy_base_uri: "http://{{ test_nova_console_host }}:6082" nova_spice_html5proxy_base_url: "{{ nova_spice_html5proxy_base_uri }}/spice_auto.html" nova_service_password: "secrete"