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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to