[Yahoo-eng-team] [Bug 1409617] [NEW] Failed to attach interface

2015-01-12 Thread Liyingjun
Public bug reported: when i try to attach a existing port to an instance using command: nova interface-attach --port-id , i get an error: Failed to attach interface Step to reproduce: stacker@stack:~$ neutron port-create 2cac259a-d9b5-47fe-9263-79ce6fd22dc6 Created a new port: +

[Yahoo-eng-team] [Bug 1407859] Re: vm can't get default route for ipv6 in slaac mode

2015-01-12 Thread Jerry Zhao
the vm actually got the default route ::/0 fe80::f816:3eff:fe0c:1851 UGDAe 1024 0 0 eth0 to router's link local address, which is how ipv6 router advertisement works. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! En

[Yahoo-eng-team] [Bug 1409634] [NEW] neutron dhcp agent failed to spawn dnsmasq because tap interface had address configured by RA from external router

2015-01-12 Thread Jerry Zhao
Public bug reported: i was configuring an ipv6 subnet in slaac address mode and N/S ipv6 ra mode, because external router provides router advertisement. there was also an ipv4 subnet in the network. after i created the ipv6 subnet, i found that dnsmasq was down because when neutron-rootwrap conf

[Yahoo-eng-team] [Bug 1409635] [NEW] keystone fails to authenticate users when LDAP project_id_attribute is not CN

2015-01-12 Thread Michael Steffens
Public bug reported: When using a read-only LDAP backend with * project ID not being represented by CN as part of project DN, but some other attribute (Example: entryUUID provided by ApacheDS) * this attribute configured as project_id_attribute in keystone.conf all authentications fail caused f

[Yahoo-eng-team] [Bug 1408193] Re: Router interface fails to delete the interface with the updated port device id

2015-01-12 Thread Eugene Nikanorov
The use case seems incorrect to me. Why would someone change device-id of router interface port? ** Summary changed: - Roter interface fails to delete the interface with the updated port device id + Router interface fails to delete the interface with the updated port device id ** Tags added: api

[Yahoo-eng-team] [Bug 1409657] [NEW] smart-table.min.js' could not be found in the COMPRESS_ROOT

2015-01-12 Thread Matthias Runge
Public bug reported: I'm using XStatic-smart-table from pypi https://pypi.python.org/pypi/XStatic-smart-table/1.4.5.3 That package provides smart-table.js, but not smart-table-min.js, as referenced in https://github.com/openstack/horizon/blob/master/horizon/templates/horizon/_conf.html#L11 **

[Yahoo-eng-team] [Bug 1358624] Re: Config Drive not created when boot from volume

2015-01-12 Thread Sergey Motovilovets
** Changed in: heat Status: Expired => Incomplete -- 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/1358624 Title: Config Drive not created when boot from volume St

[Yahoo-eng-team] [Bug 1228649] Re: noVNC doesn't work when offloaded to port 80 or 443

2015-01-12 Thread Timur Nurlygayanov
** Also affects: mos Importance: Undecided Status: New ** Changed in: mos Status: New => Confirmed ** Changed in: mos Assignee: (unassigned) => MOS Linux (mos-linux) ** Changed in: mos Importance: Undecided => Medium -- You received this bug notification because you ar

[Yahoo-eng-team] [Bug 1409706] [NEW] angular-cookies missing

2015-01-12 Thread Matthias Runge
Public bug reported: angular cookies is missing in requirements.txt and missing in settings.py but it's referenced from _scripts: https://github.com/openstack/horizon/blob/master/horizon/templates/horizon/_scripts.html#L16 ** Affects: horizon Importance: High Assignee: Matthias Runge (

[Yahoo-eng-team] [Bug 1409716] [NEW] migration 61 downgrade test failure on non-sqlite

2015-01-12 Thread Boris Bobrov
Public bug reported: One of the tests fail on non-sqlite databases: http://paste.openstack.org/show/156457/ ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keys

[Yahoo-eng-team] [Bug 1409719] [NEW] Create log tab under Volume Details: Volume

2015-01-12 Thread Jeffrey Olsen
Public bug reported: It would be nice to have a logs tab within Volume Details: Volume when creating a volume in Horizon ** Affects: horizon Importance: Undecided Status: New ** Attachment added: "Screenshot" https://bugs.launchpad.net/bugs/1409719/+attachment/4296552/+files/Vo

