[Yahoo-eng-team] [Bug 1434335] [NEW] Change v2 API server group name validation to use the same validation that the other APIs use

2015-03-19 Thread Jennifer Mulsow
alidInput(reason=msg) where VALID_NAME_REGEX = re.compile("^(?! )[\w. _-]+(?https://review.openstack.org/#/c/119741/. The purpose of this commit was to make the flavor API and others less restrictive in the characters that are accepted for a name. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1431932] [NEW] Make the server group invalid format message more verbose

2015-03-13 Thread Jennifer Mulsow
.InvalidInput(reason=msg) where VALID_NAME_REGEX = re.compile("^(?! )[\w. _-]+(? Jennifer Mulsow (jmulsow) -- 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/1431932 Title

[Yahoo-eng-team] [Bug 1400860] [NEW] server group policy not honored for targeted evacuations

2014-12-09 Thread Jennifer Mulsow
Public bug reported: This was observed in the Juno release. Because targeted evacuations do not go through the scheduler for policy- based decision making, a VM could be evacuated to a host that would violate the policy of the server group it belongs to. If a VM belongs to a server group, the gr

[Yahoo-eng-team] [Bug 1399815] [NEW] server group policy not honored for targeted migrations

2014-12-05 Thread Jennifer Mulsow
Importance: Undecided Assignee: Jennifer Mulsow (jmulsow) Status: New ** Changed in: nova Assignee: (unassigned) => Jennifer Mulsow (jmulsow) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1376933] [NEW] _poll_unconfirmed_resize timing window causes instance to stay in verify_resize state forever

2014-10-02 Thread Jennifer Mulsow
Public bug reported: If the _poll_unconfirmed_resizes periodic task runs in nova/compute/manager.py:ComputeManager._finish_resize() after the migration record has been updated in the database but before the instances has been updated. 2014-09-30 16:15:00.897 112868 INFO nova.compute.manager [-] A

[Yahoo-eng-team] [Bug 1374158] [NEW] Typo in call to LibvirtConfigObject's parse_dom() method

2014-09-25 Thread Jennifer Mulsow
Public bug reported: In Juno in nova/virt/libvirt/config.py: LibvirtConfigGuestPUNUMA.parse_dom() calls super with a capital 'D' in parse_dom(). super(LibvirtConfigGuestCPUNUMA, self).parse_Dom(xmldoc) LibvirtConfigObject does not have a 'parse_Dom()' method. It has a 'parse_dom()' meth

[Yahoo-eng-team] [Bug 1370229] [NEW] Total VCPUs could change on PowerKVM host, but change not reflected in host stats

2014-09-16 Thread Jennifer Mulsow
Public bug reported: PowerKVM hosts support the feature of split cores. If a user enables 4 subcores per core on a system with 16 CPUS, then total VCPUs reported by virsh and libvirt's getInfo() API changes from 16 to 64. However, the hypervisor details API still shows 16 for VCPUs. This is beca

[Yahoo-eng-team] [Bug 1258275] [NEW] Migration record for resize not cleared if exception is thrown during the resize

2013-12-05 Thread Jennifer Mulsow
Public bug reported: Testing on havana. prep_resize() calls resource tracker's resize_claim() which creates a migration record. This record is cleared during the rt.drop_resize_claim() from confirm_resize() or revert_resize(), however if an exception is thrown before one of these is called or aft