[Yahoo-eng-team] [Bug 1649665] [NEW] Erroneous limit parameter not included in error message for neutron port-list --limit

2016-12-13 Thread rick jones
Public bug reported: Running a "previously happy on Mitaka" cleanup script which included a: neutron port-list --all-tenants --limit -1 command now returns an error under Newton: stack@np-cp1-c0-m1-mgmt:~/rjones2$ neutron port-list --all-tenants --limit -1 Bad limit request: Limit must be an

[Yahoo-eng-team] [Bug 1645509] [NEW] dnsmasq host file entries can return from the grave

2016-11-28 Thread rick jones
Public bug reported: With a Mitaka system, if one creates a Reasonably Large Number (tm) of instances (eg 448) via: neutron port-create neutron floatingip-create nova boot --net portid= and then once they are all created, delete them via: delete all the instances via the cCLI (groups of 10 or

[Yahoo-eng-team] [Bug 1567114] [NEW] nova boot specifying flavor by name fails intermittently past 1000 flavors

2016-04-06 Thread rick jones
Public bug reported: While running a script which: 1) creates a project 2) creates a user in that project 3) creates a flavor 4) tweaks some nova and neutron quotas for that project 5) switches to that project 6) creates an image 7) tweaks some security group rules 8) creates a

[Yahoo-eng-team] [Bug 1464348] [NEW] hostname comparison for foced_host should be case-insensitive

2015-06-11 Thread rick jones
Public bug reported: It would appear that when the scheduler is matching the hostname provided in the --availability-zone option with the hostnames of the compute nodes in a case-sensitive manner. However, going back to the misty Dawn of Internet Time hostnames have been case-insensitive items.