Skip to content
Snippets Groups Projects
Commit edd22f8d authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix usage of openstack_ceph_rgw_auth"

parents 1ff189b1 640dd55e
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ swift_public_endpoint: "{{ public_protocol }}://{{ kolla_external_fqdn }}:{{ rgw
ceph_rgw_keystone_user: "ceph_rgw"
openstack_swift_auth: "{{ openstack_auth }}"
openstack_ceph_rgw_auth: "{{ openstack_auth }}"
##########
# Ceph MDS
......
......@@ -10,7 +10,7 @@
url: "{{ item.url }}"
interface: "{{ item.interface }}"
region_name: "{{ openstack_region_name }}"
auth: "{{ openstack_swift_auth }}"
auth: "{{ openstack_ceph_rgw_auth }}"
endpoint_type: "{{ openstack_interface }}"
run_once: True
with_items:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment