Revert "acceptance: run aodh services after rabbitmq resources"

We cleaned up unused code in commit:
https://review.openstack.org/#/c/399969/
and accidently added it in https://review.openstack.org/#/c/413237/.
That fix for resource ordering was useful for puppet 3, but
as now we are running tests against puppet 4, this code becomes useless.

This reverts commit 4cf2b7f2f8.

Change-Id: I892cbc3b6957f54dae12bd133911df38937e367a
This commit is contained in:
Ivan Berezovskiy 2016-12-21 10:04:08 +00:00
parent 4cf2b7f2f8
commit 357efb9c0b

View File

@ -27,8 +27,6 @@ describe 'basic aodh' do
require => Class['rabbitmq'],
}
Rabbitmq_user_permissions['aodh@/'] -> Service<| tag == 'aodh-service' |>
class { '::aodh':
debug => true,
default_transport_url => 'rabbit://aodh:an_even_bigger_secret@127.0.0.1:5672',