aboutsummaryrefslogtreecommitdiffstats
path: root/network/endpoints/endpoint_data.yaml
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2016-05-16 13:07:46 -0500
committerBen Nemec <bnemec@redhat.com>2016-05-16 13:07:46 -0500
commit6c2dea469c2ad197f766a614eea25c24f92cbae0 (patch)
tree4d85c5d1f18b8fcf29638bede8d07254ce03a0cf /network/endpoints/endpoint_data.yaml
parent30c8663b9f3360e5c83413cf2b7487e99b805950 (diff)
Remove tenant_id from nova v2.1 endpoint
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
Diffstat (limited to 'network/endpoints/endpoint_data.yaml')
-rw-r--r--network/endpoints/endpoint_data.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/endpoints/endpoint_data.yaml b/network/endpoints/endpoint_data.yaml
index f88a68f4..21e604ae 100644
--- a/network/endpoints/endpoint_data.yaml
+++ b/network/endpoints/endpoint_data.yaml
@@ -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: