mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 15:13:33 +00:00
Merge branch 'master' of github.com:retspen/webvirtcloud
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user