Merge "Add endpoint_type for vitrage"

This commit is contained in:
Zuul 2018-06-19 16:19:57 +00:00 committed by Gerrit Code Review
commit 13cf0e05bd
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
interface: "{{ item.interface }}"
region_name: "{{ openstack_region_name }}"
auth: "{{ openstack_vitrage_auth }}"
endpoint_type: "{{ openstack_interface }}"
run_once: True
with_items:
- {'interface': 'admin', 'url': '{{ vitrage_admin_endpoint }}'}
@ -27,4 +28,5 @@
role: "admin"
region_name: "{{ openstack_region_name }}"
auth: "{{ openstack_vitrage_auth }}"
endpoint_type: "{{ openstack_interface }}"
run_once: True