yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13980
[Bug 1309244] Re: if using nova boot --num-instances and neutron instances count are truncated to port quota
This is a novaclient bug, the nova API has min_count and max_count. if
min_count is over the quota limit the command will fail. So novaclient
should be updated to support min_count and max_count flags and deprecate
num-instances (as an alias for max count)
** Also affects: python-novaclient
Importance: Undecided
Status: New
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1309244
Title:
if using nova boot --num-instances and neutron instances count are
truncated to port quota
Status in OpenStack Compute (Nova):
Invalid
Status in Python client library for Nova:
New
Bug description:
If using nova with neutron and you run the following command:
nova boot --image cirros-0.3.1-x86_64-uec --flavor 1 --nic net-id=41b95a61-c052-4cfa-8361-493e8d7298e3 --nic net-id=4658b15d-1a0c-4a13-bd28-b5dd41b5feee --nic net-id=70da3b11-531c-471c-89cb-8146183c5470 --flavor 100 vmx --num-instances 30
and you do not have enough quota it would be nice if nova-api would
raise an error or perhaps actually try and launch 30 instances.
Instead you get some number of instances up to your port-quota.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1309244/+subscriptions
References