Merge "Remove listener to monitor dcmanager keystone password"
This commit is contained in:
commit
39dbec3c18
@ -200,14 +200,13 @@ LOCK_RUNTIME_CONFIG_CHECK = 'runtime_config_check'
|
|||||||
# Keystone users whose passwords change are monitored by keystone listener, and
|
# Keystone users whose passwords change are monitored by keystone listener, and
|
||||||
# the puppet classes to update the service after the passwords change.
|
# the puppet classes to update the service after the passwords change.
|
||||||
# TODO(yuxing): there are still several keystone users are not covered by this
|
# TODO(yuxing): there are still several keystone users are not covered by this
|
||||||
# dictionary, e.g. dcorch,dcdbsync, and smapi etc. Need to consider to
|
# dictionary, e.g. dcmanager, dcorch,dcdbsync, and smapi etc. Need to consider
|
||||||
# create puppet class to reload the related service in case their passwords
|
# to create puppet class to reload the related service in case their passwords
|
||||||
# are changed in keystone and keyring.
|
# are changed in keystone and keyring.
|
||||||
KEYSTONE_USER_PASSWORD_UPDATE = {
|
KEYSTONE_USER_PASSWORD_UPDATE = {
|
||||||
"sysinv": "openstack::keystone::sysinv::password::runtime",
|
"sysinv": "openstack::keystone::sysinv::password::runtime",
|
||||||
"admin": "openstack::keystone::password::runtime",
|
"admin": "openstack::keystone::password::runtime",
|
||||||
"barbican": "openstack::keystone::barbican::password::runtime",
|
"barbican": "openstack::keystone::barbican::password::runtime",
|
||||||
"dcmanager": "openstack::keystone::dcmanager::password::runtime",
|
|
||||||
"fm": "openstack::keystone::fm::password::runtime",
|
"fm": "openstack::keystone::fm::password::runtime",
|
||||||
"mtce": "platform::mtce::runtime",
|
"mtce": "platform::mtce::runtime",
|
||||||
"patching": "openstack::keystone::patching::password::runtime",
|
"patching": "openstack::keystone::patching::password::runtime",
|
||||||
|
Loading…
Reference in New Issue
Block a user