bump v0.2
This commit is contained in:
parent
ca44934546
commit
3ea52e1f72
12
README.adoc
12
README.adoc
|
@ -14,6 +14,18 @@ You need to provide a config-file `/etc/pve/pvecli.yml`:
|
|||
connect:
|
||||
verify_tls: no if you do not use known CA-signed X509-Certificates
|
||||
|
||||
Featurs
|
||||
=======
|
||||
|
||||
The library provides an interface to interact with PVE-servers.
|
||||
Provided abstractions for:
|
||||
|
||||
* Node
|
||||
* LXC (create, delete, modify, use)
|
||||
* Qemu (create, delete, modify, use)
|
||||
* Storages (list, list content)
|
||||
* Appliances (list, download to storage)
|
||||
|
||||
pvecli
|
||||
======
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module PVE
|
||||
VERSION = '0.1.4'
|
||||
VERSION = '0.2'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue