aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-31 11:06:51 +0000
committerDan Trainor <dan.trainor@gmail.com>2017-06-05 10:28:14 -0400
commit4216c6bff1c9322cccc220e0c83acedc1d4d17c5 (patch)
tree8c658a461e72ae7e1636027617ecdb1ac49ff154 /templates
parent312b3d47b5c97718dcb0b05cf242800a0281d0ab (diff)
Support for proxying ironic-inspector via Apache
Future work in the UI requires Apache to proxy for the ironic-inspector service the same as it has for other related services. This adds support for ironic-inspector through Apache's mod_proxy Closes-Bug: 1695202 Depends-On: Id395604f1dfbc4bf4f26adbe05f484a10227fd76 Change-Id: I9dcb0769ff90a2fc9561cb86bb822be8087ffe8e
Diffstat (limited to 'templates')
-rw-r--r--templates/ui/tripleo_ui_config.js.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/ui/tripleo_ui_config.js.erb b/templates/ui/tripleo_ui_config.js.erb
index f179637..cd02798 100644
--- a/templates/ui/tripleo_ui_config.js.erb
+++ b/templates/ui/tripleo_ui_config.js.erb
@@ -7,6 +7,7 @@ window.tripleOUiConfig = {
'keystone': '<%= @endpoint_config_keystone %>',
'heat': '<%= @endpoint_config_heat %>',
'ironic': '<%= @endpoint_config_ironic %>',
+ 'ironic-inspector': '<%= @endpoint_config_ironic_inspector %>',
'mistral': '<%= @endpoint_config_mistral %>',
'swift': '<%= @endpoint_config_swift %>',
'zaqar-websocket': '<%= @endpoint_config_zaqar %>',