Do not create symlink conf.d/post-deploy

This task was added to work-around a circular dependency in CI. It can
and should now be removed as it causes overcloud update converge to
fail.

Closes-Bug: #1863595
Change-Id: I66266b4a0951add722e5700a500ad10092b34ee1
(cherry picked from commit 1fbf82b7a6)
(cherry picked from commit ec5a85451d)
This commit is contained in:
Carlos Goncalves 2020-02-17 11:45:11 +01:00
parent 5f127763ca
commit e93f299b0f
1 changed files with 0 additions and 8 deletions

View File

@ -39,14 +39,6 @@
setype: svirt_sandbox_file_t
when: octavia_config_updated
- name: create a symbolic link conf.d/post-deploy -> post-deploy.conf (LP#1836074)
file:
src: "../../post-deploy.conf"
dest: "{{ octavia_confd_prefix }}/etc/octavia/conf.d/common/post-deploy.conf"
state: link
selevel: s0
setype: svirt_sandbox_file_t
- name: restart octavia containers
become: true
become_user: root