[Yahoo-eng-team] [Bug 1348495] [NEW] VMware vCenter Driver failed to extend virtual disk while booting new VM

2014-07-25 Thread Fan Guo
Public bug reported: How to produce this bug: Compute driver: VMwareVCDriver vSphere API 5.1, VMware use: Administrator Image: sparse type with ide controller. Confiure in nova.conf: linked_clone =True. Boot vm with “root_disk_size” (Example: 20GB)

[Yahoo-eng-team] [Bug 1348509] [NEW] the volume may be legacy when we delete instance whose task_state is block_device_mapping

2014-07-25 Thread zhangtralon
Public bug reported: here, two scenes may cause that a volume is legacy when we delete instance whose task_state is block_device_mapping .The first scene is that using the boot volume created by image creates instance; The other scene is that using image create instance with a volume

[Yahoo-eng-team] [Bug 1309055] Re: Post operation of migration fails whith Connection to neutron failed error

2014-07-25 Thread haruka tanizawa
** 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/1309055 Title: Post operation of migration fails whith Connection to

[Yahoo-eng-team] [Bug 1336800] Re: neutron firewall-rule-show is not displaying protocol field when set to any

2014-07-25 Thread Koteswara Rao Kelam
** Project changed: neutron = python-neutronclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1336800 Title: neutron firewall-rule-show is not displaying protocol field when set

[Yahoo-eng-team] [Bug 1348561] [NEW] Cinder is not mocked properly

2014-07-25 Thread Tatiana Ovchinnikova
Public bug reported: Cinder traces return: DEBUG:cinderclient.client:Connection refused: HTTPConnectionPool(host='public.nova.example.com', port=8776): Max retries exceeded with url: /v1/types/1 (Caused by class 'socket.gaierror': [Errno -2] Name or service not known) ** Affects: horizon

[Yahoo-eng-team] [Bug 1348584] [NEW] KeyError in nova.compute.api.API.external_instance_event

2014-07-25 Thread Salvatore Orlando
Public bug reported: The fix for bug 1333654 ensured events for instance without host are not accepted. However, the instances without the host are still being passed to the compute API layer. This is likely to result in keyerrors as the one found here:

[Yahoo-eng-team] [Bug 1348589] [NEW] dhcp port binding fail

2014-07-25 Thread Xurong Yang
Public bug reported: When creating a subnet while ovs agent is down, the subnet and the corresponding dhcp port are created successfully. However, the vif_type of the port is binding_failed and the segment is NULL so when ovs agent restarts, it won't set the vlan tag of the dhcp port and there is

[Yahoo-eng-team] [Bug 1320513] Re: IPMI commands are sent / queried too fast

2014-07-25 Thread Russell Bryant
** Changed in: ironic Status: Fix Committed = 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/1320513 Title: IPMI commands are sent / queried too

[Yahoo-eng-team] [Bug 1260265] Re: BaremetalHostManager cannot distinguish baremetal hosts from other hosts

2014-07-25 Thread Russell Bryant
** Changed in: ironic Status: Fix Committed = Fix Released ** Changed in: ironic Milestone: None = juno-2 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1214341] Re: Not all db.sqal.session methods are wrapped by wrap_db_error

2014-07-25 Thread Russell Bryant
** Changed in: ironic Status: Fix Committed = Fix Released ** Changed in: ironic Milestone: None = juno-2 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1214341 Title: Not

[Yahoo-eng-team] [Bug 1348610] [NEW] pep8 errors horizon subdirectory

2014-07-25 Thread Pawel Skowron
Public bug reported: While fixing https://bugs.launchpad.net/horizon/+bug/1347472 Re-enable disabled pep8 errors around 2 500 pep8 errors occurred. Since there are many of them this particular bug will solve the horizon subdirectory and there will be other bugs to fix all the issue before bug

[Yahoo-eng-team] [Bug 1348623] [NEW] XenAPI and Baremetal drivers use bogus hypervisor type for supported instances

2014-07-25 Thread Daniel Berrange
Public bug reported: The XenAPI driver reports a hypervisor type of 'xapi' for supported instances. This is confusing the hypervisor type, which should be 'xen', with the management API type which is 'xapi'. The Baremetal driver reports a hypervisor type of 'baremetal' for supported instances.

