revert temporary workaround on centos

https://review.openstack.org/#/c/288244/ has been merged so RabbitMQ
should not steal Keystone UID / GID anymore.

Change-Id: Iebc6ec2a9a3a3a7adb3949d9a91992056422356f
This commit is contained in:
Emilien Macchi 2016-03-14 11:38:47 -04:00
parent cf864be1bc
commit 7e37ccfd99

View File

@ -6,8 +6,5 @@ class openstack_integration {
package { 'openstack-selinux':
ensure => 'latest'
}
# temporary hack to make sure RabbitMQ does not steal UID
# of Keystone
Package<| title == 'keystone' |> -> Package<| title == 'rabbitmq-server' |>
}
}