Fix usage of openstack_ceph_rgw_auth
Patch [0] left 2 variables for authentication one is
openstack_swift_auth and the other (inexistent) openstack_ceph_rgw_auth
for the ceph_rgw start_keystone task.
This patch leaves only openstack_ceph_rgw_auth.
Closes-Bug: #1769463
[0] 84ade4e149
Change-Id: I1cc522d91f8258f4ca23afc10a0a2a2b35c1ff68
Signed-off-by: Jorge Niedbalski <jorge.niedbalski@linaro.org>
This commit is contained in:
parent
74d239bb88
commit
640dd55e06
@ -56,6 +56,7 @@ swift_public_endpoint: "{{ public_protocol }}://{{ kolla_external_fqdn }}:{{ rgw
|
|||||||
ceph_rgw_keystone_user: "ceph_rgw"
|
ceph_rgw_keystone_user: "ceph_rgw"
|
||||||
|
|
||||||
openstack_swift_auth: "{{ openstack_auth }}"
|
openstack_swift_auth: "{{ openstack_auth }}"
|
||||||
|
openstack_ceph_rgw_auth: "{{ openstack_auth }}"
|
||||||
|
|
||||||
##########
|
##########
|
||||||
# Ceph MDS
|
# Ceph MDS
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
url: "{{ item.url }}"
|
url: "{{ item.url }}"
|
||||||
interface: "{{ item.interface }}"
|
interface: "{{ item.interface }}"
|
||||||
region_name: "{{ openstack_region_name }}"
|
region_name: "{{ openstack_region_name }}"
|
||||||
auth: "{{ openstack_swift_auth }}"
|
auth: "{{ openstack_ceph_rgw_auth }}"
|
||||||
endpoint_type: "{{ openstack_interface }}"
|
endpoint_type: "{{ openstack_interface }}"
|
||||||
run_once: True
|
run_once: True
|
||||||
with_items:
|
with_items:
|
||||||
|
Loading…
Reference in New Issue
Block a user