[Yahoo-eng-team] [Bug 1328288] Re: [mos] openvswitch agent fails with bridges longer than 11 chars

2014-07-25 Thread Alexander Ignatov
** Changed in: fuel/5.0.x Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1328288 Title: [mos] openvswitch agent fails with bridges longer than 11

[Yahoo-eng-team] [Bug 1348640] [NEW] can't launch instance using ceph without authentication

2014-07-25 Thread cristi1979
Public bug reported: Instance fails when using ceph as a storage backend. The main complain comes from /usr/lib/python2.7/site- packages/nova/virt/libvirt/config.py, line 527. Putting a print bedore if self.auth_secret_type is not None: shows that the code is hit twice, first with

[Yahoo-eng-team] [Bug 1348642] [NEW] Rebuild does not work with cells

2014-07-25 Thread Christopher Lefelhocz
Public bug reported: The rebuild command will not with with cells. The command is dropped at the api layer. ** Affects: nova Importance: High Assignee: Christopher Lefelhocz (christopher-lefelhoc) Status: New ** Changed in: nova Importance: Undecided = High ** Changed

[Yahoo-eng-team] [Bug 1348661] [NEW] nova.tests.api.ec2.test_cloud.CloudTestCase.test_terminate_instances_two_instances race fails with UnexpectedDeletingTaskStateError

2014-07-25 Thread Matt Riedemann
Public bug reported: This was being masked by bug 1311778 due to the MessagingTimeout failure, but there are more specific errors. http://logs.openstack.org/79/108879/1/gate/gate-nova- python26/283e967/console.html#_2014-07-24_08_14_12_631 2014-07-24 08:14:12.631 | FAIL:

[Yahoo-eng-team] [Bug 1348703] [NEW] LinuxInterfaceDriver plug and unplug methods in derived class already check for device existence

2014-07-25 Thread Rossella Sblendido
Public bug reported: LinuxInterfaceDriver plug and unplug in derived classes already check if the device exists. There's no need to duplicate the check in the code that is calling those methods. See l3_agent.py in internal_network_added for example: if not

[Yahoo-eng-team] [Bug 1348706] [NEW] Python errors are not well displayed in instance details

2014-07-25 Thread François Magimel
Public bug reported: When an instance fails, some information of the error is displayed in the instance details (Fault) : message, code, details and creation date. However, details of the error are not well displayed : the python error is on one line, for example. ** Affects: horizon

[Yahoo-eng-team] [Bug 1348720] [NEW] Missing index for expire_reservations

2014-07-25 Thread Vish Ishaya
Public bug reported: While investigating some database performance problems, we discovered that there is no index on deleted for the reservations table. When this table gets large, the expire_reservations code will do a full table scan and take multiple seconds to complete. Because the expire

[Yahoo-eng-team] [Bug 1219658] Re: Wrong image size using rbd backend for libvirt

2014-07-25 Thread Chuck Short
Rafael, this needs to have an SRU testcase as in: https://wiki.ubuntu.com/StableReleaseUpdates chuck ** Also affects: nova (Ubuntu Trusty) Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1330786] Re: dhcp agent not sending name server config for ipv6

2014-07-25 Thread Kyle Mestery
Marking as invalid. Some work for the stateful/stateless IPV6 BP will address this bug. That work is tracked in this patch: https://review.openstack.org/#/c/106299/ ** Changed in: neutron Status: Confirmed = Invalid ** Changed in: neutron Assignee: Eugene Nikanorov (enikanorov) =

[Yahoo-eng-team] [Bug 1348737] [NEW] Once a Gateway is set L-3 agent attempts to update external Gateway on every router update

2014-07-25 Thread Rajeev Grover
Public bug reported: once an external gateway is set, due to a logic error, for every subsequent router update the L-3 agent incorrectly concludes there is a change in external gateway. This causes the codepath to set external gateway getting invoked un-necessarily. In process_router(...)

[Yahoo-eng-team] [Bug 1348760] [NEW] volume create with image doesn't require an image

