[Yahoo-eng-team] [Bug 1262424] Re: Files without code should not contain copyright notices

2014-01-03 Thread Eric Guo
** Also affects: ironic Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1262424 Title: Files without code should not contain copyright notices

[Yahoo-eng-team] [Bug 1265641] Re: Can not create pbr directory due to permission denied

2014-01-03 Thread Matt Riedemann
Fixed with this I think: https://review.openstack.org/#/c/64709/ More details here: https://etherpad.openstack.org/p/pip1.5Upgrade ** Also affects: openstack-ci Importance: Undecided Status: New ** No longer affects: nova ** Changed in: openstack-ci Status: New => Fix Released

[Yahoo-eng-team] [Bug 1220593] Re: the parameter of dns1 and dns2 are ignored when using nova-manage network create to create network

2014-01-03 Thread Russell Bryant
Folsom is no longer supported. ** Changed in: nova Status: New => Won't Fix -- 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/1220593 Title: the parameter of dns1 a

[Yahoo-eng-team] [Bug 1265887] [NEW] kvs assignment updates user password

2014-01-03 Thread Morgan Fainberg
Public bug reported: When updates to Grants are performed, the KVS assignment backend will cause a password update for the user to the current hash of the user's password. This is because the .get_user method on identity_api includes the password element which is just fed back into .update_user

[Yahoo-eng-team] [Bug 1187295] Re: periodic keystone query for active instances

2014-01-03 Thread Russell Bryant
This has been improved since the bug was opened, so I'm going to close this out ** Changed in: nova Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpa

[Yahoo-eng-team] [Bug 1178316] Re: nova.virt.libvirt.driver [Errno 2] No such file or directory - repeating error in compute.log

2014-01-03 Thread Russell Bryant
** Changed in: nova Status: New => Invalid -- 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/1178316 Title: nova.virt.libvirt.driver [Errno 2] No such file or direct

[Yahoo-eng-team] [Bug 1112646] Re: Make libvirt.LibvirtDriver use the current network model

2014-01-03 Thread Russell Bryant
This was cleaned up by the nova-network-legacy blueprint ** Changed in: nova Status: New => Fix Released -- 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/1112646 Tit

[Yahoo-eng-team] [Bug 1012144] Re: Inner-project Floating IP communication is not working

2014-01-03 Thread Russell Bryant
*** This bug is a duplicate of bug 1178745 *** https://bugs.launchpad.net/bugs/1178745 ** This bug has been marked a duplicate of bug 1178745 Inconsistent connectivity between instances with floating IPs -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1265872] [NEW] Disassociate Floating IP from an instance with 2 NICs doesn't work

2014-01-03 Thread marcos.gm
Public bug reported: An instance with two internal networks configured, and a floating IP associated, cannot release the Floating IP because a message 'No floating IP's to disassociate' pops-up As a result, the instance keeps its floating IP Openstack version: Havana installed via Packstack (on

[Yahoo-eng-team] [Bug 1265869] [NEW] close modal when pressing escape on select

2014-01-03 Thread Maxime Vidori
Public bug reported: When we are in a modal, if a select is triggered and the user press escape all the modal is closed instead of closing the select. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Eng

[Yahoo-eng-team] [Bug 1265838] Re: duplicate unique index on virtual_interfaces.address

2014-01-03 Thread Dan Prince
** Changed in: nova Status: In Progress => Invalid ** Changed in: nova Assignee: Dan Prince (dan-prince) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.

[Yahoo-eng-team] [Bug 1265839] [NEW] duplicate index on block_device_mapping ('instance_uuid', 'device_name')

