diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-21 13:10:25 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-21 13:10:25 +0000 |
commit | 41b6f397f52857faf0aa505b59417d702795e311 (patch) | |
tree | 2e3f1944d04d851f16ef84a71dda115228582e34 /spec/fixtures | |
parent | 3c973b289a4ea012c543a41cf86bd8173406f435 (diff) | |
parent | 4450afd495794a8ac0fc5b8c51d696416e5deb9d (diff) |
Merge "Cover gnocchi api step 4 and 5"
Diffstat (limited to 'spec/fixtures')
-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' |