A bug in swift containerization was breaking provisioning
A method that swift containerization was invoking had been renamed, but the code was not updated when it was rebased. This broke the provisioning stage, even when swift was not being used. Change-Id: Ia987174adfa78f6cc92eab96cf72483836750c53 Closes-Bug: #1832025 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
parent
54cda51f68
commit
2f1714af4e
@ -114,7 +114,7 @@ class CephPuppet(openstack.OpenstackBasePuppet):
|
||||
self._get_service_tenant_name(),
|
||||
}
|
||||
|
||||
if utils.is_openstack_installed(self.dbapi):
|
||||
if utils.is_openstack_applied(self.dbapi):
|
||||
override = self.dbapi.helm_override_get(
|
||||
self.SERVICE_NAME_RGW, common.HELM_NS_OPENSTACK)
|
||||
password = override.system_overrides.get(
|
||||
|
@ -127,7 +127,7 @@ class KeystonePuppet(openstack.OpenstackBasePuppet):
|
||||
'CONFIG_KEYSTONE_ADMIN_USERNAME': self.get_admin_user_name(),
|
||||
}
|
||||
|
||||
if utils.is_openstack_installed(self.dbapi):
|
||||
if utils.is_openstack_applied(self.dbapi):
|
||||
config['openstack::keystone::params::openstack_auth_uri'] = \
|
||||
self.get_openstack_auth_uri()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user