diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-11-01 12:59:19 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-11-01 12:59:19 +0000 |
commit | 91f764b597e919470a5893ff1a0599c424f16f18 (patch) | |
tree | 7c06491bc00ebaafd28fe68d8b7dec0f8b48c3c6 /spec/fixtures | |
parent | 47f62da745795d30810952badc82ba089198119d (diff) | |
parent | 65a4d71d12d521def8e640ba63193fc1c305fbf8 (diff) |
Merge "Add barbican profile rspec testing"
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/hieradata/default.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/fixtures/hieradata/default.yaml b/spec/fixtures/hieradata/default.yaml index f0f7f1c..87ae28c 100644 --- a/spec/fixtures/hieradata/default.yaml +++ b/spec/fixtures/hieradata/default.yaml @@ -8,6 +8,9 @@ redis_vip: '127.0.0.1' aodh::auth::auth_password: 'password' aodh::db::mysql::password: 'password' aodh::keystone::authtoken::password: 'password' +# babican profile required hieradata +barbican::db::mysql::password: 'password' +barbican::keystone::authtoken::password: 'password' ceilometer::keystone::authtoken::password: 'password' # ceph related items ceph::profile::params::mon_key: 'password' |