[Yahoo-eng-team] [Bug 1396456] [NEW] instance boot failed when restart host

2014-11-25 Thread Eric Xie
Public bug reported: When I reboot host, state of one instance became ERROR with CLI(nova list). The log of the nova-compute service: 2014-11-25 12:13:48.095 3848 DEBUG nova.compute.manager [-] [instance: 7d7ec3f2-3709-4bbc-b278-849fd672d284] Current state is 4, state in DB is 1. _init_instanc

[Yahoo-eng-team] [Bug 1393182] Re: nova compute failed to report health when nova conductor started

2014-11-25 Thread Jerry Zhao
** Also affects: compass Importance: Undecided Status: New ** Changed in: compass Assignee: (unassigned) => Compass Team (syscompass) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https:/

[Yahoo-eng-team] [Bug 1366020] Re: LDAP Identity does not convert ID to DN for lookup

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

[Yahoo-eng-team] [Bug 1395368] Re: ExternalNetworksTest[JSON, XML].test_delete_external_networks_with_floating_ip failures

2014-11-25 Thread David Stanek
This keeps failing for a few reviews including: https://review.openstack.org/#/c/134993/ ** Also affects: keystonemiddleware Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. http

[Yahoo-eng-team] [Bug 1393831] Re: [heat] certain template errors display a long stack trace in the red error popup

2014-11-25 Thread Miguel Grinberg
Moved bug to heat project, this message comes from heat-engine, same happens when using command line client: $ heat stack-create test -f bug.yaml ERROR: u'u\'"hidden" is not a valid keyword inside an output definition\'\nTraceback (most recent call last):\n\n File "/usr/local/lib/python2.7/dist

[Yahoo-eng-team] [Bug 1396405] [NEW] why neutron agent use loop to detect the port's change, not use rpc call ?

2014-11-25 Thread songqianxia
Public bug reported: I found that all neutron agent has a loop to detect the hypervisor's ports change and create port for instance, But I found that neutron plugion will send a RPC call with fucion:AgentNotifierAPI, if agent can write a function in RPCCall Back, it can get the message and th

[Yahoo-eng-team] [Bug 1396387] [NEW] cisco n1kv: segment allocation table retrieves same segment id on concurrent requests

2014-11-25 Thread Shiv Prasad Rao
Public bug reported: When concurrent requests come from multiple tenants for network creation, neutron allows to create two network segment with same BD (vlan id and vxlan id) Expected behaviour : Should not reuse same bd [root@macc81f66b8f486 latest_os_sanity(openstack_admin)]# neutron net-sh

[Yahoo-eng-team] [Bug 1394825] Re: glance image cache invalidating prematurely with sql driver

2014-11-25 Thread Steve Lewis
** Changed in: glance Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1394825 Title: glance image cache invalidating prematurely with sql driver Status i

[Yahoo-eng-team] [Bug 1396356] [NEW] ovs_lilb failing to find interface

2014-11-25 Thread Jamie Lennox
Public bug reported: This is failing patches in the check-tempest-dsvm-neutron-pg and check- tempest-dsvm-neutron-pg-2 gates. Failure example: http://logs.openstack.org/03/135903/1/check/check-tempest-dsvm-neutron- pg/eb2d9f2/ Traceback: tempest.api.network.test_security_groups.SecGroupIPv6Test.t

[Yahoo-eng-team] [Bug 1394009] Re: unmocked get_network calls in admin subnet tests

2014-11-25 Thread David Lyle
** Changed in: horizon Status: Incomplete => Invalid ** Changed in: horizon Milestone: kilo-1 => None ** Changed in: horizon Assignee: David Lyle (david-lyle) => (unassigned) ** Changed in: horizon Importance: Low => Undecided -- You received this bug notification because yo

[Yahoo-eng-team] [Bug 1396228] Re: Keystone V3 query REST API returns all rows when using a display_name not in the database

2014-11-25 Thread Will Angenent
*** This bug is a duplicate of bug 1306699 *** https://bugs.launchpad.net/bugs/1306699 I was wrong, it's a bug in the client. It was fixed here: https://bugs.launchpad.net/python-openstackclient/+bug/1306699 ** This bug has been marked a duplicate of bug 1306699 utils.find_resource return

[Yahoo-eng-team] [Bug 1396326] [NEW] Group Management button just says "Add..."

2014-11-25 Thread Cindy Lu
Public bug reported: https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/identity/groups/tables.py#L175 Change to "Add Users" * Need have Identity v3 support enabled in local_settings.py to get this panel. ** Affects: horizon Importance: Undecided Statu

[Yahoo-eng-team] [Bug 1396324] [NEW] Instance object has no attribute get_flavor()

