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:
parent
cf864be1bc
commit
7e37ccfd99
@ -6,8 +6,5 @@ class openstack_integration {
|
|||||||
package { 'openstack-selinux':
|
package { 'openstack-selinux':
|
||||||
ensure => 'latest'
|
ensure => 'latest'
|
||||||
}
|
}
|
||||||
# temporary hack to make sure RabbitMQ does not steal UID
|
|
||||||
# of Keystone
|
|
||||||
Package<| title == 'keystone' |> -> Package<| title == 'rabbitmq-server' |>
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user