[Bug 1043410] [NEW] nova-manage create flavor shouldn't require a flavorid
Adrien Cunin
adrien at adriencunin.fr
Wed Aug 29 16:13:42 UTC 2012
Public bug reported:
It's possible to specify a flavorid using --flavor=... (which is a
different thing than the auto-incremented id in the DB) when creating a
flavor but I think it shouldn't be required. If nothing is specified it
could be automatically generated.
$ nova-manage flavor create --name=test --memory=512 --cpu=1 --root_gb=0 --ephemeral_gb=0
Possible wrong number of arguments supplied
Creates instance types / flavors
[...]
TypeError: create() takes at least 7 arguments (6 given)
Expected:
$ nova-manage flavor create --name=test --memory=512 --cpu=1 --root_gb=0 --ephemeral_gb=0
[...]
test created
** Affects: nova
Importance: Undecided
Assignee: Adrien Cunin (adri2000)
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1043410
Title:
nova-manage create flavor shouldn't require a flavorid
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1043410/+subscriptions
More information about the Ubuntu-server-bugs
mailing list