Create ResellerAdmin role when deploying Ceph RGW
We missed to create the ResellerAdmin role when deploying Ceph RGW which we do [1] when deploying Swift 1. https://github.com/openstack/tripleo-heat-templates/blob/master/deployment/swift/swift-proxy-container-puppet.yaml#L147 Change-Id: I75d7bec46d4e699bba9b8299e4a94061d40aa683
This commit is contained in:
parent
6112a21aa6
commit
5238c9ac2f
@ -105,6 +105,7 @@ outputs:
|
||||
service: 'object-store'
|
||||
roles:
|
||||
- member
|
||||
- ResellerAdmin
|
||||
- swiftoperator
|
||||
upgrade_tasks: []
|
||||
puppet_config:
|
||||
|
Loading…
Reference in New Issue
Block a user