[Yahoo-eng-team] [Bug 1403291] Re: test_server_connectivity_pause_unpause fails with "AssertionError: False is not true : Timed out waiting for 172.24.4.64 to become reachable"

2015-01-12 Thread Eugene Nikanorov
** No longer affects: tempest -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1403291 Title: test_server_connectivity_pause_unpause fails with "AssertionError: False is not true : Timed

[Yahoo-eng-team] [Bug 1409733] [NEW] adopt namespace-less oslo imports

2015-01-12 Thread Ihar Hrachyshka
Public bug reported: Oslo is migrating from oslo.* namespace to separate oslo_* namespaces for each library: https://blueprints.launchpad.net/oslo-incubator/+spec /drop-namespace-packages We need to adopt to the new paths in neutron. Specifically, for oslo.config, oslo.middleware, oslo.i18n, oslo

[Yahoo-eng-team] [Bug 1375421] Re: Empty Filter in Container- objects page creates empty row.

2015-01-12 Thread Nikunj Aggarwal
Now filter button is removed. So, not able to reproduce. ** Changed in: horizon Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/137

[Yahoo-eng-team] [Bug 1401170] Re: 0-size images allow unprivileged user to deplete glance resources

2015-01-12 Thread Tristan Cacqueray
This is not considered a practical vulnerability (class C1), thus I mark the OSSA task as won't fix. ** Changed in: ossa Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.

[Yahoo-eng-team] [Bug 1393925] Re: Race condition adding a security group rule when another is in-progress

2015-01-12 Thread Jeremy Stanley
Confirmed class D, security-related bug which is not an exploitable vulnerability. ** Information type changed from Public Security to Public ** Changed in: ossa Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, whi

[Yahoo-eng-team] [Bug 1409774] [NEW] sqlalchemy session needs to be rolled back after catching a db exception

2015-01-12 Thread Rossella Sblendido
Public bug reported: To avoid errors like this: sqlalchemy.exc.InvalidRequestError: This Session's transaction has been rolled back by a nested rollback() call. To begin a new transaction, issue Session.rollback() first the sqlalchemy session needs to be rolled back after catching a db exceptio

[Yahoo-eng-team] [Bug 1409786] [NEW] neutron-fwaas unit tests fail after recent l3-agent adjustments

2015-01-12 Thread Ralf Haferkamp
Public bug reported: Since https://review.openstack.org/#/c/145979/ was merged the unit tests for neutron-fwaas reproducably fail with this: 2015-01-12 11:18:10.984 | Traceback (most recent call last): 2015-01-12 11:18:10.984 | _StringException: Empty attachments: 2015-01-12 11:18:10.984

[Yahoo-eng-team] [Bug 1409795] [NEW] It is possible to assign External Network for VM and it will doesn't work

2015-01-12 Thread Timur Nurlygayanov
Public bug reported: It is possible to assign external neutron network for instances, and instances will get the floating IP, but in fact the routing will not work. Looks like we need to deny to assign external networks for VMs interfaces to avoid incorrect network configurations. ** Affects: mos

[Yahoo-eng-team] [Bug 1406536] Re: unrecognized service on Keystone install

2015-01-12 Thread Morgan Fainberg
This is not a keystone bug but a packaging or deployment bug in docker. This is not something we can fix in the keystone tree as the deployer needs to know how he deployment method expects to run a service. ** Changed in: keystone Status: New => Invalid -- You received this bug notificati

[Yahoo-eng-team] [Bug 1407090] Re: Unable to start keystone service on Docker container

2015-01-12 Thread Morgan Fainberg
*** This bug is a duplicate of bug 1406536 *** https://bugs.launchpad.net/bugs/1406536 ** This bug has been marked a duplicate of bug 1406536 unrecognized service on Keystone install -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscr

[Yahoo-eng-team] [Bug 1408612] Re: HTTP Keep-alive connections prevent keystone from terminating

2015-01-12 Thread Morgan Fainberg
*** This bug is a duplicate of bug 1361360 *** https://bugs.launchpad.net/bugs/1361360 This is related to a known bug in greenlet/eventlet. The general solution is either to disable keepalives or to deploy under Apache. I will mark this as a duplicate of the larger eventlet bug, but in short t

[Yahoo-eng-team] [Bug 1408947] Re: Nova SHA1 password with Keystone linked to LDAP

