[Yahoo-eng-team] [Bug 1493216] [NEW] Stacks event tab wouldn't display data

2015-09-08 Thread Chung Chih, Hung
Public bug reported: I deploy new devstack environment and launch new stacks. Enter the stack page then go to event tab. It will not display event and only show loading, attach file is screen snapshot. Console will have one 500 response at following link

[Yahoo-eng-team] [Bug 1481370] Re: system logging module is still in use in many places

2015-09-08 Thread Ilya Shakhat
** Changed in: stackalytics Milestone: None => 0.9 ** Changed in: stackalytics Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1481370

[Yahoo-eng-team] [Bug 1493270] [NEW] The dependency of pbr in ryu does not match neutron

2015-09-08 Thread Hong Hui Xiao
Public bug reported: I want to use neutron with latest code. In the [1], ryu was added as dependency for neutron. However, when I want to install ryu. I got this error. [root@test]# pip install ryu Downloading/unpacking ryu Downloading ryu-3.25.tar.gz (1.3MB): 1.3MB downloaded Running

[Yahoo-eng-team] [Bug 1493271] [NEW] Glance allows to create circular dependencies between artifacts

2015-09-08 Thread dshakhray
Public bug reported: Glance allows to create circular dependencies between several artifacts which cause logic failures and inability to interact with artifacts ** Affects: glance Importance: Undecided Assignee: dshakhray (dshakhray) Status: New ** Tags: artifacts **

[Yahoo-eng-team] [Bug 1349888] Re: Attempting to attach the same volume multiple times can cause bdm record for existing attachment to be deleted.

2015-09-08 Thread Louis Bouchard
** Also affects: nova (Ubuntu) Importance: Undecided Status: New ** 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 to OpenStack Compute

[Yahoo-eng-team] [Bug 1493252] [NEW] Wording for Edit Instance/Security Groups is incorrect

2015-09-08 Thread Masco Kaliyamoorthy
Public bug reported: The wording on the Security Groups tab for the Edit Instance window currently says: Add and remove security groups to this project ... it is wrong. it should use instance instead of project. ** Affects: horizon Importance: Undecided Assignee: Masco Kaliyamoorthy

[Yahoo-eng-team] [Bug 1480196] Re: Request-id is not getting returned if glance throws 500 error

2015-09-08 Thread Flavio Percoco
** Also affects: glance/kilo Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1480196 Title: Request-id is not getting returned if glance throws

[Yahoo-eng-team] [Bug 1478690] Re: Request ID has a double req- at the start

2015-09-08 Thread Flavio Percoco
** Also affects: glance/kilo Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1478690 Title: Request ID has a double req- at the start Status

[Yahoo-eng-team] [Bug 1491758] Re: Unable to delete instance

2015-09-08 Thread Ioana-Madalina Patrichi
** Changed in: nova Status: Incomplete => Opinion ** Changed in: nova Status: Opinion => Invalid ** Description changed: Openstack version: Kilo I am trying to delete an instance that was initially stuck in a Paused and then an Error state. I gave up trying to bring it up

[Yahoo-eng-team] [Bug 1493341] [NEW] l2 pop failed if live-migrate a VM with multiple neutron-server workers

2015-09-08 Thread shihanzhang
Public bug reported: Now if we set neutron-server with 2 more workers or two neutron-server node behind a loadbalancer, then we live-migrate a VM will cause l2 pop failed(not always), the reason is that: 1. when nova finish live-migrating a VM, it update port host id to destination host 2. one

[Yahoo-eng-team] [Bug 1493354] [NEW] Some angular unit tests use a wrong way of checking if an element exists

2015-09-08 Thread Timur Sufiev
Public bug reported: I've noticed a few occurrences of the following pattern in the Horizon unit tests for Angular directives: `expect(element.find(someSelector)).toBeDefined()`. That is going to always true, since element.find(someSelector) returns an Array-like object which _is_ defined. The

[Yahoo-eng-team] [Bug 1493492] [NEW] VPNaaS: ipsec.secrets file permissions prevents LibreSwan from starting

2015-09-08 Thread Brent Eagles
Public bug reported: The man pages for ipsec.secrets generally state that the file should be owned by root or super-user and access blocked to everyone else (chmod 0600). Recent changes have dealt with the file permissions issue. However, in neutron vpnaas the file ownership is that of the

[Yahoo-eng-team] [Bug 1293540] Re: nova should make sure the bridge exists before resuming a VM after an offline snapshot

2015-09-08 Thread Matt Riedemann
*** This bug is a duplicate of bug 1328546 *** https://bugs.launchpad.net/bugs/1328546 This should be resolved now on the neutron side given Sean Collins removed the code in the neutron linuxbridge agent that removed empty bridges:

[Yahoo-eng-team] [Bug 1441733] Re: pip install or python setup.py install should include httpd/keystone.py