2014-07-25 Thread Doug Fish
Public bug reported: 1. Login to horizon UI 2. Go to Volumes tab from left menu 3a click on create volume and fill the details select volume-source as Image but don't actually specify any image OR 3b click on create volume and fill the details select volume-source as Volume but don't actually

[Yahoo-eng-team] [Bug 1303998] Re: vm fails with error vif_type=binding_failed using gre tunnels

2014-07-25 Thread Edgar Magana
This is a duplicated bug: https://bugs.launchpad.net/neutron/+bug/1305226 ** Changed in: neutron Assignee: (unassigned) = Edgar Magana (emagana) ** Changed in: neutron Status: Triaged = Invalid ** Changed in: neutron Assignee: Edgar Magana (emagana) = (unassigned) ** Changed

[Yahoo-eng-team] [Bug 1348812] [NEW] l3 agent not using root_helper to check namespace

2014-07-25 Thread Kevin Benton
Public bug reported: The L3 agent is not using the root helper when checking to see that a namespace already exists. This causes it get no listed namespaces if using an unprivileged account and try to create a duplicate namespace, which then fails because it already exists and raises a runtime

[Yahoo-eng-team] [Bug 1348818] Re: Unittests do not succeed with random PYTHONHASHSEED value

2014-07-25 Thread Clark Boylan
** Also affects: designate Importance: Undecided Status: New ** Also affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1348818] Re: Unittests do not succeed with random PYTHONHASHSEED value

2014-07-25 Thread Clark Boylan
** Also affects: heat 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/1348818 Title: Unittests do not succeed with random PYTHONHASHSEED value

[Yahoo-eng-team] [Bug 1348818] Re: Unittests do not succeed with random PYTHONHASHSEED value

2014-07-25 Thread Clark Boylan
** Also affects: keystone Importance: Undecided Status: New -- 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/1348818 Title: Unittests do not succeed with random

[Yahoo-eng-team] [Bug 1348838] [NEW] Glance logs password hashes in swift URLs

2014-07-25 Thread Joel Friedly
Public bug reported: Example: 2014-07-25 20:03:36.346 780 DEBUG glance.registry.api.v1.images [1c66afef-0bc9-4413-b63a-c81585c2a981 2eae458f42e64420af5e3a2cab07e03a 9bc19f6aabc944c382bf553cb8131b17 - - -] Updating image dfd7e14c- eb02-487e-8112-d1881ae031d9 with metadata: {u'status': u'active',

[Yahoo-eng-team] [Bug 1348840] [NEW] Nova logs iscsi passwords when attaching volumes

2014-07-25 Thread Joel Friedly
Public bug reported: Example: 2014-07-25 21:50:12.987 4750 DEBUG nova.openstack.common.processutils [req-251c525c-b92e-4638-89a0-c77ee887ff17 119a4280aa594405aabc31b4fc0f640c ae356b4961204701ae7e89b7495c28bb] Running cmd (subprocess): sudo nova-rootwrap /etc/nova/rootwrap.conf iscsiadm -m

[Yahoo-eng-team] [Bug 1348844] [NEW] Keystone logs auth tokens in URLs at log level info

2014-07-25 Thread Joel Friedly
Public bug reported: Example: 2014-07-25 22:28:25.352 1458 INFO eventlet.wsgi.server [-] 10.241.1.50,10.241.1.80 - - [25/Jul/2014 22:28:25] GET /v2.0/tokens/d5036612660543a3a9b8054c79dea8d3 HTTP/1.1 200 3174 0.021630 We've found that this regex can catch all of these messages:

[Yahoo-eng-team] [Bug 1330132] Re: Creation of Member role is no longer required

2014-07-25 Thread Stephen Gordon
** Also affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1330132 Title: Creation of Member role is no longer required

[Yahoo-eng-team] [Bug 1323267] Re: Network shouldn't be shared and external at the same time

2014-07-25 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1323267

[Yahoo-eng-team] [Bug 1321532] Re: No status report for vpn agent

2014-07-25 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1321532

[Yahoo-eng-team] [Bug 1319300] Re: icehouse can't create instance

2014-07-25 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1319300

[Yahoo-eng-team] [Bug 1283146] Re: test_delete_member_with_vip fails AssertionError

2014-07-25 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1283146