2014-01-03 Thread Dan Prince
Public bug reported: Due to an upgrade issue in Havana DB migration 186 there is now a duplicate index on the block_device_mapping ('instance_uuid', 'device_name') column for MySQL. (does not affect PostgreSQL). DROP TABLE IF EXISTS `block_device_mapping`; /*!40101 SET @saved_cs_client = @@ch

[Yahoo-eng-team] [Bug 1265838] [NEW] duplicate unique index on virtual_interfaces.address

2014-01-03 Thread Dan Prince
Public bug reported: Due to an upgrade issue in Havana migration 185 the virtual_interfaces table now has a duplicate unique index on the 'address' column. CREATE TABLE `virtual_interfaces` ( `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `deleted_at` datetime DEFAU

[Yahoo-eng-team] [Bug 1215593] Re: nova-compute startup failure on Fedora 19 fresh install (no suitable emulator)

2014-01-03 Thread Dan Prince
This was fixed in baadaa9842ad4ff8b637466affd3c9f2213b55ac. Updates the Nova libvirt driver so we make a call to get the driver capabilities. This is clearly a work around but it does allow nova-compute to startup cleanly when performing a clean install of Fedora 19. See n

[Yahoo-eng-team] [Bug 1265805] [NEW] Empty email for users gets saved as an empty string

2014-01-03 Thread Julie Pichon
Public bug reported: Currently if we create/update a user without an email address using Horizon, an empty string is stored in the database. mysql> select name, extra from user; | test | {"email": ""} | However, when using the keystone client, no email means storing

[Yahoo-eng-team] [Bug 1265762] [NEW] Typo error while retrieving a list of meters tied to glance

2014-01-03 Thread Ala Rezmerita
Public bug reported: In openstack_dashboard/api/ceilometer.py the code responsible for retrieving the list of meters tied to glance for Admin/Resource Usage there is a typo error : def list_glance(self, except_meters=None): return self._list(only_meters=self._cinder_meters_info.keys(),

[Yahoo-eng-team] [Bug 1265751] [NEW] DBError: UPDATE statement on table 'ml2_port_bindings'

2014-01-03 Thread Armando Migliaccio
Public bug reported: This causes a port deletion to fail. Stacktrace is here: http://paste.openstack.org/show/59856/ Tempest run where this occurs is here: http://logs.openstack.org/47/64747/2/check/check-tempest-dsvm-neutron- pg-isolated/8284eb8/logs/screen-q-svc.txt.gz 7-day Logstash is her

[Yahoo-eng-team] [Bug 1265752] [NEW] [Ubuntu] wrong version of python-six in requirement

2014-01-03 Thread Pavel Kirpichyov
Public bug reported: stable nova-havana release requires pythox-six >= 1.4.1 ( https://github.com/openstack/nova/blob/stable/havana/requirements.txt#L28 ), but package debian/control still requires python-six (<< 1.4.0) ** Affects: nova Importance: Undecided Status: New ** Tags: u

[Yahoo-eng-team] [Bug 1265743] Re: Code do not conform to the requirements of the pep8

2014-01-03 Thread Eugene Nikanorov
None of the lines in the patch exceeds 80 chars, they are at most 79. That is checked automatically anyway. ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. http

[Yahoo-eng-team] [Bug 1265701] Re: Need use assertTrue/assertFalse replace assertEqual boolean value

2014-01-03 Thread Eric Guo
** Changed in: glance Status: New => Invalid ** Changed in: keystone Status: New => Invalid ** Changed in: oslo Status: New => Invalid ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1257293] Re: [messaging] QPID broadcast RPC requests to all servers for a given topic

2014-01-03 Thread booxter
** Also affects: oslo.messaging Importance: Undecided Status: New ** Changed in: oslo Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/125

[Yahoo-eng-team] [Bug 1265743] [NEW] Code do not conform to the requirements of the pep8

2014-01-03 Thread shihanzhang
Public bug reported: I found there are many code which do not conform to the requirements of the pep8,one line should not exceed 80 characters! ** Affects: neutron Importance: Undecided Assignee: shihanzhang (shihanzhang) Status: New ** Changed in: neutron Assignee: (unas

[Yahoo-eng-team] [Bug 1265730] Re: glance client http.py string format error

2014-01-03 Thread Le Tian Ren
** Tags added: low-hanging-fruit ** Project changed: glance => python-glanceclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1265730 Title: glance client http.py string format error

[Yahoo-eng-team] [Bug 1265740] [NEW] incorrect return from exception.InvalidInput()

2014-01-03 Thread lizheming
Public bug reported: when I create instance, and set min_count=-1, like this: openstack@openstack-001:~$ curl -i -H "X-Auth-Token:6db450ec28174970be674af55c644e23" -H "Content-Type:application/json" http://127.0.0.1:8774/v2/e7fdc71e46bd4945a57104f3899b1335/servers -d '{"server":{"name":"test"

[Yahoo-eng-team] [Bug 1265734] [NEW] OVF or bare?

2014-01-03 Thread Savanna
Public bug reported: Hi, I have a question regarding choosing container for an image. For example for the testVM image provided in openstack dashboard the container is bare by defalut(bare container format means the image does not have a container or metadata), however when I use hortonworks hdp

[Yahoo-eng-team] [Bug 1265731] [NEW] Need change instance's property updated_at when swap volume

2014-01-03 Thread jichencom
Public bug reported: https://bugs.launchpad.net/nova/+bug/1250066 updated the updated_at for attach/detach volume swap volume also should need same update because it also did the attach/detach and from user perspective, the content is changed ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1265732] [NEW] Need change instance's property updated_at when attach/detach interface

2014-01-03 Thread jichencom
Public bug reported: According to https://bugs.launchpad.net/nova/+bug/1250066 since we attach/detach a interface of an instance, we also need to update the updated_at field of an instance ** Affects: nova Importance: Undecided Status: New -- You received this bug notification be

[Yahoo-eng-team] [Bug 1265730] [NEW] glance client http.py string format error

2014-01-03 Thread Le Tian Ren
Public bug reported: Issue: Found this coding defect when we ran into "TypeError: not all arguments converted during string formatting" https://github.com/openstack/python- glanceclient/blob/master/glanceclient/common/http.py#L438 msg = 'Unable to load CA from "%s"' % (self.cace