[Yahoo-eng-team] [Bug 1661679] [NEW] Removing ConfigDrive causes network info to fallback to DHCP on reboot

2017-02-03 Thread Kenneth Burger
Public bug reported: Using Ubuntu 16.04.1 ppc64le and cloud-init 0.7.7~bzr1256-0ubuntu1~16.04.1 and deploying via Openstack Newton using ConfigDrive datasource. Initial boot of the vm applies the static networking correctly from the config drive, however, if the config drive is removed and the

[Yahoo-eng-team] [Bug 1627838] [NEW] Context is reset to by ClientRouter in nova/rpc.py

2016-09-26 Thread Kenneth Burger
Public bug reported: The following line in the constructor of ClientRouter in nova/rpc.py is resetting the context on the threading.local to an invalid context. self.run_periodic_tasks(nova.context.RequestContext()) Rather than creating a new context here, I believe it should either be:

[Yahoo-eng-team] [Bug 1621138] [NEW] block_device_mappings column is not large enough in table build_requests

2016-09-07 Thread Kenneth Burger
device_mappings' at row 1") ** Affects: nova Importance: Undecided Assignee: Kenneth Burger (burgerk) Status: New ** Changed in: nova Assignee: (unassigned) => Kenneth Burger (burgerk) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1604943] [NEW] non-ASCII chars ( Chinese ) not allowed in Keypair name

2016-07-20 Thread Kenneth Burger
Public bug reported: On a create (POST) request on /os-keypairs API, using a non-ASCII character such as Chinese or Japanese characters for the name parameter produces a 400 error return. "POST /v2.1/f60dbb1f1d2e4f8cb2434f0ed1016d97/os-keypairs HTTP/1.1" status: 400 len: 401 time: 0.0861628

[Yahoo-eng-team] [Bug 1549428] [NEW] castellan unnecessarily included in requirements.txt

2016-02-24 Thread Kenneth Burger
Public bug reported: The castellan dependency is only used for glance/common/signature_utils.get_certificate. This import should be moved into that function and made optional for glance and not a requirement. ** Affects: glance Importance: Undecided Status: New -- You received

[Yahoo-eng-team] [Bug 1476770] Re: _translate_from_glance fails with AttributeError: id in grenade

2015-08-14 Thread Kenneth Burger
I saw this issue as well updating to urllib3 in nova image-show nova/image/glance.py's show() method following is not getting properties image = self._client.call(context, version, 'get', image_id) glance api returns image properties with same case as • X-Image-Meta-Checksum

[Yahoo-eng-team] [Bug 1367342] [NEW] call to _set_instance_error_state is incorrect in do_build_and_run_instance

2014-09-09 Thread Kenneth Burger
Public bug reported: nova/compute/manager.py in do_build_and_run_instance Under except exception.RescheduledException as e: ... self._set_instance_error_state(context, instance.uuid) This should be passing instance only not instance.uuid ** Affects: nova Importance: Undecided