[Openstack-security] [Bug 1076833] Re: Allow sql password to be configured separately from sql_connection
Zhongyue Luo
zhongyue.luo at gmail.com
Thu Aug 1 07:36:06 UTC 2013
https://review.openstack.org/#/c/39436/
--
You received this bug notification because you are a member of OpenStack
Security Group, which is subscribed to OpenStack.
https://bugs.launchpad.net/bugs/1076833
Title:
Allow sql password to be configured separately from sql_connection
Status in Oslo - a Library of Common OpenStack Code:
In Progress
Bug description:
Can we use the nova's way to deal with sql connection value?
LOG.debug(_('Full set of FLAGS:'))
for flag in FLAGS:
flag_get = FLAGS.get(flag, None)
# hide flag contents from log if contains a password
# should use secret flag when switch over to openstack-common
if ("_password" in flag or "_key" in flag or
(flag == "sql_connection" and "mysql:" in flag_get)):
LOG.debug(_('%(flag)s : FLAG SET ') % locals())
else:
LOG.debug('%(flag)s : %(flag_get)s' % locals())
To manage notifications about this bug go to:
https://bugs.launchpad.net/oslo/+bug/1076833/+subscriptions
More information about the Openstack-security
mailing list