Remove mention of haproxy-endpoints role

Role was never migrated to usage of haproxy-endpoints role
and included task was used instead the whole time.
With that to reduce complexity and to have unified approach, all mention
of the role and handler are removed from the code.

Change-Id: I27c2ddedc3997d63ddcb08c9f4c06ec1cb287ed1
This commit is contained in:
Dmitriy Rabotyagov 2022-06-14 20:04:53 +02:00 committed by Dmitriy Rabotyagov
parent c85b8def8b
commit 4b1385c6b4
2 changed files with 0 additions and 5 deletions

View File

@ -42,7 +42,3 @@
listen:
- "Restart murano services"
- "venv changed"
- meta: noop
listen: Manage LB
when: false

View File

@ -32,6 +32,5 @@
config_type: "ini"
config_overrides: "{{ murano_paste_conf_overrides }}"
notify:
- Manage LB
- Restart murano services
- Restart uwsgi services