diff options
author | Alex Schultz <aschultz@redhat.com> | 2017-04-12 13:53:44 -0600 |
---|---|---|
committer | Alex Schultz <aschultz@redhat.com> | 2017-04-19 16:27:43 -0600 |
commit | 4450afd495794a8ac0fc5b8c51d696416e5deb9d (patch) | |
tree | bb41cb4c0f4d478a6c20b6804341e962ceeb035a /spec/fixtures/hieradata | |
parent | d5471212123fee21cc44175362cf36e9449a2484 (diff) |
Cover gnocchi api step 4 and 5
Update the gnocchi api to expose the redis information as a class
parameter so it can be tested correctly.
Change-Id: I075b4af5e7bb35f90f7b82f8fb1b6d6ad6363b71
Diffstat (limited to 'spec/fixtures/hieradata')
-rw-r--r-- | spec/fixtures/hieradata/default.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fixtures/hieradata/default.yaml b/spec/fixtures/hieradata/default.yaml index 16f39a5..873a49e 100644 --- a/spec/fixtures/hieradata/default.yaml +++ b/spec/fixtures/hieradata/default.yaml @@ -30,6 +30,8 @@ cinder::rabbit_password: 'password' cinder::keystone::authtoken::password: 'password' # gnocchi related items gnocchi::keystone::authtoken::password: 'password' +gnocchi::storage::ceph::ceph_username: 'gnocchi' +gnocchi::storage::ceph::ceph_secret: 'password' # nova related items nova::rabbit_password: 'password' nova::keystone::authtoken::password: 'password' |