2015-01-12 Thread Morgan Fainberg
The comment for Keystone is the same as for nova. This is a obfuscation of the password. It is done in a way to show that it was a SHA1 hash of the password but avoid leaking information. It does not mean we use {SHA1} instead of {SSHA} in LDAP. We rely on the LDAP backend to do the hashing so the

[Yahoo-eng-team] [Bug 1409598] Re: check-tempest-dsvm-neutron-full would fail becuase of "Signature not provided"

2015-01-12 Thread Eugene Nikanorov
Unrelated to neutron. Adding nova. ** Also affects: nova Importance: Undecided Status: New ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launc

[Yahoo-eng-team] [Bug 1384377] Re: Policy rule position errors

2015-01-12 Thread Morgan Fainberg
This is not a keystone bug. ** Also affects: oslo.policy Importance: Undecided Status: New ** Changed in: keystone Status: New => Invalid ** Changed in: oslo.policy Status: New => Triaged ** Changed in: oslo.policy Importance: Undecided => Medium -- You received thi

[Yahoo-eng-team] [Bug 1409816] [NEW] Listing neutron networks via nova api results in a 404

2015-01-12 Thread Clark Boylan
Public bug reported: `nova boot` requires you specify a neutron net-id via the --nic option when you have more than one network available in neutron. When attempting to list the networks with `nova network-list` in order to select a network nova returns a 404. Talked to mriedem briefly about this

[Yahoo-eng-team] [Bug 1409846] [NEW] %(tenant_id)s returned in API response

2015-01-12 Thread Elliott Davis
Public bug reported: When running nova --debug list I get a list of servers, as expected. However, in the API response the string %(teanant_id)s is returned as part of the URL: { "OS-EXT-STS:task_state":null, "addresses":{ "172.16.0.0/16":[ {

[Yahoo-eng-team] [Bug 1409480] Re: Horizon hangs in Chrome

2015-01-12 Thread Gary W. Smith
Thanks for isolating the problem and reporting it to Mirantis. Closing this bug as it is not in OpenStack proper. ** Changed in: horizon Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenSta

[Yahoo-eng-team] [Bug 1409473] Re: Fix spacing between "View Details" and "More" buttons in containers

2015-01-12 Thread Gary W. Smith
It appears that you are using an out-of-date version of horizon. The "More" button no longer exists. ** Changed in: horizon Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1409892] [NEW] docs don't provide all FilterAction attributes

2015-01-12 Thread Cindy Lu
Public bug reported: http://docs.openstack.org/developer/horizon/ref/tables.html#horizon.tables.FilterAction vs https://github.com/openstack/horizon/blob/master/horizon/tables/actions.py#L407 Also FixedFilterAction (https://github.com/openstack/horizon/blob/master/horizon/tables/actions.py#L523)

[Yahoo-eng-team] [Bug 1409909] [NEW] functional job's test_models_sync fails with AttributeError

2015-01-12 Thread Armando Migliaccio
Public bug reported: http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiQXR0cmlidXRlRXJyb3I6ICdUZXN0TW9kZWxzTWlncmF0aW9uc015c3FsJyBvYmplY3QgaGFzIG5vIGF0dHJpYnV0ZSAnY2hlY2tfZm9yZWlnbl9rZXlzJ1wiIiwiZmllbGRzIjpbXSwib2Zmc2V0IjowLCJ0aW1lZnJhbWUiOiI2MDQ4MDAiLCJncmFwaG1vZGUiOiJjb3VudCIsInRpbWUiOn

[Yahoo-eng-team] [Bug 1409455] Re: Look for config files also in neutron root directory

2015-01-12 Thread Maru Newby
Configuration should be set explicitly for testing rather than being discovered. It can be passed on the command line that invokes the tests, for example. ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engine

[Yahoo-eng-team] [Bug 1404933] Re: 0.9.2 breaks glance migration 006

2015-01-12 Thread Matt Riedemann
*** This bug is a duplicate of bug 1368391 *** https://bugs.launchpad.net/bugs/1368391 Fixed with this instead: https://review.openstack.org/#/c/121517/ ** This bug has been marked a duplicate of bug 1368391 sqlalchemy-migrate 0.9.2 is breaking nova unit tests -- You received this bug no

[Yahoo-eng-team] [Bug 1410003] [NEW] Performance Issue on Nova API about Nova Quota Usage

2015-01-12 Thread Henry
Public bug reported: We have a requirement to collect quota usage information at project level with admin role account. We noticed that the only api we can work with currently is to get them one by one: Request: GET /v2/{tenant_id}/limits/?tenant_id={tenant_id} Refer to: http://docs.openstac

[Yahoo-eng-team] [Bug 1410025] [NEW] 'run_tests.sh -m startpanel' still requires dashboard

2015-01-12 Thread David Lyle
Public bug reported: ./run_tests.sh -m startpanel command for creating new panels still requires specifying the dashboard with the --dashboard= With the new mechanism for plugging in extensions, this should no longer be a requirement. It is still a valid option for integrated content generat

[Yahoo-eng-team] [Bug 1378705] Re: Neutron do not pick up existing physical device bridge

2015-01-12 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/1378705 Ti

[Yahoo-eng-team] [Bug 1311010] Re: Horizon does not include Swift admin info

2015-01-12 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no activity for 60 days.] ** Changed in: horizon Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1382116] Re: dashboard takes a long time to load on IE8

2015-01-12 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no activity for 60 days.] ** Changed in: horizon Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1410029] [NEW] Unnecessary conflict wrapper on assignment driver delete_project() method

