Andrew Bogott has uploaded a new change for review. https://gerrit.wikimedia.org/r/270330
Change subject: That last patch overcorrected... nova still calls testlabs 'testlabs' apparently. ...................................................................... That last patch overcorrected... nova still calls testlabs 'testlabs' apparently. Change-Id: I4547fe38b39849f3608ba50064c41fe2455f6e17 --- M modules/openstack/templates/kilo/designate/designate.conf.erb 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/30/270330/1 diff --git a/modules/openstack/templates/kilo/designate/designate.conf.erb b/modules/openstack/templates/kilo/designate/designate.conf.erb index 9df368b..fe714f2 100644 --- a/modules/openstack/templates/kilo/designate/designate.conf.erb +++ b/modules/openstack/templates/kilo/designate/designate.conf.erb @@ -239,8 +239,7 @@ ldappassword = <%= @keystoneconfig['ldap_user_pass'] %> nova_auth_name = "novaadmin" nova_auth_pass = "<%= @keystoneconfig['ldap_user_pass'] %>" -# This is the id for 'testlabs': -nova_auth_project = "669709120c054d078d04d8b90d1a8a1e" +nova_auth_project = "testlabs" nova_auth_url = "http://<%= @designateconfig['controller_hostname'] %>:35357/v2.0" keystone_auth_name = "novaadmin" keystone_auth_pass = "<%= @keystoneconfig['ldap_user_pass'] %>" -- To view, visit https://gerrit.wikimedia.org/r/270330 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4547fe38b39849f3608ba50064c41fe2455f6e17 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
