[Yahoo-eng-team] [Bug 1279172] [NEW] Unicode encoding error exists in extended Nova API, when the data contain unicode

2014-02-11 Thread David Jia
Public bug reported: We have developed an extended Nova API, the API query disks at first, then add a disk to an instance. After querying, if disk has non-english disk name, unicode will be converted to str in nova/api/openstack/wsgi.py line 451 "node = doc.createTextNode(str(data))", then unic

[Yahoo-eng-team] [Bug 1271220] [NEW] Updated information should be shown after attaching/detaching volume operation against instance

2014-01-21 Thread David Jia
Public bug reported: Updated information can be shown after instance rename, reboot and son on, but when attach/detach a volume to virtual server, cannot get the updated virtual server info. The operation step: 1) Get the last updated time '2013-12-09T08:23:40Z' of vs. 2) Attach a volume to vs. 3

[Yahoo-eng-team] [Bug 1195217] Re: Better messaging needed when resize of a vm fails on a Hyper-V host

2013-07-01 Thread David Jia
After investigation, when Openstack try to create remote path for instance resizing without right remote target host access credentials configuration, WindowsError [Error 123] is raised from https://github.com/openstack/nova/blob/master/nova/virt/hyperv/migrationops.py#L125 The exception will be c

[Yahoo-eng-team] [Bug 1186188] Re: gate-keystone-pep8 fail with InvocationError

2013-06-16 Thread David Jia
Hi Dolph, I'd like reopen this bug, because it occurs again and "from keystone.openstack.common.gettextutils import _" is a legal code line, please refer nova/openstack/common/log.py(https://github.com/openstack/nova/blob/master/nova/openstack/common/log.py), there is a same code line in it, i