Skip to content

Commit

Permalink
Change /etc/default/libvirt-bin to libvirtd
Browse files Browse the repository at this point in the history
The file has changed as part of the move to the new libvirt package in
the Ubuntu UCA repository.

We need to change this in the task too, otherwise this will fail when
nova_libvirtd_listen_tcp is set to 1.

Change-Id: I0637338a9a6a6f57174295e166819d4ecb2be0ff
  • Loading branch information
andymcc committed Mar 2, 2017
1 parent 5950d99 commit 4b002d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/nova_compute_kvm.yml
Expand Up @@ -64,7 +64,7 @@

- name: Set libvirt runtime options when listening on tcp (Ubuntu)
lineinfile:
dest: "/etc/default/libvirt-bin"
dest: "/etc/default/libvirtd"
line: 'libvirtd_opts="-l"'
regexp: "^libvirtd_opts="
backup: "yes"
Expand Down

0 comments on commit 4b002d4

Please sign in to comment.