[Yahoo-eng-team] [Bug 1458769] [NEW] horizon can't update subnet ip pool

2015-05-26 Thread reachlin
Public bug reported: the update of ip pool in subnet reports success, but the refresh shows the data is not changed. steps to recreate: 1. admin/network/subnet 2. edit subnet/details/allocation pools 3. save the changes 4. check the subnet detail after success message shows ** Affects: horizon

[Yahoo-eng-team] [Bug 1458770] [NEW] OvsdbMonitor module should respawn monitor only on specific failures

2015-05-26 Thread Sonu
Public bug reported: As of today, OvsdbMonitor used in neutron-openswitch-agent module, re-spawns the monitor in case of any verb that appears on the stderr of the child monitor process irrespective of the severity or relevance. It is not ideal to restart child monitor process when the errors ar

[Yahoo-eng-team] [Bug 1458786] [NEW] Update port security group, relevant ipset member can't be updated

2015-05-26 Thread shihanzhang
Public bug reported: reproduce step: 1. VM1 in security group A 2. VM2 in security group B 3. security group B can access security group A 4. update VM1 to security group C I found that VM1 ip address was still in ipset members which belongs to security group A, but now VM1 was already in se

[Yahoo-eng-team] [Bug 1458477] Re: Flavors are not sorted when launching instance

2015-05-26 Thread Ritesh
Actually it is not a bug, Currently we have flavor sorting based on `RAM`. IMHO, it is correct to have this , if all people agree then we can change from `RAM` to `Name` based sorting. ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a m

[Yahoo-eng-team] [Bug 1458800] [NEW] No hostname validation

2015-05-26 Thread Marcos Lobo
Public bug reported: Horizon Juno does not have hostname validation in instance creation form. For example, you can create a new instance with name: "#3r" That name will cause problems when Nova try to handle, but Horizon allow launch a new instance with a not valid hostname. A valid hostname

[Yahoo-eng-team] [Bug 1458803] [NEW] Allocation pool not updated upon subnet edit from Horizon

2015-05-26 Thread Sudipta Biswas
Public bug reported: Using Kilo. When I edit the Allocation pool for a given subnet by "Editing" the subnet. The "Save" operation succeeds but the "Allocation Pool" values aren't updated and the older values are still displayed (used). Tried this from the neutron cli and the neutron subnet-updat

[Yahoo-eng-team] [Bug 1458809] [NEW] Unable to delete instances created using stale networks

2015-05-26 Thread Sudipta Biswas
Public bug reported: I am on Kilo. I was using VxLAN based networks. As the lab requirement changed, I had to move over to "FLAT" networking. This involved editing the ml2_conf.ini file and the necessary changes for 'flat' networking to work. However, I didn't enable VxLAN networking any longer

[Yahoo-eng-team] [Bug 1458838] [NEW] [IPV6][LBaaS] Adding default gw to vip port and clearing router arp cache failing for IPv6

2015-05-26 Thread venkata anil
Public bug reported: LBaaS adding default gw to vip port and clearing router arp cache failing for ipv6. This code is https://github.com/openstack/neutron-lbaas/blob/master/neutron_lbaas/drivers/haproxy/namespace_driver.py#L305 is IPv4 specific and need to be enhanced to support IPv6 Error

[Yahoo-eng-team] [Bug 1458861] [NEW] Unable to retrieve instances after changing to multi-domain setup

2015-05-26 Thread Marcel Jordan
Public bug reported: After I changed keystone to multi-domain driver, I get on the horizon dashboard following error message when i want to display instances: "Error: Unauthorized:. Unable to retrieve instances" Name : openstack-nova-api Arch: noarch Version : 2014.2.2 /var/log/no

[Yahoo-eng-team] [Bug 1428424] Re: Remove use of contextlib.nested

2015-05-26 Thread Ihar Hrachyshka
** Changed in: neutron Status: Fix Released => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1428424 Title: Remove use of contextlib.nested Status in Cinder: Fix R

[Yahoo-eng-team] [Bug 1458890] [NEW] Add segment support to Neutron

2015-05-26 Thread Kyle Mestery
Public bug reported: This is feedback from the Vancouver OpenStack Summit. During the large deployment team (Go Daddy, Yahoo!, NeCTAR, CERN, Rackspace, HP, BlueBox, among others) meeting, there was a discussion of network architectures that we use to deliver Openstack. As we talked it became cle

[Yahoo-eng-team] [Bug 1451860] Re: Attached volume migration failed, due to incorrect arguments order passed to swap_volume

2015-05-26 Thread Bjoern Teipel
** Also affects: openstack-ansible 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/1451860 Title: Attached volume migration fa

[Yahoo-eng-team] [Bug 1334368] Re: HEAD and GET inconsistencies in Keystone

2015-05-26 Thread OpenStack Infra
Reviewed: https://review.openstack.org/185469 Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=b28a90ce696a1826daf243fc3f64c0f1292bddea Submitter: Jenkins Branch:master commit b28a90ce696a1826daf243fc3f64c0f1292bddea Author: Diane Fleming Date: Mon May 25 18:11:27 2

[Yahoo-eng-team] [Bug 1395737] Re: inconsistent use of detail vs details

2015-05-26 Thread utsav dusad
** Changed in: horizon Status: In Progress => Fix Released -- 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/1395737 Title: inconsistent use of detail vs detail

[Yahoo-eng-team] [Bug 1455233] Re: read_seeded broken

2015-05-26 Thread Scott Moser
** Also affects: cloud-init (Ubuntu Vivid) Importance: Undecided Status: New -- 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/1455233 Title: read_seeded broken Status in Init

[Yahoo-eng-team] [Bug 1458913] [NEW] haproxy-driver lock is held while gratuitous arping

2015-05-26 Thread Attila Fazekas
Public bug reported: https://github.com/openstack/neutron- lbaas/blob/b868d6d3ef0066a1ac4318d7e91b4d7a076a2e61/neutron_lbaas/drivers/haproxy/namespace_driver.py#L327 arping can take relative long time (>2 sec), while the global lock is held. The gratuitous arping should not block other threads.

[Yahoo-eng-team] [Bug 1458861] Re: Unable to retrieve instances after changing to multi-domain setup

2015-05-26 Thread Davanum Srinivas (DIMS)
The error is coming from keystone - http://git.openstack.org/cgit/openstack/keystone/tree/keystone/common/controller.py#n237 ** Project changed: nova => keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bu

[Yahoo-eng-team] [Bug 1458919] [NEW] a race in service report count update

2015-05-26 Thread Liang Chen
Public bug reported: Update of report_count is not protected in a transaction - https://github.com/openstack/nova/blob/master/nova/servicegroup/drivers/db.py#L82 . When multiple service worker processes are used, they may overwrite each other's report_count update. ** Affects: nova Importan

[Yahoo-eng-team] [Bug 1458924] [NEW] OVS_LIB set_secure_mode doesn't allow setting all possible values

2015-05-26 Thread Gal Sagie
Public bug reported: The current API "set_secure_mode" doesn't support changing the fail mode to "standalone" The API should support it as well ** Affects: neutron Importance: Undecided Assignee: Gal Sagie (gal-sagie) Status: New ** Changed in: neutron Assignee: (unassig

[Yahoo-eng-team] [Bug 1458928] [NEW] jshint failing on angular js in stable/kilo

2015-05-26 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/56/183656/1/check/gate-horizon- jshint/cd75430/console.html.gz#_2015-05-15_19_27_08_073 Looks like this started after 5/14, since there was a passing job before that: http://logs.openstack.org/21/183321/1/check/gate-horizon- jshint/90ca4dd/console.h

[Yahoo-eng-team] [Bug 1458934] [NEW] Ironic: heavy pooling

2015-05-26 Thread Lucas Alvares Gomes
Public bug reported: Ironic does pool the Ironic API to check the state of a Node when provisioning it, and currently we pool the whole node object representation every time. This can be very expensive since the node might contain a lot of details and even a base64 string of the configdrive regist

[Yahoo-eng-team] [Bug 1458938] [NEW] Small fix to angular docs

2015-05-26 Thread Thai Tran
Public bug reported: https://review.openstack.org/#/c/184345/7/doc/source/contributing.rst Where we change my-controller to my_module.my_controller for consistency. ** Affects: horizon Importance: Low Status: New ** Tags: documentation -- You received this bug notification becau

[Yahoo-eng-team] [Bug 1458945] [NEW] Use graduated oslo.policy instead of oslo-incubator code

2015-05-26 Thread Samuel de Medeiros Queiroz
Public bug reported: The Policy code is now be managed as a library, named oslo.policy. If there is a CVE level defect, deploying a fix should require deploying a new version of the library, not syncing each individual project. All the projects in the OpenStack ecosystem that are using the polic

[Yahoo-eng-team] [Bug 1437902] Re: nova redeclares the `nova` named exchange zillion times without a real need

2015-05-26 Thread Davanum Srinivas (DIMS)
** Changed in: oslo.messaging 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/1437902 Title: nova redeclares the `nova` named

[Yahoo-eng-team] [Bug 1458945] Re: Use graduated oslo.policy instead of oslo-incubator code

2015-05-26 Thread Samuel de Medeiros Queiroz
** Also affects: swift Importance: Undecided Status: New ** Also affects: ceilometer Importance: Undecided Status: New ** Also affects: trove Importance: Undecided Status: New ** Also affects: ironic Importance: Undecided Status: New -- You received this

