From 6f56762191656abef93349f2e68b71839672a364 Mon Sep 17 00:00:00 2001 From: Ana Krivokapic Date: Fri, 21 Aug 2015 12:33:16 +0200 Subject: Create cinderv2 service and endpoint on the overcloud Change-Id: I29593d029bc7dd21b22ca75adb7f940333cca0bc --- tuskar_ui/infrastructure/overview/forms.py | 3 +++ tuskar_ui/infrastructure/overview/tests.py | 1 + 2 files changed, 4 insertions(+) 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', -- cgit v1.2.1