Merge "Remove the unnecessary task for octavia"

This commit is contained in:
Zuul 2020-06-09 20:27:58 +00:00 committed by Gerrit Code Review
commit f27ec1a23d

@ -5,18 +5,3 @@
- name: Flush handlers
meta: flush_handlers
# TODO(mgoddard): Remove this task in Victoria.
- name: Removing octavia user from admin project
become: true
kolla_toolbox:
module_name: "os_user_role"
module_args:
user: "{{ octavia_keystone_user }}"
role: admin
state: absent
project: "{{ keystone_admin_project }}"
auth: "{{ openstack_octavia_auth }}"
endpoint_type: "{{ openstack_interface }}"
cacert: "{{ openstack_cacert }}"
run_once: True