Merge "Fix library includes for config generator"

This commit is contained in:
Jenkins 2015-06-29 04:21:38 +00:00 committed by Gerrit Code Review
commit ab2b966ea1
2 changed files with 2 additions and 1 deletions

View File

@ -154,4 +154,6 @@ oslo-config-generator \
--namespace oslo.middleware \
--namespace oslo.service \
--namespace policy \
--namespace oslo.policy \
--namespace oslo.db.concurrency \
--namespace keystonemiddleware.auth_token | grep -v '^\[DEFAULT\]' >> $OUTPUTFILE

View File

@ -1,2 +1 @@
export CINDER_CONFIG_GENERATOR_EXTRA_MODULES="keystonemiddleware.auth_token"
export CINDER_CONFIG_GENERATOR_EXTRA_LIBRARIES="oslo_concurrency oslo.messaging oslo_db oslo.db.concurrency oslo_policy"