Drop os_nova "Copy nova rootwrap filter config" task

Drop the os_nova task "Copy nova rootwrap filter config", as it is a leftover from an earlier cleanup where rootwrap.d files were removed from the codebase.
Change-Id: Ia5620952fb50c6cc6a3e47f18f67a1b1cd77992f
Closes-Bug: #2115295 
This commit is contained in:
Dmitriy Chubinidze
2025年06月25日 08:27:08 +00:00
parent a9818d26c3
commit 30a74c07bf

View File

@@ -40,22 +40,6 @@
owner:"root"
group:"root"
- name:Copy nova rootwrap filter config
ansible.builtin.copy:
src:"{{ item }}"
dest:"{{ nova_conf_version_dir }}/rootwrap.d/"
owner:"root"
group:"root"
mode:"0644"
with_fileglob:
- rootwrap.d/*
notify:
- Restart nova services
- Restart uwsgi services
tags:
- nova-config
- nova-post-install
- name:Generate nova config
openstack.config_template.config_template:
src:"{{ item.src }}"
Reference in New Issue
openstack/openstack-ansible-os_nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.