Andrew Bogott has submitted this change and it was merged. Change subject: glance: qualify var ......................................................................
glance: qualify var bug: T97251 Change-Id: Ie393723a68e078f683645e3838d4f586d75c2b09 --- M modules/openstack/templates/icehouse/keystone/keystone.conf.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Andrew Bogott: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/openstack/templates/icehouse/keystone/keystone.conf.erb b/modules/openstack/templates/icehouse/keystone/keystone.conf.erb index f436f11..eb182a8 100644 --- a/modules/openstack/templates/icehouse/keystone/keystone.conf.erb +++ b/modules/openstack/templates/icehouse/keystone/keystone.conf.erb @@ -9,7 +9,7 @@ # public_port = 5000 # The port number which the public admin listens on -admin_port = <%= glanceconfig["keystone_auth_port"] %> +admin_port = <%= @glanceconfig["keystone_auth_port"] %> # The port number which the OpenStack Compute service listens on # compute_port = 8774 -- To view, visit https://gerrit.wikimedia.org/r/215694 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie393723a68e078f683645e3838d4f586d75c2b09 Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Matanya <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Andrew Bogott <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
