aboutsummaryrefslogtreecommitdiffstats
path: root/network/endpoints/endpoint_data.yaml
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-08-08 14:08:14 +0300
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-08-11 09:06:09 +0300
commitf634cd1e42849d93b02a2189d2fd79a4248d97fd (patch)
treeaa5aa13dd8ec5eb1464198b0ee2b8d82bd0af015 /network/endpoints/endpoint_data.yaml
parent77cca14bd760f091a1e481bd44e96f8882fb99cc (diff)
Add hieradata for Manila v1 and v2 endpoints
manila::keystone::auth assumes that two endpoints will be created; one for each version of Manila. This is not consistent with what we provide to the manifest. So we then add the needed endpoint to the EndpointMap. v2 is left as the default (not needing to specify a version when getting the value from the endpoint map), and v1 was added as an extra suffix. Change-Id: Ie8754fbb21f50c2613a2c05a52d771f4d1aeb4bb
Diffstat (limited to 'network/endpoints/endpoint_data.yaml')
-rw-r--r--network/endpoints/endpoint_data.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/endpoints/endpoint_data.yaml b/network/endpoints/endpoint_data.yaml
index 363950d1..f653274f 100644
--- a/network/endpoints/endpoint_data.yaml
+++ b/network/endpoints/endpoint_data.yaml
@@ -138,14 +138,17 @@ Manila:
vip_param: ManilaApi
uri_suffixes:
'': /v2/%(tenant_id)s
+ V1: /v1/%(tenant_id)s
Public:
vip_param: Public
uri_suffixes:
'': /v2/%(tenant_id)s
+ V1: /v1/%(tenant_id)s
Admin:
vip_param: ManilaApi
uri_suffixes:
'': /v2/%(tenant_id)s
+ V1: /v1/%(tenant_id)s
port: 8786
Neutron: