Merge "Drop rootwrap.d creation"

This commit is contained in:
Zuul
2025年07月16日 14:25:40 +00:00
committed by Gerrit Code Review

View File

@@ -26,20 +26,6 @@
- nova-config
- nova-post-install
# NOTE(cloudnull): This task is required to copy rootwrap filters that we need
# and nova does not provide by default.
- name:Create aux nova dir
ansible.builtin.file:
path:"{{ item.path | default(omit) }}"
state:"directory"
owner:"{{ item.owner | default(nova_system_user_name) }}"
group:"{{ item.group | default(nova_system_group_name) }}"
mode:"{{ item.mode | default(omit) }}"
with_items:
- path:"{{ nova_conf_version_dir }}/rootwrap.d"
owner:"root"
group:"root"
- 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.