Andrew Bogott has uploaded a new change for review. https://gerrit.wikimedia.org/r/307635
Change subject: Typo-fix: puppet_config_backend should be an http url, not https ...................................................................... Typo-fix: puppet_config_backend should be an http url, not https Change-Id: Ic27c5bc29c0950c0d371d02a109ed701d2e2a3d1 --- M modules/openstack/templates/liberty/horizon/local_settings.py.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/35/307635/1 diff --git a/modules/openstack/templates/liberty/horizon/local_settings.py.erb b/modules/openstack/templates/liberty/horizon/local_settings.py.erb index 62992b7..addc70e 100644 --- a/modules/openstack/templates/liberty/horizon/local_settings.py.erb +++ b/modules/openstack/templates/liberty/horizon/local_settings.py.erb @@ -538,4 +538,4 @@ CONSOLE_TYPE = False PUPPETMASTER_API = "https://<%= @novaconfig['controller_hostname'] %>:8140/puppet" -PUPPET_CONFIG_BACKEND = "https://<%= @novaconfig['controller_hostname'] %>:8100/v1" +PUPPET_CONFIG_BACKEND = "http://<%= @novaconfig['controller_hostname'] %>:8100/v1" -- To view, visit https://gerrit.wikimedia.org/r/307635 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic27c5bc29c0950c0d371d02a109ed701d2e2a3d1 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Andrew Bogott <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
