summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAna Krivokapic <akrivoka@redhat.com>2015-08-21 12:33:16 +0200
committerAna Krivokapic <akrivoka@redhat.com>2015-08-21 12:33:16 +0200
commit6f56762191656abef93349f2e68b71839672a364 (patch)
tree021d43e9bde674b0d5939eaacf4a6dacc6c977c3
parente2ce1ec3dd7ed40a8910a6c229a7319c1433e74b (diff)
downloadtuskar-ui-6f56762191656abef93349f2e68b71839672a364.tar.gz
Create cinderv2 service and endpoint on the overcloud
Change-Id: I29593d029bc7dd21b22ca75adb7f940333cca0bc
-rw-r--r--tuskar_ui/infrastructure/overview/forms.py3
-rw-r--r--tuskar_ui/infrastructure/overview/tests.py1
2 files changed, 4 insertions, 0 deletions
diff --git a/tuskar_ui/infrastructure/overview/forms.py b/tuskar_ui/infrastructure/overview/forms.py
index ff78123e..77ff8c37 100644
--- a/tuskar_ui/infrastructure/overview/forms.py
+++ b/tuskar_ui/infrastructure/overview/forms.py
@@ -412,6 +412,9 @@ class PostDeployInit(horizon.forms.SelfHandlingForm):
"cinder": {
"password": plan.parameter_value(
controller_role.parameter_prefix + 'CinderPassword')},
+ "cinderv2": {
+ "password": plan.parameter_value(
+ controller_role.parameter_prefix + 'CinderPassword')},
"ec2": {
"password": plan.parameter_value(
controller_role.parameter_prefix + 'GlancePassword')},
diff --git a/tuskar_ui/infrastructure/overview/tests.py b/tuskar_ui/infrastructure/overview/tests.py
index 760f193c..20155c86 100644
--- a/tuskar_ui/infrastructure/overview/tests.py
+++ b/tuskar_ui/infrastructure/overview/tests.py
@@ -278,6 +278,7 @@ class OverviewTests(test.BaseAdminViewTests):
'path': '/',
'admin_path': '/admin'},
'cinder': {'password': None},
+ 'cinderv2': {'password': None},
'glance': {'password': None},
'swift': {'password': None,
'path': '/v1/AUTH_%(tenant_id)s',