summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/overview/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/overview/urls.py')
-rw-r--r--tuskar_ui/infrastructure/overview/urls.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tuskar_ui/infrastructure/overview/urls.py b/tuskar_ui/infrastructure/overview/urls.py
index 6e409a6b..35410d5d 100644
--- a/tuskar_ui/infrastructure/overview/urls.py
+++ b/tuskar_ui/infrastructure/overview/urls.py
@@ -32,4 +32,7 @@ urlpatterns = urls.patterns(
urls.url(r'^scale-out$',
views.ScaleOutView.as_view(),
name='scale_out'),
+ urls.url(r'^download-overcloudrc$',
+ views.download_overcloudrc_file,
+ name='download_overcloudrc'),
)