Clean up configuration settings

Removed outdated configuration options from mistral.config. Used
cfg.CONF.import_opt in engine to avoid NoSuchOptError. Removed
the imports of mistral.config using importutils. Generated new
sample configuration file.

Change-Id: I4b5ea7ef2a9b6717e6f33256107409c228575048
Implements: blueprint mistral-config-cleanup
This commit is contained in:
Winson Chan
2014-06-05 15:46:03 -07:00
parent 3f1a17fc4f
commit c4a85ff431
9 changed files with 672 additions and 123 deletions

View File

@@ -0,0 +1,2 @@
export MISTRAL_CONFIG_GENERATOR_EXTRA_LIBRARIES=oslo.messaging
export MISTRAL_CONFIG_GENERATOR_EXTRA_MODULES=keystoneclient.middleware.auth_token