Remove incorrect spaces for libvirt_opts value

The documentation for the DevStack plugin suggests changing the
libvirt_opts value of /etc/default/libvirt-bin to allow for live
migration between compute nodes.  This changeset removes the incorrect
spaces surrounding the equals sign in the file, which would cause the
libvirt-bin service to crash.

Change-Id: Id073da5cdc84a900a398f260d7f7b40f027eb9d3
Closes-Bug: #1533761
This commit is contained in:
Taylor Peoples 2016-01-14 07:50:16 +01:00
parent 86d3c2ff89
commit 2ffeb48010
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ Edit `/etc/libvirt/libvirtd.conf` to make sure the following values are set::
Edit `/etc/default/libvirt-bin`::
libvirt_opts = " -d -l"
libvirt_opts="-d -l"
Restart the libvirt service::