Remove tenant_id from nova v2.1 endpoint
authorBen Nemec <bnemec@redhat.com>
Mon, 16 May 2016 18:07:46 +0000 (13:07 -0500)
committerBen Nemec <bnemec@redhat.com>
Mon, 16 May 2016 18:07:46 +0000 (13:07 -0500)
Per the nova devs on [1], this is not necessary.

Change-Id: I11974432c995b22b3c98ef9ae2adc3508d9cc536
1: https://review.openstack.org/#/c/316241/1/manifests/keystone/auth.pp

network/endpoints/endpoint_data.yaml
network/endpoints/endpoint_map.yaml

index f88a68f..21e604a 100644 (file)
@@ -123,15 +123,15 @@ Nova:
     Internal:
         vip_param: NovaApi
         uri_suffixes:
-            '': /v2.1/%(tenant_id)s
+            '': /v2.1
     Public:
         vip_param: Public
         uri_suffixes:
-            '': /v2.1/%(tenant_id)s
+            '': /v2.1
     Admin:
         vip_param: NovaApi
         uri_suffixes:
-            '': /v2.1/%(tenant_id)s
+            '': /v2.1
     port: 8774
 
 NovaEC2:
index 1bd35a7..7d08494 100644 (file)
@@ -1370,7 +1370,7 @@ outputs:
                   IP_ADDRESS: {get_param: NovaApiVirtualIP}
             - ':'
             - get_param: [EndpointMap, NovaAdmin, port]
-            - /v2.1/%(tenant_id)s
+            - /v2.1
         uri_no_suffix:
           list_join:
           - ''
@@ -1409,7 +1409,7 @@ outputs:
                   IP_ADDRESS: {get_param: NovaApiVirtualIP}
             - ':'
             - get_param: [EndpointMap, NovaInternal, port]
-            - /v2.1/%(tenant_id)s
+            - /v2.1
         uri_no_suffix:
           list_join:
           - ''
@@ -1448,7 +1448,7 @@ outputs:
                   IP_ADDRESS: {get_param: PublicVirtualIP}
             - ':'
             - get_param: [EndpointMap, NovaPublic, port]
-            - /v2.1/%(tenant_id)s
+            - /v2.1
         uri_no_suffix:
           list_join:
           - ''