Skip to content
Snippets Groups Projects
Commit c94a3581 authored by Yaguo Zhou's avatar Yaguo Zhou
Browse files

Add endpoint_type for vitrage

Change-Id: Ifd9d7a8a2c16998e20e337a87fff99c3872dc1c2
parent 29a6a61d
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