admin-api: remove clone operation

Can be achieved using other operations.
This commit is contained in:
Marek Marczykowski-Górecki 2017-06-19 00:08:07 +02:00
parent a43d14339e
commit 3d6870656b
No known key found for this signature in database
GPG Key ID: F32894BE9684938A

View File

@ -23,8 +23,6 @@ to set the policy using current mechanism.
| `admin.vm.Create.<class>` | `dom0` | template | `name=<name> label=<label>` | - |
| `admin.vm.CreateInPool.<class>` | `dom0` | template | `name=<name> label=<label> `<br/>`pool=<pool> pool:<volume>=<pool>` | - | either use `pool=` to put all volumes there, <br/>or `pool:<volume>=` for individual volumes - both forms are not allowed at the same time
| `admin.vm.CreateTemplate` | `dom0` | name | `root.img` | - |
| `admin.vm.Clone` | vm | - | `name=<name>` | - |
| `admin.vm.CloneInPool` | vm | - | `name=<name> `<br/>`pool=<pool> pool:<volume>=<pool>` | - | same as for `admin.vm.CreateInPool`
| `admin.vm.Remove` | vm | - | - | - |
| `admin.label.List` | `dom0` | - | - | `<property>\n` |
| `admin.label.Create` | `dom0` | label | `0xRRGGBB` | - |