[Yahoo-eng-team] [Bug 1458945] Re: Use graduated oslo.policy instead of oslo-incubator code

2015-05-26 Thread Samuel de Medeiros Queiroz
** Also affects: sahara Importance: Undecided Status: New ** Also affects: barbican Importance: Undecided Status: New ** Also affects: designate Importance: Undecided Status: New ** Also affects: magnum Importance: Undecided Status: New ** Also affects: m

[Yahoo-eng-team] [Bug 1458945] Re: Use graduated oslo.policy instead of oslo-incubator code

2015-05-26 Thread Samuel Merritt
** No longer affects: swift -- 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/1458945 Title: Use graduated oslo.policy instead of oslo-incubator code Status in OpenStack K

[Yahoo-eng-team] [Bug 1458958] [NEW] Exceptions from Cinder detach volume API not handled

2015-05-26 Thread Anthony Lee
Public bug reported: There is currently a Cinder spec in-progress that proposes the removal of file locks that are present during volume attach / detach and a few other locations. Nova does not appear to be handling exceptions thrown during the volume detach process in a way that notifies the user

[Yahoo-eng-team] [Bug 1458945] Re: Use graduated oslo.policy instead of oslo-incubator code

2015-05-26 Thread Ruby Loo
** No longer affects: ironic -- 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/1458945 Title: Use graduated oslo.policy instead of oslo-incubator code Status in OpenStack

[Yahoo-eng-team] [Bug 1458968] [NEW] stable/juno unit tests blocked: ContextualVersionConflict: (oslo.i18n 1.3.1 (/home/jenkins/workspace/periodic-glance-python27-juno/.tox/py27/lib/python2.7/site-pac

2015-05-26 Thread Adam Gandelman
Public bug reported: stable/juno unit tests are failing on (multiple) dependency conflicts. Reproducible outside the gate simply running the py27 or py26 tox env locally: Tests in glance.tests.unit.test_opts fail with: ContextualVersionConflict: (oslo.i18n 1.3.1 (/home/jenkins/workspace /period

[Yahoo-eng-team] [Bug 1458973] [NEW] Edit Port form should display current attached device_id and device_owner values

2015-05-26 Thread Kahou Lei
Public bug reported: Currently when user want to edit the port information, the port update form doesn't display the current attached device_id and device_owner value. This will make user inconvenient to update the port info as user needs to put back the device_id and device_owner value in the por

[Yahoo-eng-team] [Bug 1458993] [NEW] Encase helper-functions.spec.js in IIEF

2015-05-26 Thread Thai Tran
Public bug reported: https://review.openstack.org/#/c/185140/6/horizon/static/framework/util/tech-debt/helper-functions.spec.js Immediately Invoked Function Expression (IIFE). Needs to be enclosed and jshint globals removed. ** Affects: horizon Importance: Low Status: New ** Tags:

[Yahoo-eng-team] [Bug 1458945] Re: Use graduated oslo.policy instead of oslo-incubator code

2015-05-26 Thread Thomas Herve
** No longer affects: heat -- 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/1458945 Title: Use graduated oslo.policy instead of oslo-incubator code Status in OpenStack Ke

[Yahoo-eng-team] [Bug 1458994] [NEW] When logged in as a pure domain admin, cannot list users in a group

2015-05-26 Thread Michael Hagedorn
Public bug reported: When using domain scoped tokens, and trying to add users to a group , keystone throws the error {u'error': {u'code': 403, u'message': u'You are not authorized to perform the requested action: identity:list_users_in_group (Disable debug mode to suppress these details.)',

[Yahoo-eng-team] [Bug 1459015] [NEW] Tasks stuck in processing state when import to filesystem fails

2015-05-26 Thread Sabari Murugesan
Public bug reported: In general, when a glance v2 task runs into an error during the flow execution, the task gets stuck in the processing state. We are currently not marking the task as failed. I specifically ran into an issue where the import was failing due to a permission issue on the task.w

[Yahoo-eng-team] [Bug 1459021] [NEW] nova vmware unit tests failing with oslo.vmware 0.13.0

2015-05-26 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/68/184968/2/check/gate-nova- python27/e3dadf7/console.html#_2015-05-26_20_45_35_734 2015-05-26 20:45:35.734 | {4} nova.tests.unit.virt.vmwareapi.test_vm_util.VMwareVMUtilTestCase.test_create_vm_invalid_guestid [0.058940s] ... FAILED 2015-05-26 20:4

[Yahoo-eng-team] [Bug 1459021] Re: nova vmware unit tests failing with oslo.vmware 0.13.0

2015-05-26 Thread Matt Riedemann
I'm guessing this is the change that's breaking the tests: https://review.openstack.org/#/c/176694/ ** Also affects: oslo.vmware Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStac

[Yahoo-eng-team] [Bug 1459021] Re: nova vmware unit tests failing with oslo.vmware 0.13.0

2015-05-26 Thread Matt Riedemann
This is a change proposed to global-requirements to blacklist the 0.13.0 version from nova: https://review.openstack.org/#/c/185748/ ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscr

[Yahoo-eng-team] [Bug 1459030] [NEW] Add dns_label to Neutron port

2015-05-26 Thread Carl Baldwin
Public bug reported: See the spec for more details https://review.openstack.org/#/c/88623 This dns_label field will be used for DNS resolution of the hostname in dnsmasq and also will be used when Neutron can integrate with external DNS systems. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-05-26 Thread Ben Howard
** Also affects: cloud-init (Ubuntu Vivid) Importance: Undecided Status: New ** Also affects: walinuxagent (Ubuntu Vivid) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: walinuxagent (U

[Yahoo-eng-team] [Bug 1459051] [NEW] Glance v2 Tasks Creation should be non-blocking

2015-05-26 Thread Sabari Murugesan
Public bug reported: The glance v2 tasks creation api is blocking, in the sense, when a task is created the 201 response is not received until the task is complete. Also, when the response is received the task is in the pending state while the task in-effect could have succeeded or failed. We nee

[Yahoo-eng-team] [Bug 1458890] Re: Add segment support to Neutron

2015-05-26 Thread Eugene Nikanorov
Why isn't this a blueprint? ** Changed in: neutron Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1458890 Title: Add segment support to Neutron Status in

[Yahoo-eng-team] [Bug 1456809] Re: L3-agent not recreating missing fg- device

2015-05-26 Thread Eugene Nikanorov
Agree with Itzik's analysis. Closing as 'Invalid' ** 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.launchpad.net/bugs/1456809 Title: L3-agent not recreat

[Yahoo-eng-team] [Bug 1458890] Re: Add segment support to Neutron

2015-05-26 Thread Kyle Mestery
Per the new specs process [1], this is filed as a feature request. The requestors (large ops deployers) have noted this as a feature they want to have, but they don't have the manpower to develop it themselves. Thus, it's an RFE for now. [1] https://review.openstack.org/177342 ** Changed in: neut

[Yahoo-eng-team] [Bug 1439870] Re: Fixed IPs not being recorded in database

2015-05-26 Thread Eugene Nikanorov
this is not a neutron bug, please be more attentive. ** Project changed: neutron => nova -- 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/1439870 Title: Fixed IPs not bei

[Yahoo-eng-team] [Bug 1459065] [NEW] Unable to update the user - unable to retrieve user list

2015-05-26 Thread Canh Truong
Public bug reported: The steps to produce the bug: 1/ Login to openstack with user name: admin 2/ Go to Identity -> Users -> Edit --> To update "admin" user 3/ Choose primary project for admin user is admin --> Update user successful 4/ go to Edit of admin user again and choose primary

[Yahoo-eng-team] [Bug 1459073] [NEW] Multipath device descriptor is not deleted after volume detached when FC and multipath are used

2015-05-26 Thread Tina Tang
Public bug reported: When Fibre Channel and multipath are used, the multipath device descriptor is not deleted after a volume is detached from a VM. This is always reproducible. This was seen with git stable/kilo. Reproduce steps: 1. Check the multipath device on the system stack@ubuntu-server12

[Yahoo-eng-team] [Bug 1459074] [NEW] Backup source is not selected when click trove "backup restore" button.

2015-05-26 Thread WonChon
Public bug reported: In database backups panel, when user click "restore backup" button, "Launch Instance" popup window was appeared. But, "Source for Initial State" in "Adanced" tap is not selected to "Restore from Backup". So, if user not selected "Restore from Backup" manually, restore can no

[Yahoo-eng-team] [Bug 1458861] Re: Unable to retrieve instances after changing to multi-domain setup

2015-05-26 Thread Marcel Jordan
** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1458861 Title: Unable to retrieve instances after changing to multi-domain setup St

[Yahoo-eng-team] [Bug 1459115] [NEW] ngReorg broke modals along the way

2015-05-26 Thread Richard Jones
Public bug reported: The horizon modal has been broken along the way during the ngReorg refactoring. The error appears in the Javascript console when the user navigates to almost any page that pops up the modal spinner (switching between Project Overview and Admin Overview, for example). The erro

[Yahoo-eng-team] [Bug 1459116] [NEW] miss testcase for the external authentication of DefaultDomain

2015-05-26 Thread Dave Chen
Public bug reported: As to the external authentication methods, the classes defined includ 'KerberosDomain', 'Domain' and 'DefaultDomain', the *DefaultDomain* is acutally different with 'KerberosDomain' and 'Domain', they are different use cases. We have testcases for 'KerberosDomain' and 'Doma