Merge "revert temporary workaround on centos"

This commit is contained in:
Jenkins 2016-03-28 21:33:51 +00:00 committed by Gerrit Code Review
commit bf3bd105fd

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' |>
}
}