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

Merge "Add endpoint_type for vitrage"

parents e7c104e6 c94a3581
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
interface: "{{ item.interface }}" interface: "{{ item.interface }}"
region_name: "{{ openstack_region_name }}" region_name: "{{ openstack_region_name }}"
auth: "{{ openstack_vitrage_auth }}" auth: "{{ openstack_vitrage_auth }}"
endpoint_type: "{{ openstack_interface }}"
run_once: True run_once: True
with_items: with_items:
- {'interface': 'admin', 'url': '{{ vitrage_admin_endpoint }}'} - {'interface': 'admin', 'url': '{{ vitrage_admin_endpoint }}'}
...@@ -27,4 +28,5 @@ ...@@ -27,4 +28,5 @@
role: "admin" role: "admin"
region_name: "{{ openstack_region_name }}" region_name: "{{ openstack_region_name }}"
auth: "{{ openstack_vitrage_auth }}" auth: "{{ openstack_vitrage_auth }}"
endpoint_type: "{{ openstack_interface }}"
run_once: True run_once: True
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