Create nova-libvirt directory before copying files
The previous patch (I92f2eac895283791b2eea6a4351a43e90fdbb5a3) didn't fix it because of the ceph patch that merged. Change-Id: I82207f5cc684f7c180e301cac69fcc98fca63268 Partially-Implements: blueprint replace-config-external
This commit is contained in:
parent
f2aea128b3
commit
5e60d8ec87
@ -129,12 +129,6 @@
|
||||
dest: "{{ node_config_directory }}/nova-compute/config.json"
|
||||
when: inventory_hostname in groups['compute']
|
||||
|
||||
- name: Copying over config(s)
|
||||
template:
|
||||
src: "libvirtd.conf.j2"
|
||||
dest: "{{ node_config_directory }}/nova-libvirt/libvirtd.conf"
|
||||
when: inventory_hostname in groups['compute']
|
||||
|
||||
- include: ../../config.yml
|
||||
vars:
|
||||
service_name: "nova-novncproxy"
|
||||
@ -167,6 +161,12 @@
|
||||
state: "directory"
|
||||
when: inventory_hostname in groups['compute']
|
||||
|
||||
- name: Copying over config(s)
|
||||
template:
|
||||
src: "libvirtd.conf.j2"
|
||||
dest: "{{ node_config_directory }}/nova-libvirt/libvirtd.conf"
|
||||
when: inventory_hostname in groups['compute']
|
||||
|
||||
- name: Copying Nova Libvirt JSON configuration file
|
||||
template:
|
||||
src: "roles/nova/templates/nova-libvirt.json.j2"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"command": "/usr/sbin/libvirtd --listen",
|
||||
"config_files": [
|
||||
{
|
||||
"source": "/opt/kolla/config_files/libvirt.conf",
|
||||
"source": "/opt/kolla/config_files/libvirtd.conf",
|
||||
"dest": "/etc/libvirt/libvirtd.conf",
|
||||
"owner": "root",
|
||||
"perm": "0600"
|
||||
|
Loading…
Reference in New Issue
Block a user