Merge "add region name for tasks" into stable/stein

This commit is contained in:
Zuul 2020-08-26 08:38:22 +00:00 committed by Gerrit Code Review
commit a401b6a10b
4 changed files with 7 additions and 0 deletions

View File

@ -38,4 +38,5 @@
name: "{{ keystone_default_user_role }}"
auth: "{{ openstack_keystone_auth }}"
endpoint_type: "{{ openstack_interface }}"
region_name: "{{ openstack_region_name }}"
run_once: True

View File

@ -42,6 +42,7 @@
description: "Owns users and projects created by magnum"
auth: "{{ openstack_magnum_auth }}"
endpoint_type: "{{ openstack_interface }}"
region_name: "{{ openstack_region_name }}"
register: trustee_domain
run_once: True
@ -55,6 +56,7 @@
password: "{{ magnum_keystone_password }}"
auth: "{{ openstack_magnum_auth }}"
endpoint_type: "{{ openstack_interface }}"
region_name: "{{ openstack_region_name }}"
run_once: True
- name: Creating Magnum trustee user role
@ -67,4 +69,5 @@
role: "admin"
auth: "{{ openstack_magnum_auth }}"
endpoint_type: "{{ openstack_interface }}"
region_name: "{{ openstack_region_name }}"
run_once: True

View File

@ -43,6 +43,7 @@
project: "{{ octavia_service_auth_project }}"
auth: "{{ openstack_octavia_auth }}"
endpoint_type: "{{ openstack_interface }}"
region_name: "{{ openstack_region_name }}"
run_once: True
when: octavia_service_auth_project != 'service'
@ -54,5 +55,6 @@
name: "{{ item }}"
auth: "{{ openstack_octavia_auth }}"
endpoint_type: "{{ openstack_interface }}"
region_name: "{{ openstack_region_name }}"
run_once: True
with_items: "{{ octavia_required_roles }}"

View File

@ -43,4 +43,5 @@
project: "admin"
auth: "{{ openstack_vitrage_auth }}"
endpoint_type: "{{ openstack_interface }}"
region_name: "{{ openstack_region_name }}"
run_once: True