Merge "Fix Octavia to use keystone_admin_project variable"

This commit is contained in:
Zuul 2019-09-19 21:43:58 +00:00 committed by Gerrit Code Review
commit ec8437205e

View File

@ -14,7 +14,7 @@
module_args: module_args:
user: "{{ octavia_keystone_user }}" user: "{{ octavia_keystone_user }}"
role: admin role: admin
project: admin project: "{{ keystone_admin_project }}"
auth: "{{ openstack_octavia_auth }}" auth: "{{ openstack_octavia_auth }}"
endpoint_type: "{{ openstack_interface }}" endpoint_type: "{{ openstack_interface }}"
cacert: "{{ openstack_cacert }}" cacert: "{{ openstack_cacert }}"