Skip to content
Snippets Groups Projects
Commit a4be4c0d authored by Dincer Celik's avatar Dincer Celik Committed by Radosław Piliszek
Browse files

Fix Octavia to use keystone_admin_project variable

Project name shouldn't be static as user may override it with
keystone_admin_project

Change-Id: If41b9d8de17985d960104c8daf27ea7d706c27c0
parent fa88d098
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -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 }}"
......
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