diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-07 04:50:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-07 04:50:03 +0000 |
commit | 9df180aae231309ac8571a9048f1188b0c203dfb (patch) | |
tree | b309b2cc334df5f54ed688f09001741f7840cf97 /spec/fixtures/hieradata | |
parent | 2db93b2b3ac6d73bbc09cb66214ef09418ce1f69 (diff) | |
parent | b091e85e4831cccf8eb2816188d000bf55661e4c (diff) |
Merge "Add ceph profile rspec testing"
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 e9409e7..f0f7f1c 100644 --- a/spec/fixtures/hieradata/default.yaml +++ b/spec/fixtures/hieradata/default.yaml @@ -9,3 +9,5 @@ aodh::auth::auth_password: 'password' aodh::db::mysql::password: 'password' aodh::keystone::authtoken::password: 'password' ceilometer::keystone::authtoken::password: 'password' +# ceph related items +ceph::profile::params::mon_key: 'password' |