2015-09-08 Thread Richard Megginson
On RedHat family platforms, the path to the wsgi script is hard coded. Not only that, but now there are two different and apparently not interchangeable scripts, one for admin and one for public (still with this distinction without a difference anymore!!!), which means additional

[Yahoo-eng-team] [Bug 1493512] [NEW] n-cpu misreports shared storage when attempting to block migrate

2015-09-08 Thread Sean Severson
Public bug reported: If using an environment where there are both nodes that share the nova instances directory and nodes that do NOT share the directory, any attempt to block-migrate to non-shared nodes from the controller node will fail. Example: 1. Create an environment with one controller

[Yahoo-eng-team] [Bug 1493524] [NEW] IPv6 support for DVR routers

2015-09-08 Thread Swaminathan Vasudevan
Public bug reported: This bug would capture all the IPv6 related work on DVR routers going forward. ** Affects: neutron Importance: Undecided Assignee: Swaminathan Vasudevan (swaminathan-vasudevan) Status: In Progress ** Tags: l3-dvr-backlog -- You received this bug

[Yahoo-eng-team] [Bug 1419734] Re: Nova snapshot fails when the instance is running(ceph backend)

2015-09-08 Thread Matt Riedemann
*** This bug is a duplicate of bug 1328546 *** https://bugs.launchpad.net/bugs/1328546 ** This bug is no longer a duplicate of bug 1293540 nova should make sure the bridge exists before resuming a VM after an offline snapshot ** This bug has been marked a duplicate of bug 1328546 Race

[Yahoo-eng-team] [Bug 1493576] [NEW] Incorrect usage of python-novaclient

2015-09-08 Thread Andrey Kurilin
Public bug reported: All projects should use only `novaclient.client` as entry point. It designed with some version checks and backward compatibility. Direct import of versioned client object(i.e. novaclient.v2.client) is a way to "shoot yourself in the foot". Horizon:

[Yahoo-eng-team] [Bug 1493578] [NEW] Selenium tests broken by django-openstack-auth user object

2015-09-08 Thread Richard Jones
Public bug reported: This is related to https://bugs.launchpad.net/django-openstack- auth/+bug/1491117 but is a different symptom: the selenium tests for LazyLoadedTabsTests break at the same point. ** Affects: horizon Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1493576] Re: Incorrect usage of python-novaclient

2015-09-08 Thread Andrey Kurilin
** Changed in: python-novaclient Status: New => Invalid ** No longer affects: python-novaclient -- 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/1493576 Title:

[Yahoo-eng-team] [Bug 1493581] [NEW] navigation checkmarks in safari display poorly

2015-09-08 Thread Eric Peterson
Public bug reported: The check marks for selected project etc do not display well in safari / mac. They essentially get placed on top of the project name, and it looks bad. ** Affects: horizon Importance: Undecided Assignee: Eric Peterson (ericpeterson-l) Status: In Progress

[Yahoo-eng-team] [Bug 1479385] Re: Cause conflicts within glance public metadefs

2015-09-08 Thread Tristan Cacqueray
Until this can be safely backported, the OSSA task is switched to Won't fix. ** Changed in: ossa Status: Triaged => Won't Fix ** Information type changed from Public Security to Public -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1493205] Re: Create Keypair failed on latest DevStack

2015-09-08 Thread Sean Dague
** Also affects: python-novaclient Importance: Undecided Status: New ** Changed in: python-novaclient Status: New => Confirmed ** Changed in: python-novaclient Importance: Undecided => Critical -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1492140] Re: consoleauth token displayed in log file

2015-09-08 Thread Jeremy Stanley
I've added a bugtask for oslo.utils because of partial fix https://review.openstack.org/220620 in that repository. ** Also affects: oslo.utils Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1493396] [NEW] Enable rootwrap daemon logging during functional tests

2015-09-08 Thread Assaf Muller
Public bug reported: When triaging bugs found during functional tests (Either legit bugs with Neutron, or issues related to the testing infrastructure), it is useful to view the Oslo rootwrap daemon logs. It has an option to log to syslog, but it is turned off by default. It should be turned on

[Yahoo-eng-team] [Bug 1492951] Re: Juno keystone installation fail to import oslo_i18n

2015-09-08 Thread Dolph Mathews
Moved this to oslo.i18n, but it sounds like openstack/requirements for stable/juno just need to be fixed to reflect the reality (that oslo.utils 1.4.0 requires oslo.i18n>=1.3.0). ** Project changed: keystone => oslo.i18n -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1459874] Re: Ironic driver needs microversion support

2015-09-08 Thread Michael Davies
Closing this one down as a duplicate in favour of https://bugs.launchpad.net/nova/+bug/1493094 ** Changed in: nova Status: In Progress => Won't Fix -- 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 1493576] Re: Incorrect usage of python-novaclient

