summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/overview/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/overview/views.py')
-rw-r--r--tuskar_ui/infrastructure/overview/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuskar_ui/infrastructure/overview/views.py b/tuskar_ui/infrastructure/overview/views.py
index 6cc09546..6e0c17f5 100644
--- a/tuskar_ui/infrastructure/overview/views.py
+++ b/tuskar_ui/infrastructure/overview/views.py
@@ -213,7 +213,7 @@ class IndexView(horizon.forms.ModalFormView, views.StackMixin):
if not stack.is_failed:
context['show_last_events'] = False
context['progress'] = 100
- controller_role = plan.get_role_by_name("controller")
+ controller_role = plan.get_role_by_name("Controller")
context['admin_password'] = plan.parameter_value(
controller_role.parameter_prefix + 'AdminPassword')