summaryrefslogtreecommitdiff
path: root/docs/platform
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-10-21 11:00:28 +0200
committervarac <varacanero@zeromail.org>2013-10-21 11:00:28 +0200
commit408123065d89a7d523f23a6d1c86a0aea1b0eb06 (patch)
tree9f4181275ff8858ffaae5b9651beebf10a5e2abe /docs/platform
parent7e341bb7ee3f89b14ee3033ccc1c8198559dc52a (diff)
updated known issues list for vagrant-libvirt development
Diffstat (limited to 'docs/platform')
-rw-r--r--docs/platform/development.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/platform/development.md b/docs/platform/development.md
index c5596a5..32a7ae0 100644
--- a/docs/platform/development.md
+++ b/docs/platform/development.md
@@ -227,6 +227,7 @@ Install vagrant-libvirt plugin and add box
------------------------------------------
vagrant plugin install vagrant-libvirt
+ vagrant plugin install sahara
vagrant box add leap-wheezy https://downloads.leap.se/leap-debian-libvirt.box
Start it
@@ -259,5 +260,4 @@ Known Issues
------------
* see the [vagrant-libvirt issue list on github](https://github.com/pradels/vagrant-libvirt/issues)
-* leap-cli uses [sahara](https://github.com/jedi4ever/sahara) for the `leap local [save|reset]` commands for saving/reverting from snapshots. At this moment, sahara don't work with the libvirt provider, here's the [sahare issue for supporting vagrant-libvirt](https://github.com/jedi4ever/sahara/issues/26). Luckily, leap-cli will only complain about `VBoxManage: not found`, but the VM is started just fine (of cause without snapshot capability).
- UPDATE: This has been fixed in [Sciurus fork of sahara, branch libvirt](https://github.com/sciurus/sahara/tree/libvirt). A [pull request for sahara upstream](https://github.com/jedi4ever/sahara/pull/27) is pending.
+* be sure to use vagrant-libvirt >= 0.0.11 and sahara >= 0.0.16 (which are the latest stable gems you would get with `vagrant plugin install [vagrant-libvirt|sahara]`) for proper libvirt support