2015-09-08 Thread Andrey Kurilin
** Description changed: All projects should use only `novaclient.client` as entry point. It designed with some version checks and backward compatibility. Direct import of versioned client object(i.e. novaclient.v2.client) is a way to "shoot yourself in the foot". - Horizon: -

[Yahoo-eng-team] [Bug 1493433] [NEW] "No volume type" in volume create screen is not a great default

2015-09-08 Thread Eric Peterson
Public bug reported: If a deployment has defined volume types, having "No volume type" show up as the first item in the list is not a great experience. Instead: "No volume type" should show up when cinder has 0 volume types defined. -otherwise- Use the list from cinder's api call. ** Affects:

[Yahoo-eng-team] [Bug 1483382] Re: Able to request a V2 token for user and project in a non-default domain

2015-09-08 Thread Tristan Cacqueray
** 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 Keystone. https://bugs.launchpad.net/bugs/1483382 Title: Able to request a V2 token for user and project in a

[Yahoo-eng-team] [Bug 1493424] [NEW] Linuxbridge agent pass the config as parameter

2015-09-08 Thread Hirofumi Ichihara
Public bug reported: Instead of using the global cfg.CONF, we enable linuxbridge agent to pass the config as parameter like openvswith agent[1]. This is very useful to test the agent without having to override the global config. [1]: https://review.openstack.org/#/c/190638/ ** Affects:

[Yahoo-eng-team] [Bug 1493642] [NEW] Spelling mistake of comment in api/ceilometer.py

2015-09-08 Thread ZhuChunzhan
Public bug reported: There has a spelling mistake in the comment of class ResourceAggregate. "Aggregate of resources can be obtain by specifing multiple ids in one parameter or by not specifying one parameter." Should be: "Aggregate of resources can be obtain by specifying multiple ids in one

[Yahoo-eng-team] [Bug 1491926] Re: Remove padding from Fernet tokens

2015-09-08 Thread Dolph Mathews
** Also affects: keystone/kilo Importance: Undecided Status: New ** Tags removed: kilo-backport-potential ** Changed in: keystone/kilo Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1493653] [NEW] DVR: port with None binding:host_id can't be deleted

2015-09-08 Thread shihanzhang
Public bug reported: On Neutron master branch, in bellow use case, a port can't be deleted 1. create a DVR router 2. create a network, a subnet which disable dhcp 3. create a port with device_owner=compute:None when we delete this port, we will get a error: root@compute:/var/log/neutron#

[Yahoo-eng-team] [Bug 1493446] [NEW] booting a server from volume in Nova V2.1 is not fully backward-compatible

2015-09-08 Thread Andrey Kurilin
Public bug reported: Nova V2.0 supports request `nova boot --flavor :::1`, which is broken in Nova V2.1 Logs: http://paste.openstack.org/show/450439/ Guide for such way of boot: http://docs.rackspace.com/servers/api/v2/cs-devguide/content/create_volume_from_image_and_boot.html

[Yahoo-eng-team] [Bug 1398997] Re: cloud-init does not have the SmartOS data source as a configuration option

2015-09-08 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.5-0ubuntu1.10 --- cloud-init (0.7.5-0ubuntu1.10) trusty; urgency=medium [ Daniel Watkins ] * d/patches/lp-1490796-azure-fix-mount_cb-for-symlinks.patch: - Fix a regression caused by switching to /dev/disk symlinks

[Yahoo-eng-team] [Bug 1490796] Re: [SRU] cloud-init must check/format Azure ephemeral disks each boot

2015-09-08 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3-0ubuntu1.20 --- cloud-init (0.6.3-0ubuntu1.20) precise; urgency=medium * debian/patches/lp-1490796-azure-fix-mount_cb-for-symlinks.patch: - Fix a regression caused by switching to /dev/disk symlinks (LP: #1490796).

[Yahoo-eng-team] [Bug 1493440] [NEW] Login error if database is set for session backend

2015-09-08 Thread Ekaterina Chernova
Public bug reported: Steps to reproduce 1) login to horizon perform some actions, make token expire 2) login again -- setting has the following DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME':

[Yahoo-eng-team] [Bug 1349888] Re: [SRU] Attempting to attach the same volume multiple times can cause bdm record for existing attachment to be deleted.

2015-09-08 Thread Edward Hope-Morley
** Changed in: nova (Ubuntu) Status: In Progress => Fix Released ** Description changed: [Impact] - * Ensure attching already attached volume to second instance does not -interfere with attached instance volume record. +  * Ensure attching already attached volume to second

[Yahoo-eng-team] [Bug 1490796] Re: [SRU] cloud-init must check/format Azure ephemeral disks each boot

2015-09-08 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.5-0ubuntu1.10 --- cloud-init (0.7.5-0ubuntu1.10) trusty; urgency=medium [ Daniel Watkins ] * d/patches/lp-1490796-azure-fix-mount_cb-for-symlinks.patch: - Fix a regression caused by switching to /dev/disk symlinks

