[Yahoo-eng-team] [Bug 1748950] [NEW] PowerVM driver passing bad kwargs into Task init method

2018-02-12 Thread Eric Berglund
** Affects: nova Importance: Undecided Assignee: Eric Berglund (esberglu) Status: New ** Changed in: nova Assignee: (unassigned) => Eric Berglund (esberglu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1746608] [NEW] Nova not always using get to access driver capabilites dict

2018-01-31 Thread Eric Berglund
() it will default instead of throwing the KeyError. [1] https://github.com/openstack/nova/blob/5251f18d87/nova/virt/driver.py#L124-L134 ** Affects: nova Importance: Undecided Assignee: Eric Berglund (esberglu) Status: New ** Changed in: nova Assignee: (unassigned) => E

[Yahoo-eng-team] [Bug 1716718] [NEW] chown commands failing (no rootwrap filter)

2017-09-12 Thread Eric Berglund
Public bug reported: Description https://review.openstack.org/#/c/471972/31/etc/nova/rootwrap.d/compute.filters The above changed removed the chown rootwrap filter. However the temporary_chown method in nova.utils is still calling execute('chown',...) which is failing. This needs to

[Yahoo-eng-team] [Bug 1704881] [NEW] subnetpools not cleaned up after subnetpool tempest tests

2017-07-17 Thread Eric Berglund
Public bug reported: Openstack Version: master Neutron change [1] introduced tempest tests for default subnetpools. These tests create subnetpools but do not clean them up after the test is complete. This results in subsequent tests failing because a default subnetpool already exists (see trace

[Yahoo-eng-team] [Bug 1699199] [NEW] test_agent_management resource_setup assumes multiple agents

2017-06-20 Thread Eric Berglund
Public bug reported: https://github.com/openstack/neutron/blob/master/neutron/tests/tempest/api/admin/test_agent_management.py#L26-L31 resource_setup assumes that admin_client.list_agents will return at least 2 different agents, agents[0] and agents[1]. If there is only 1 agent, this setup

[Yahoo-eng-team] [Bug 1692982] [NEW] Need --strict option for nova-manage cell_v2 discover_hosts

2017-05-23 Thread Eric Berglund
will fail with exit code 1. ** Affects: nova Importance: Undecided Assignee: Eric Berglund (esberglu) Status: In Progress ** Changed in: nova Assignee: (unassigned) => Eric Berglund (esberglu) -- You received this bug notification because you are a member of Yahoo! Eng

[Yahoo-eng-team] [Bug 1610332] [NEW] Can't disable nova quotas

2016-08-05 Thread Eric Berglund
Public bug reported: The nova quotas previously could be disabled by setting the quota value to -1. Due to this change updating the quota help text, many of the quotas now have a min value of 0, no longer allowing those quotas to be disabled by setting them to -1. Attempting to do so will result