v0.0.2 notes

This commit is contained in:
pradels 2013-04-01 17:23:16 +02:00
parent 72f1e41d9a
commit 89ef287635
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ This plugin is inspired by existing [vagrant-aws](https://github.com/mitchellh/v
**Note:** This plugin requires Vagrant 1.1+.
## Features
## Features (Version 0.0.2)
* Upload box image (qcow2 format) to Libvirt storage pool.
* Create volume as COW diff image for domains.
@ -16,6 +16,7 @@ This plugin is inspired by existing [vagrant-aws](https://github.com/mitchellh/v
* SSH into domains.
* Provision domains with any built-in Vagrant provisioner.
* Minimal synced folder support via `rsync`.
* Up, destroy, suspend, resume, halt, ssh, provision subcommands.
## Usage

View File

@ -1,5 +1,5 @@
module VagrantPlugins
module Libvirt
VERSION = "0.0.1"
VERSION = "0.0.2"
end
end