yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #58816
[Bug 1642500] [NEW] nova boot min_count and max_count not limited by neutron port quota
Public bug reported:
openstack-liberty
1) set user quota:
neutron-port: 10(4 used by network:router_interface and network:dhcp)
nova instance: 10
nova cores: 10
nova rams: 51200M
2) want to create 10 vms in a request
# nova boot --flavor m1.tiny --image xxx --min-count 10 --max-count 10 --nic net-id=yyy instance
i thought nova boot would fail because only 6 ports left. Actually, 6 instances are created and no error happened.
is it reasonable?
** Affects: nova
Importance: Undecided
Status: New
--
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/1642500
Title:
nova boot min_count and max_count not limited by neutron port quota
Status in OpenStack Compute (nova):
New
Bug description:
openstack-liberty
1) set user quota:
neutron-port: 10(4 used by network:router_interface and network:dhcp)
nova instance: 10
nova cores: 10
nova rams: 51200M
2) want to create 10 vms in a request
# nova boot --flavor m1.tiny --image xxx --min-count 10 --max-count 10 --nic net-id=yyy instance
i thought nova boot would fail because only 6 ports left. Actually, 6 instances are created and no error happened.
is it reasonable?
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1642500/+subscriptions
Follow ups