From de24a986467d0f15364228c5f404937f0f3815be Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 20 Apr 2022 16:25:47 +0200 Subject: [PATCH] Do not deploy api-paste for CentOS distro deployment RDO stopped shipping api-paste file for glance, so we can't provide it anymore. To avoid maintaining it for this usecase we simply stop provisioning as well for this path. Change-Id: I9ba7f373e16a16d13f3a42484931a6f67dcfca89 --- tasks/neutron_post_install.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tasks/neutron_post_install.yml b/tasks/neutron_post_install.yml index 36280fe7..0cb8e1b5 100644 --- a/tasks/neutron_post_install.yml +++ b/tasks/neutron_post_install.yml @@ -85,16 +85,6 @@ tags: - neutron-policy-override -- name: Place api-paste.ini to the correct path in RedHat - file: - src: "/usr/share/neutron/api-paste.ini" - dest: "{{ neutron_conf_version_dir }}/api-paste.ini" - owner: "root" - group: "{{ neutron_system_group_name }}" - mode: "0640" - state: link - when: neutron_install_method == 'distro' and ansible_facts['os_family'] == 'RedHat' - - name: Create symlink to neutron-keepalived-state-change file: src: "{{ neutron_bin }}/neutron-keepalived-state-change"