[Yahoo-eng-team] [Bug 1493414] [NEW] OVS Neutron agent is marking port as dead before they are deleted

2015-09-08 Thread Artur Korzeniewski
Public bug reported: The situation is happening on Liberty-3. When trying to clear the gateway port and tenant network interface delete in router, the OVS agent is marking the port as dead instead of treat them as removed: security group removed and port_unbound This is causing to left stale

[Yahoo-eng-team] [Bug 1493407] [NEW] Can't add member role on a project on latest DevStack

2015-09-08 Thread svasheka
Public bug reported: Deploy latest stack. 1. Login as admin, create project with a member (Identity -> Projects-> +Create project) 2. Try to add more roles to a member Actual result: Not all of the tries, but often enough you will be Unauthorized, and after your login page layout will be

[Yahoo-eng-team] [Bug 1311700] Re: "Setting oauth clockskew" messages on booting node; slows down boot

2015-09-08 Thread LaMont Jones
This is a cloud-init bug. ** Changed in: maas Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1311700 Title: "Setting oauth clockskew" messages

[Yahoo-eng-team] [Bug 1491311] Re: glanceclient/common/utils.py safe_header throws an exception on X-Auth-Token with None value

2015-09-08 Thread David Edery
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => David Edery (david-edery) ** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1493453] [NEW] vendor_data isn't parsed properly when using the nocloud datasource

2015-09-08 Thread Stéphane Graber
Public bug reported: The following fix is needed: "self.vendordata = mydata['vendor-data']" must be changed to "self.vendordata_raw = mydata['vendor-data']" ** Affects: cloud-init Importance: Undecided Status: New ** Affects: cloud-init (Ubuntu) Importance: Undecided

[Yahoo-eng-team] [Bug 1493426] [NEW] Angular quota pie charts are broken after applying bp horizon-theme-css-reorg

2015-09-08 Thread Timur Sufiev
Public bug reported: They are broken due to fixed width and height properties being assigned to the .pie-chart class (which sits on top of div containing both chart title, chart itself and its legend). It should be assigned to .svg-pie- chart class and be applied only to chart itself. **

[Yahoo-eng-team] [Bug 1490497] Re: pep8-incompliant filenames missing in gate console logs

2015-09-08 Thread Dolph Mathews
Leaving this as Incomplete unless someone can reproduce. ** Also affects: hacking Importance: Undecided Status: New ** Changed in: hacking Status: New => Incomplete ** Changed in: keystone Status: New => Incomplete -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1470622] Re: Devref documentation for client command extension support

2015-09-08 Thread Doug Hellmann
** Changed in: python-neutronclient Status: Fix Committed => Fix Released ** Changed in: python-neutronclient Milestone: None => 3.0.0 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1455102] Re: some test jobs broken by tox 2.0 not passing env variables

2015-09-08 Thread Doug Hellmann
** Changed in: python-neutronclient Status: Fix Committed => Fix Released ** Changed in: python-neutronclient Milestone: None => 3.0.0 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1444146] Re: Subnet creation from a subnet pool can get wrong ip_version

2015-09-08 Thread Doug Hellmann
** Changed in: python-neutronclient Status: Fix Committed => Fix Released ** Changed in: python-neutronclient Milestone: None => 3.0.0 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1465440] Re: Firewall attribute "Shared" is set to None by default instead of 'False'

2015-09-08 Thread Doug Hellmann
** Changed in: python-neutronclient Status: Fix Committed => Fix Released ** Changed in: python-neutronclient Milestone: None => 3.0.0 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1446017] Re: In Kilo code release, nova boot failed on keystoneclient returns 500 error

2015-09-08 Thread Launchpad Bug Tracker
[Expired for OpenStack Compute (nova) because there has been no activity for 60 days.] ** Changed in: nova Status: Incomplete => Expired -- 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 1493658] [NEW] neutronclient is case-insensitive when deleting firewall rule

2015-09-08 Thread Reedip
Public bug reported: - User can create a firewall rules named demo_rule1 and Demo_Rule1 in Horizon and neutron-client. However on trying to delete firewall using " neutron firewall-rule-delete demo_rule1", we get an error: NeutronClientNoUniqueMatch: Multiple firewall_rule matches found for

[Yahoo-eng-team] [Bug 1493662] [NEW] ovs-agent-plugin polling manager fails to monitor interface table

2015-09-08 Thread huan
Public bug reported: My environment is XenServer + Neutron with ML2 plugin, OVS as driver, VLan type. This is a single box environment installed by devstack. When it began to run, I found q-agt always had error logs like this: 2015-09-09 05:15:23.653 ERROR neutron.agent.linux.ovsdb_monitor [req-