diff options
author | Angus Salkeld <asalkeld@redhat.com> | 2013-10-11 13:36:46 +1100 |
---|---|---|
committer | Angus Salkeld <asalkeld@redhat.com> | 2013-10-14 09:48:21 +1100 |
commit | a7cc2a90d7f96eb6f33edb71bf11630a3db3a818 (patch) | |
tree | 2735dcf3e2c852b9bf1a9c171b964b752cd075df /tools | |
parent | 5afe8ccfbe16e11d2939c18cd372b06686fa8b5c (diff) | |
download | heat-a7cc2a90d7f96eb6f33edb71bf11630a3db3a818.tar.gz |
Add keystone_authtoken section into the heat.conf.sample
We support (and need) this section, now that oslo config generator
supports external modules lets add the section into the sample.
Change-Id: I3f7f614906204fa2e5a743c62882d2dcf196640a
Diffstat (limited to 'tools')
-rw-r--r-- | tools/config/oslo.config.generator.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/config/oslo.config.generator.rc b/tools/config/oslo.config.generator.rc index 4e2319ff9..a5ee3e619 100644 --- a/tools/config/oslo.config.generator.rc +++ b/tools/config/oslo.config.generator.rc @@ -1 +1 @@ -export OSLO_CONFIG_GENERATOR_EXTRA_MODULES=
\ No newline at end of file +export OSLO_CONFIG_GENERATOR_EXTRA_MODULES=keystoneclient.middleware.auth_token
\ No newline at end of file |