]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix library includes for config generator
authorJay S. Bryant <jsbryant@us.ibm.com>
Wed, 24 Jun 2015 19:35:38 +0000 (14:35 -0500)
committerJay S. Bryant <jsbryant@us.ibm.com>
Wed, 24 Jun 2015 19:42:59 +0000 (14:42 -0500)
commitdec236a39e0b88e4ed5d5160da60e9ba654e4c7a
tree62f8f597d5c0a349dd892304f48758a5aebfb945
parent843c5efe8e8b387da5ad0b81ef2912e5a5b7a501
Fix library includes for config generator

Noticed today while working on fixing issues
with the config generator that oslo_policy
had been added in the wrong location for
pulling the config options in to the config
generator.

This fix moves the items that had been put in
oslo.config.generator.rc but were missing in generate_sample.sh
over to the appropriate location.  I also removed the option for
importing additional libraries in oslo.config.generator.rc
given that it will not work.

I am still working on a longer term solution, but
we really should get this fixed so we can generate sample
config files again.

Change-Id: I2c14c1acc49d68305dca5a3dedc686ab07ed2088
tools/config/generate_sample.sh
tools/config/oslo.config.generator.rc