From 4906e4d6415d947c7316bc7f20a6f29540f697e4 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: 2025年6月25日 15:31:52 +0200 Subject: [PATCH] Drop rootwrap.d creation As rootwrap.d is now shipped by nova, we don't need to ensure that directory exists explicitly. Related-Bug: #2115295 Change-Id: If4aa8b289dc5664d36fd67991d481f49670a13f9 Signed-off-by: Dmitriy Rabotyagov --- tasks/nova_post_install.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tasks/nova_post_install.yml b/tasks/nova_post_install.yml index dfed517e..7ca3508c 100644 --- a/tasks/nova_post_install.yml +++ b/tasks/nova_post_install.yml @@ -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 }}"

AltStyle によって変換されたページ (->オリジナル) /