aboutsummaryrefslogtreecommitdiffstats
path: root/network/endpoints/endpoint_data.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-11 11:24:38 +0000
committerGerrit Code Review <review@openstack.org>2016-08-11 11:24:38 +0000
commit05691d25087e83066fbf5caadd022dca4c7131f2 (patch)
treed5faec663397e5debc06a14c848c8556cca620e9 /network/endpoints/endpoint_data.yaml
parent586eb5b1700e542a6333dad501d3091c3e593aba (diff)
parentf634cd1e42849d93b02a2189d2fd79a4248d97fd (diff)
Merge "Add hieradata for Manila v1 and v2 endpoints"
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 b842121d..ef3437f4 100644
--- a/network/endpoints/endpoint_data.yaml
+++ b/network/endpoints/endpoint_data.yaml
@@ -141,14 +141,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: