Feature #1672
Change default driver names
Status: | Closed | Start date: | 11/29/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Drivers - Auth | |||
Target version: | Release 4.0 | |||
Resolution: | fixed | Pull request: |
Description
Drivers are called vmm_kvm, vmm_xen, im_kvm, im_xen, etc. There is no clash of names for different driver types. Right now to add a kvm node the command is:
$ onehost create --im im_kvm --vm vmm_kvm --net dummy somehost
I propose to take out the type of the driver and just leave the name of the driver itself (kvm, xen, vmware, etc):
$ onehost create --im kvm --vm kvm --net dummy somehost
Associated revisions
feature #1672: change default driver names
History
#1 Updated by Ruben S. Montero over 8 years ago
- Assignee set to Javi Fontan
- Target version set to Release 4.0
#2 Updated by Javi Fontan over 8 years ago
- Category changed from CLI to Drivers - Auth
- Status changed from New to Closed
- Resolution set to fixed