Fix radosgw domain variable

Change-Id: Id3e08716da4495771cd51c355854258f959ae768
This commit is contained in:
Proskurin Kirill 2017-03-14 15:04:36 +03:00
parent 512a71497a
commit 508fdfffe2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ rgw data = /var/lib/ceph/radosgw/ceph-rgw
rgw frontends = civetweb port={{ radosgw.port.cont }} num_threads=50
rgw keystone api version = 3
rgw keystone admin domain = {{ openstack.domain_name }}
rgw keystone admin domain = {{ service_account.domain }}
rgw keystone admin project = {{ openstack.project_name }}
rgw keystone url = {{ address('keystone', keystone.admin_port, with_scheme=True) }}
rgw keystone accepted roles = Member, _member_, admin