2015-01-12 Thread Henry Nash
Public bug reported: The assignment driver method delete_project is protected by the sql.handle_conflicts wrapper - but that wrapper doesn't do anything for the delete case - and we don't use it for any other delete_entity() method other than project. We should remove this wrapper protection. **

[Yahoo-eng-team] [Bug 1410032] [NEW] Incorrect Nova quota usage shown via CLI/API after Quota Settings Changed

2015-01-12 Thread Bruce Xu
Public bug reported: Reproduce steps: 1.Update nova quota settings. nova quota-update --ram 40960 tenant_ID nova quota-update --instance 50 tenant_ID 2.Delete the quota settings and the quota should back to the default. nova quota-delete --tenant TENANT_ID nova quota-SHOW --tenant TENANT

[Yahoo-eng-team] [Bug 1407090] Re: Unable to start keystone service on Docker container

2015-01-12 Thread Pradip Rawat
** This bug is no longer a duplicate of bug 1406536 unrecognized service on Keystone install -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1407090 Title: Unable to start keystone se

[Yahoo-eng-team] [Bug 1410035] [NEW] Horizon does not support to input the flavor and image extended data

2015-01-12 Thread Haomeng,Wang
Public bug reported: Horizon does not support to input below flavor and image extended data: 1. 'nova flavor-key' command - to add flavor's 'extra_specs' extended data 2. 'glance image-create --property/nova image-create' command - to add image 'metadata' extended data ** Affects: horizon

[Yahoo-eng-team] [Bug 1410055] [NEW] first_level_item_xpath is unnable to locate when running with selenium-headless

2015-01-12 Thread Wu Hong Guang
Public bug reported: ./run_tests.sh --integration --selenium-headless Traceback (most recent call last):   File "/opt/stack/horizon/openstack_dashboard/test/integration_tests/tests/test_user_create_delete.py", line 22, in test_create_delete_user users_page = self.home_pg.go_to_identity_us

[Yahoo-eng-team] [Bug 1410063] [NEW] Remove python-cinderclient from requirement.txt

2015-01-12 Thread Ankit Agrawal
Public bug reported: Uses of python-cinderclient is moved to glance_store project and not used anymore in glance, so it should be removed from requirement.txt of glance project. ** Affects: glance Importance: Undecided Assignee: Ankit Agrawal (ankitagrawal) Status: New ** Ta

[Yahoo-eng-team] [Bug 1410067] [NEW] Add network to new dhcp agent cause the dhcp port status to be BUILD

2015-01-12 Thread KaiLin
Public bug reported: SYMPTOM: 1.neutron dhcp-agent-network-remove [dhcp agent of network Node1] [network] 2.neutron dhcp-agent-network-add [dhcp agent of network Node2] [network] 3.neutron port-show [dhcp-port] Then the status of dhcp port change to BUILD, and this will cause the dhcp server and

[Yahoo-eng-team] [Bug 1410066] [NEW] Add network to new dhcp agent cause the dhcp port status to be BUILD

2015-01-12 Thread KaiLin
Public bug reported: SYMPTOM: 1.neutron dhcp-agent-network-remove [dhcp agent of network Node1] [network] 2.neutron dhcp-agent-network-add [dhcp agent of network Node2] [network] 3.neutron port-show [dhcp-port] Then the status of dhcp port change to BUILD, and this will cause the dhcp server and