diff options
author | Julien Danjou <julien@danjou.info> | 2013-09-10 16:47:49 +0200 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2013-09-11 14:38:02 +0200 |
commit | f2ae707f79d3dcde39a9f82907b81fc8a237b3b2 (patch) | |
tree | 6b365ee036e5a2489fd552acfb2dda7c2dd485cc /tools | |
parent | acd0aa87f29929d79cb5b7a7d54067b0dc15d65c (diff) | |
download | ceilometer-f2ae707f79d3dcde39a9f82907b81fc8a237b3b2.tar.gz |
Include auth_token middleware in sample config
This include the default configuration value for keystoneclient
auth_token middleware in ceilometer.conf.sample
Change-Id: I949537f558500e4066d77f896e67d187c880983e
Fixes-Bug: #1177443
Diffstat (limited to 'tools')
-rw-r--r-- | tools/config/oslo.config.generator.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/config/oslo.config.generator.rc b/tools/config/oslo.config.generator.rc new file mode 100644 index 00000000..a5ee3e61 --- /dev/null +++ b/tools/config/oslo.config.generator.rc @@ -0,0 +1 @@ +export OSLO_CONFIG_GENERATOR_EXTRA_MODULES=keystoneclient.middleware.auth_token
\ No newline at end of file |