← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1423973] Re: Use choices from oslo_config

 

Reviewed:  https://review.openstack.org/160031
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=39560c774874c7df0bff70a40992a722754a9d24
Submitter: Jenkins
Branch:    master

commit 39560c774874c7df0bff70a40992a722754a9d24
Author: Eric Brown <browne@xxxxxxxxxx>
Date:   Fri Feb 27 14:27:49 2015 -0800

    Use oslo_config choices support
    
    The oslo_config library added support for a choices keyword argument in
    version 1.2.0a3.  This commit leverages the use of choices for StrOpts of
    keystonemiddleware configuration.
    
    Change-Id: I8d9ee833263560caaffe083487abc5eda862f8ea
    Closes-Bug: 1423973


** Changed in: keystonemiddleware
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1423973

Title:
  Use choices from oslo_config

Status in Glance:
  Fix Released
Status in OpenStack Identity (keystone):
  Fix Released
Status in keystonemiddleware:
  Fix Released
Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  Support went into oslo_config recently that will allow us to use the
  choices keyword argument from argparse [1].  We should look at
  leveraging this in Keystone.

  [1]
  https://github.com/openstack/oslo.config/blame/578f9f4e60f58c210a9e1cb455925b9f310fe10e/oslo_config/cfg.py#L932

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1423973/+subscriptions


References