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

Merge "Explicitly specify endpoint type during Monasca registration"

parents f5e83ced ea5a7dd3
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
interface: "{{ item.interface }}"
region_name: "{{ openstack_region_name }}"
auth: "{{ monasca_openstack_auth }}"
endpoint_type: "{{ openstack_interface }}"
run_once: True
with_items:
- {'interface': 'admin', 'url': '{{ monasca_api_admin_endpoint }}'}
......@@ -29,6 +30,7 @@
interface: "{{ item.interface }}"
region_name: "{{ openstack_region_name }}"
auth: "{{ monasca_openstack_auth }}"
endpoint_type: "{{ openstack_interface }}"
run_once: True
with_items:
- {'interface': 'admin', 'url': '{{ monasca_log_api_admin_endpoint }}'}
......@@ -45,6 +47,7 @@
role: "admin"
region_name: "{{ openstack_region_name }}"
auth: "{{ monasca_openstack_auth }}"
endpoint_type: "{{ openstack_interface }}"
run_once: True
- name: Creating monasca roles
......@@ -54,6 +57,7 @@
name: "{{ item }}"
region_name: "{{ openstack_region_name }}"
auth: "{{ monasca_openstack_auth }}"
endpoint_type: "{{ openstack_interface }}"
run_once: True
with_items:
- "{{ monasca_default_authorized_roles }}"
......
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