[Openstack-security] [Bug 1076833] Re: Allow sql password to be configured separately from sql_connection
OpenStack Hudson
1076833 at bugs.launchpad.net
Thu Aug 1 07:33:03 UTC 2013
** Changed in: oslo
Status: Confirmed => In Progress
** Changed in: oslo
Assignee: (unassigned) => Zhongyue Luo (zyluo)
--
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