Skip to content

Commit

Permalink
Merge pull request #1 from damiandabrowski5/stable/xena
Browse files Browse the repository at this point in the history
Drop custom keepalived_state_change.py in post-deploy stage
  • Loading branch information
damiandabrowski5 authored Jun 23, 2022
2 parents 32a5fdf + e8351ce commit 92e61a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/neutron_post_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,10 @@
- ansible_facts['hostname'] in groups['neutron_metadata_agent']
- groups['haproxy_all'] is defined
- ansible_facts['hostname'] not in groups['haproxy_all']

# ddabrowski: should be removed during next openstack upgrade(Z)
- name: Drop custom keepalived_state_change.py(CLDENG-686)
get_url:
url: https://opendev.org/openstack/neutron/raw/commit/49473049f1cd176c25b0cdfb26171f8eeeb21466/neutron/agent/l3/keepalived_state_change.py
dest: "/openstack/venvs/neutron-{{ neutron_venv_tag }}/lib/python3.8/site-packages/neutron/agent/l3/keepalived_state_change.py"
tags: cldeng-686

0 comments on commit 92e61a6

Please sign in to comment.