2014-11-25 Thread Dan Smith
Public bug reported: The notifications code in nova is receiving a SQLAlchemy object when trying to send state update notifications, resulting in this in the conductor log: 2014-11-25 03:13:40.200 ERROR nova.notifications [req-1a9ed96d-7ce2-4c7d-a409-a6959852ce6a AggregatesAdminTestXML-569323565

[Yahoo-eng-team] [Bug 1396310] [NEW] Floating IP status should track router admin_state_up

2014-11-25 Thread Yair Fried
Public bug reported: Setting router admin_state_up=False disables router and thus connectivity to all floating IPs routed through it, yet the status of the floating ip remains "ACTIVE". How to reproduce: 1. create a VM attached external network via router 2. attach floating IP to VM 3. update rou

[Yahoo-eng-team] [Bug 1396276] [NEW] dvr unit test requires sudo

2014-11-25 Thread Russell Bryant
Public bug reported: When running the following unit test, I get prompted for my sudo password: $ tox -e py27 neutron.tests.unit.openvswitch.test_ovs_neutron_agent.TestOvsNeutronAgent.test_get_dvr_mac_address_retried_max I'm on master commit 575b3fe84ca1bb6ef87db379cae34040abfca89e. ** Affects:

[Yahoo-eng-team] [Bug 1374497] Re: change in oslo.db "ping" handling is causing issues in projects that are not using transactions

2014-11-25 Thread Brant Knudson
There's a fix in oslo.db. The work to update Keystone will be part of a spec or blueprint to use new features in oslo.db once they're ready. I don't think it's worth keeping a bug open. ** Changed in: keystone Status: Triaged => Won't Fix -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1396158] Re: pylint job times out on gate

2014-11-25 Thread Balazs Gibizer
pylint has been removed with this change https://review.openstack.org/#/c/136846/ ** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.lau

[Yahoo-eng-team] [Bug 1396228] [NEW] Keystone V3 query REST API returns all rows when using a display_name not in the database

2014-11-25 Thread Will Angenent
Public bug reported: Summary: When using the openstack CLI with V3 keystone API to query for a keystone service, user or group (probably others too), if there is one row, it is returned, even if it doesn't match the query. The API appears to return exactly the one row if there is a hit, but all

[Yahoo-eng-team] [Bug 1396194] [NEW] test_dashboard_help_redirection intermittently fails with "Element is not currently visible"

2014-11-25 Thread Julie Pichon
Public bug reported: The integration test for the redirection sometimes fails with the following tracE: == 2014-11-25 02:38:11.596 | 2014-11-25 02:38:11.597 | ERROR: openstack_dashboard.test.integration_tests.tests.test_dashboar

[Yahoo-eng-team] [Bug 1396158] [NEW] pylint job times out on gate

2014-11-25 Thread Balazs Gibizer
Public bug reported: After fixing the bug https://bugs.launchpad.net/nova/+bug/1394606 some pylint jobs are still failing due to timeout. It seems that the default 30 minutes is not enough in some cases. For example https://jenkins06.openstack.org/job/gate-nova- pylint/5435/console See more on h

[Yahoo-eng-team] [Bug 1394569] Re: KeyError "extra_specs" in _cold_migrate

2014-11-25 Thread Alan Pevec
** Also affects: nova/juno Importance: Undecided Status: New ** Changed in: nova/juno Importance: Undecided => Low ** Changed in: nova/juno Status: New => In Progress ** Changed in: nova/juno Assignee: (unassigned) => Dave Walker (davewalker) -- You received this bug n

[Yahoo-eng-team] [Bug 1396083] [NEW] Improve List Role Assignments Tests

2014-11-25 Thread Samuel de Medeiros Queiroz
Public bug reported: When listing role assignments, it is possible to filter results by group, role, domain, project, user and inheritance. In addition, it is possible to query for effective role assignments, which expands inherited roles and group membership. Currently we have few tests [1][2]

[Yahoo-eng-team] [Bug 1342720] Re: test_agent_ext_plugin: create_agent needs to be fixed

2014-11-25 Thread Elena Ezhova
The agent extension does not allow create operations and test_create_agent is a negative test. ** 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. https://bugs.laun

[Yahoo-eng-team] [Bug 1396080] [NEW] Inconsistent usage of Detail / Details

2014-11-25 Thread Rob Cresswell
Public bug reported: (Highlighted in this review https://review.openstack.org/#/c/136056/) The /detail.html pages have page titles that alternate between "Detail" and "Details". We should make these titles consistent and use "Details". Any patch should be based off the above review as that chang

[Yahoo-eng-team] [Bug 1386041] Re: can't connect external network using default snat from tenant network

2014-11-25 Thread Alan Pevec
** Also affects: neutron/juno 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/1386041 Title: can't connect external network using default snat

[Yahoo-eng-team] [Bug 1396050] [NEW] floating_ip_disassociate port_id parameter never used

2014-11-25 Thread LIU Yulong
Public bug reported: See: https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/neutron.py#L400 and https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/nova.py#L397 python-neutronclient usage: neutron floatingip-disassociate [-h] [--request-format {json,

[Yahoo-eng-team] [Bug 1396003] [NEW] Resize failed in finish_resize function, the instance disappeared and can not rollback.

2014-11-25 Thread Rong Han ZTE
Public bug reported: Resize failed in finish_resize function, the instance disappeared and can not rollback. log is : http://paste.openstack.org/show/137968/ ** Affects: nova Importance: Undecided Status: New ** Tags: in-stable-icehouse ** Tags added: in-stable-icehouse -- Yo

[Yahoo-eng-team] [Bug 1396010] [NEW] Error HANotEnoughAvailableAgents not reported to user

2014-11-25 Thread Yair Fried
Public bug reported: Failure to create HA router is reported to neutron.log but doesn't show up in Error message: [root@RHEL7Server ~(keystone_admin)]# neutron router-create my-first-ha-router Internal Server Error (HTTP 500) (Request-ID: req-9185be70-a028-438a-afd3-89ce3932a128) from neutron