Merge "Specify endpoint when creating monasca user"

This commit is contained in:
Zuul 2019-07-02 09:01:46 +00:00 committed by Gerrit Code Review
commit 8b1e637905

View File

@ -80,4 +80,5 @@
role: "{{ monasca_agent_authorized_roles | first }}" role: "{{ monasca_agent_authorized_roles | first }}"
region_name: "{{ openstack_region_name }}" region_name: "{{ openstack_region_name }}"
auth: "{{ monasca_openstack_auth }}" auth: "{{ monasca_openstack_auth }}"
endpoint_type: "{{ openstack_interface }}"
run_once: True run_once: True