Merge "Fix Octavia to use keystone_admin_project variable"
This commit is contained in:
commit
ec8437205e
@ -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 }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user