aboutsummaryrefslogtreecommitdiffstats
path: root/spec/classes/tripleo_profile_base_aodh_api_spec.rb
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2017-03-29 17:42:32 -0400
committerEmilien Macchi <emilien@redhat.com>2017-04-03 01:22:03 +0000
commit2272bcabba8752cd1876f85b1f9b83b0c7592c94 (patch)
treeab09ec027d319252a1172ae3e33c8a28c266868f /spec/classes/tripleo_profile_base_aodh_api_spec.rb
parente2928717412242faa4eb15d778f1b5c0952edc08 (diff)
Deploy WSGI apps at the same step (3)
So we avoid useless apache restart and save time during the deployment. Related-Bug: #1664418 Change-Id: Ie00b717a6741e215e59d219710154f0d2ce6b39e
Diffstat (limited to 'spec/classes/tripleo_profile_base_aodh_api_spec.rb')
-rw-r--r--spec/classes/tripleo_profile_base_aodh_api_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/classes/tripleo_profile_base_aodh_api_spec.rb b/spec/classes/tripleo_profile_base_aodh_api_spec.rb
index f2a26bf..a82cf49 100644
--- a/spec/classes/tripleo_profile_base_aodh_api_spec.rb
+++ b/spec/classes/tripleo_profile_base_aodh_api_spec.rb
@@ -22,8 +22,8 @@ describe 'tripleo::profile::base::aodh::api' do
"class { '::tripleo::profile::base::aodh': step => #{params[:step]}, oslomsg_rpc_hosts => ['localhost.localdomain'] }"
end
- context 'with step less than 4' do
- let(:params) { { :step => 3 } }
+ context 'with step less than 3' do
+ let(:params) { { :step => 2 } }
it 'should do nothing' do
is_expected.to contain_class('tripleo::profile::base::aodh::api')
@@ -33,9 +33,9 @@ describe 'tripleo::profile::base::aodh::api' do
end
end
- context 'with step 4' do
+ context 'with step 3' do
let(:params) { {
- :step => 4,
+ :step => 3,
} }
it 'should trigger complete configuration' do