mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
Added vagrant to libvirtd group
This commit is contained in:
parent
25ccd6c3fd
commit
9763a59260
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -9,6 +9,7 @@ Vagrant.configure(2) do |config|
|
|||
sudo sh /vagrant/dev/libvirt-bootstrap.sh
|
||||
sudo sed -i 's/auth_tcp = \"sasl\"/auth_tcp = \"none\"/g' /etc/libvirt/libvirtd.conf
|
||||
sudo service libvirt-bin restart
|
||||
sudo adduser vagrant libvirtd
|
||||
sudo apt-get -y install python-pip python-dev python-libvirt python-libxml2
|
||||
sudo pip install -r /vagrant/dev/requirements.txt
|
||||
SHELL
|
||||
|
|
Loading…
Reference in a new issue