Rename tmpfiles.d files
On CentOS /run/lock is created by /usr/lib/tmpfiles.d/legacy.conf file which can be run after other conf we create for opentack services. This patch rename the service files to openstack-service.conf to ensure it is ran after legacy.conf Change-Id: I86f2119d8313150dc52ea429362bf5b0a8860d0d
This commit is contained in:
parent
7a05132ccc
commit
898ea99687
@ -29,10 +29,18 @@
|
||||
group: "{{ system_group }}"
|
||||
mode: "02755"
|
||||
|
||||
# TODO(mgariepy):
|
||||
# Remove this in Pike as it only needed to handle upgrades
|
||||
# from Newton->Newton and Newton->Ocata
|
||||
- name: Cleanup old tmpfiles.d entry
|
||||
file:
|
||||
path: "/etc/tmpfiles.d/{{ program_name }}.conf"
|
||||
state: absent
|
||||
|
||||
- name: Create tmpfiles.d entry
|
||||
template:
|
||||
src: "neutron-systemd-tmpfiles.j2"
|
||||
dest: "/etc/tmpfiles.d/{{ program_name }}.conf"
|
||||
dest: "/etc/tmpfiles.d/openstack-{{ program_name }}.conf"
|
||||
mode: "0644"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
|
Loading…
Reference in New Issue
Block a user