update index and vagrant refs

Change-Id: I000bb1ca4481e88c0e7064638797b0ebbe0793af
This commit is contained in:
Matthew Mosesohn 2016-09-19 12:51:46 +03:00
parent 4f290171dc
commit 1343165ebb
3 changed files with 8 additions and 4 deletions

View File

@ -29,11 +29,11 @@ Vagrant
Vagrant support is limited at this time. Try it and report bugs if you see any!
Using VirtualBox
================
::
vagrant up --provider virtualbox
Using Libvirt
::
sudo sh -c 'echo 0 > /proc/sys/net/bridge/bridge-nf-call-iptables'
vagrant plugin --install vagrant-libvirt
vagrant up --provider libvirt
=============
See [Vagrant libvirt guide](doc/source/vagrant.rst)

View File

@ -17,6 +17,7 @@ Contents
vagrant
troubleshooting
inventory_repo
generate_inventory
packer
collect_info

View File

@ -14,3 +14,6 @@ To start with defaults, just run ``vagrant up``. To tweak defaults, see the
.. note:: Make sure the default network choice doesn't conflict with existing
host networks!
.. note:: If you are running on Ubuntu Xenial, you may need to run the
following command: ``sudo sh -c 'echo 0 > /proc/sys/net/bridge/bridge-nf-call-iptables'``
or else container networking will be broken.