aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures
diff options
context:
space:
mode:
authorAlex Schultz <aschultz@redhat.com>2017-04-12 10:34:07 -0600
committerAlex Schultz <aschultz@redhat.com>2017-04-17 14:57:59 +0000
commit243e3bdc20a5e5d21c828d0727c898ee7de9a05b (patch)
treed811763b04fb3322e3a401f569c370571937009b /spec/fixtures
parent5d4b65b583a673e948e8527a77afd0cd04879f10 (diff)
Move gnocchi wsgi configuration to step 3
We configure apache in step3 so we need to configure the gnocchi api in step 3 as well to prevent unnecessary service restarts during updates. Change-Id: I30010c9cf0b0c23fde5d00b67472979d519a15be Related-Bug: #1664418 (cherry picked from commit 9de4c92571fdbe342a20a68e4ee44feb55464007)
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/hieradata/default.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fixtures/hieradata/default.yaml b/spec/fixtures/hieradata/default.yaml
index 592c308..94d2b28 100644
--- a/spec/fixtures/hieradata/default.yaml
+++ b/spec/fixtures/hieradata/default.yaml
@@ -24,6 +24,8 @@ ceph::profile::params::rgw_keystone_admin_password: 'keystone_admin_password'
# cinder related items
cinder::rabbit_password: 'password'
cinder::keystone::authtoken::password: 'password'
+# gnocchi related items
+gnocchi::keystone::authtoken::password: 'password'
# nova related items
nova::rabbit_password: 'password'
nova::keystone::authtoken::password: 'password'