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
This commit is contained in:
Dmitriy Rabotyagov 2022-04-20 16:25:47 +02:00
parent fb6284b257
commit de24a98646
1 changed files with 0 additions and 10 deletions

View File

@ -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"