On Mon, Mar 9, 2015, at 09:09 AM, Doug Hellmann wrote: > The Oslo team is glad to announce the release of: > > oslo.config 1.9.1: Oslo Configuration API > > For more details, please see the git log history below and: > > http://launchpad.net/oslo.config/+milestone/1.9.1 > > Please report issues through launchpad: > > http://bugs.launchpad.net/oslo.config > > Notable changes > ---------------- > > We hope to make this the last release of the library for the Kilo cycle. > > Changes in oslo.config 1.9.0..1.9.1 > ----------------------------------- > > 0f550d7 Generate help text indicating possible values > 9a6de3f fix bug link in readme > > Diffstat (except docs and test files) > ------------------------------------- > > README.rst | 2 +- > oslo_config/generator.py | 4 ++++ > 4 files changed, 37 insertions(+), 1 deletion(-) > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: > OpenStack-dev-request at lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev This change to the config sample generator is breaking on StrOpt option definitions where None is one of the predefined set of choices. We have a bug [1] with a patch in the gate now, and expect to have an updated release later today. Doug [1] https://bugs.launchpad.net/oslo.config/+bug/1429981