Bug #4783
onetemplate instatiation ignores capacity values provided
| Status: | Pending | Start date: | 09/15/2016 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | CLI | |||
| Target version: | - | |||
| Resolution: | Pull request: | |||
| Affected Versions: | OpenNebula 5.0 |
Description
[oneadmin@onefrontend-202 ~]$ onetemplate instantiate 0 --name testvm --cpu 1 --vcpu 4 --memory 4096 --hold
There are some parameters that require user input. Use the string <<EDITOR>> to launch an editor (e.g. for multi-line inputs)
* (CPU)
Press enter for default (1). Float in the range [0.1..1.0]:
* (MEMORY)
Press enter for default (4096). Integer in the range [1024..8192]:
* (VCPU)
Press enter for default (4). Integer in the range [1..8]: