[Openstack-security] [Bug 1076833] Re: Allow sql password to be configured separately from sql_connection

Thierry Carrez thierry.carrez+lp at gmail.com
Thu Oct 17 09:19:44 UTC 2013


** Changed in: oslo
    Milestone: havana-3 => 2013.2

-- 
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:
  Fix Released

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