Password should be secured
Change-Id: I6be03076eb0a1443c230372eff032e3853368394 Closes-Bug: #1676708
This commit is contained in:
parent
0d039a2340
commit
6635194603
@ -13,7 +13,7 @@ describe 'heat::keystone::domain' do
|
||||
shared_examples_for 'heat keystone domain' do
|
||||
it 'configure heat.conf' do
|
||||
is_expected.to contain_heat_config('DEFAULT/stack_domain_admin').with_value(params[:domain_admin])
|
||||
is_expected.to contain_heat_config('DEFAULT/stack_domain_admin_password').with_value(params[:domain_password])
|
||||
is_expected.to contain_heat_config('DEFAULT/stack_domain_admin_password').with_value(params[:domain_password]).with_secret(true)
|
||||
is_expected.to contain_heat_config('DEFAULT/stack_domain_admin_password').with_secret(true)
|
||||
is_expected.to contain_heat_config('DEFAULT/stack_user_domain_name').with_value(params[:domain_name])
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user