[Yahoo-eng-team] [Bug 1473598] Re: misleading error when creating a group without specifying a domain

2015-07-17 Thread jiaxi
** Changed in: keystone Assignee: jiaxi (tjxiter) = (unassigned) ** Changed in: keystone Status: In Progress = 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/1473598

[Yahoo-eng-team] [Bug 1475638] [NEW] There is no option to specify external_gateway_info in neutron router-create command

2015-07-17 Thread Kiran
Public bug reported: We can specify external_gateway_info in the body of router-create api but there is no such option in the client API command $ curl -v -i -X POST -H X-Auth-Token: $auth_token -H Content-type:application/json -d '{router: {external_gateway_info: {network_id:

[Yahoo-eng-team] [Bug 1475636] [NEW] Add DHCP and DNS log into dhcp agent

2015-07-17 Thread changzhi
Public bug reported: There is no dnsmasq log info in dhcp agent. I think dnsmasq log info(including DNS log and DHCP log) is very useful to developers. So I add a new configuration in dhcp agent. Patch: https://review.openstack.org/#/c/202855 ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1475652] [NEW] libvirt, rbd imagebackend, disk.rescue not deleted when unrescued

2015-07-17 Thread raphael.glon
Public bug reported: Reproduced on juno version (actually tested on a fork from 2014.2.3, sorry in advance if invalid but i think the legacy version is also concerned by it) not tested on younger versions, but looking at the code they seem impacted too For Rbd imagebackend only, when unrescuing

[Yahoo-eng-team] [Bug 1475661] [NEW] py27 jobs failing due to mock_open after mock 1.1.4 released

2015-07-17 Thread Sylvain Bauza
Public bug reported: 2015-07-17 12:11:00.987 | == 2015-07-17 12:11:00.987 | Failed 2 tests - output below: 2015-07-17 12:11:00.987 | == 2015-07-17 12:11:00.987 | 2015-07-17 12:11:00.988 |

[Yahoo-eng-team] [Bug 1475663] [NEW] Incorrect behaviour of method _check_instance_exists

2015-07-17 Thread Sergey Nikitin
Public bug reported: This method must check instance existence in CURRENT token. But now it checks instance existence in ANY token. It happens because parameter token_only in sqlalchemy query was missed. ** Affects: nova Importance: Undecided Assignee: Sergey Nikitin (snikitin)

[Yahoo-eng-team] [Bug 1475647] [NEW] Get image API returns 500 if a body is included

2015-07-17 Thread Niall Bunting
Public bug reported: Overview: If a user attaches a body to a http get to get the image data a 500 response is returned as the API did not expect a body. Steps to reproduce: (1) The curl command, which includes a body: curl -v -X GET

[Yahoo-eng-team] [Bug 1475655] [NEW] Unit_add call fails for fcp volumes when target port has not been configured

2015-07-17 Thread Stefan Amann
Public bug reported: Linux on System z can be configured for automated port and LUN scanning. If both features are turned off, ports and LUNs need to be added using explicit calls. While os-brick currently uses explicit calls to add LUNs, the calls for adding ports are missing. If an

[Yahoo-eng-team] [Bug 1190149] Re: Token auth fails when token is larger than 8k

2015-07-17 Thread Serg Melikyan
** Also affects: murano Importance: Undecided Status: New ** Changed in: murano Importance: Undecided = High ** Changed in: murano Status: New = Confirmed ** Changed in: murano Milestone: None = liberty-3 -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1318544] Re: XenServer - Nova-Compute StorageError Waiting for device

2015-07-17 Thread Bob Ball
** Description changed: Hi All, I started building a Openstack cloud based on the new LTS version of Ubuntu (14.04). I installed both Control and Compute nodes as VM's on a XenServer. I selected the option 'Other Operating System' so this is running as HVM. The cluster is up and

[Yahoo-eng-team] [Bug 1475717] [NEW] Security Rules should support VRRP protocol

2015-07-17 Thread German Eichberger
Public bug reported: We are following http://blog.aaronorosen.com/implementing-high- availability-instances-with-neutron-using-vrrp/ to set up two service vms as an active-standby pair using VRRP for the Octavia project. While doing so we noticed that all VRRP packets were blocked and the

[Yahoo-eng-team] [Bug 1460222] Re: Add 'labels', a list of opaque strings, to the neutron 'port' object

2015-07-17 Thread Kyle Mestery
Per the RFE decoder ring [1], marking this as Won't Fix since we've rejected it. [1] https://review.openstack.org/#/c/202797/ ** Changed in: neutron Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1287757] Re: Optimization: Don't prune events on every get

2015-07-17 Thread Morgan Fainberg
** Also affects: keystone/kilo Importance: Undecided Status: New ** Also affects: keystone/liberty Importance: High Assignee: Morgan Fainberg (mdrnstm) Status: In Progress ** Changed in: keystone/kilo Status: New = Triaged ** Changed in: keystone/kilo

[Yahoo-eng-team] [Bug 1475570] [NEW] Horizon fails getting container lists

2015-07-17 Thread Giuseppe Paterno'
Public bug reported: Env: Centos7, Kilo install When a user logs in to horizon, he is able to see the object store. Can do standard operations, but after a while he got error message Error getting container lists when accessing the object store via horizon. Other access (such as glance) is not

[Yahoo-eng-team] [Bug 1474074] Re: PciDeviceList is not versioned properly in liberty and kilo

2015-07-17 Thread Alan Pevec
** Also affects: nova/kilo 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/1474074 Title: PciDeviceList is not versioned

[Yahoo-eng-team] [Bug 1456684] Re: [SRU] cloud-init does not know central (eu-central-1) is a direction for ec2 zones

2015-07-17 Thread Ben Howard
** Summary changed: - does not know central (eu-central-1) is a direction for ec2 zones + [SRU] cloud-init does not know central (eu-central-1) is a direction for ec2 zones ** Also affects: cloud-init (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: cloud-init

[Yahoo-eng-team] [Bug 1475737] [NEW] requirements.txt includes unnecessary oslo.vmware

2015-07-17 Thread Matthew Edmonds
Public bug reported: olso_vmware is not referenced in glance python code, yet requirements.txt includes it. This should either be removed from requirements entirely, or moved to test-requirements. ** Affects: glance Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1475740] [NEW] For instances spawned by Nova on ESX compute, there is no link in /dev/disk/by-id for SCSI (sdx) devices

2015-07-17 Thread Sunitha K
Public bug reported: By default VMWare doesn't provide information needed by udev to generate /dev/disk/by-id. Hence for instances spawned by Nova on ESX compute, there is no link in /dev/disk/by-id for SCSI (sdx) devices. The property disk.EnableUUID needs to be enabled by default for

[Yahoo-eng-team] [Bug 1475811] [NEW] gate-tempest-dsvm-full-ceph fails to upload image with TypeError: an integer is required

2015-07-17 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/81/173681/5/gate/gate-tempest-dsvm-full- ceph/c9e0bee/logs/screen-g-api.txt.gz?level=TRACE#_2015-07-17_22_11_21_776 2015-07-17 22:11:21.220 4347 ERROR glance.registry.client.v1.client [req-e89cafe3-53ad-4c20-aead-f649429e190c

[Yahoo-eng-team] [Bug 1468564] Re: remove unnecessary executable bit of the source files

2015-07-17 Thread Ren Qiaowei
** Also affects: horizon Importance: Undecided Status: New ** Changed in: horizon Status: New = 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/1468564 Title:

[Yahoo-eng-team] [Bug 1474933] Re: Nova compute interprets rabbitmq passwords

2015-07-17 Thread Davanum Srinivas (DIMS)
** Changed in: nova Status: New = Invalid ** Changed in: oslo.messaging Status: New = Invalid ** Changed in: nova Status: Invalid = In Progress ** Changed in: oslo.messaging Status: Invalid = In Progress -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1468564] Re: remove unnecessary executable bit of the source files

2015-07-17 Thread Ren Qiaowei
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Status: New = In Progress ** Changed in: neutron Assignee: (unassigned) = Ren Qiaowei (qiaowei-ren) -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1474933] Re: Nova compute interprets rabbitmq passwords

2015-07-17 Thread Davanum Srinivas (DIMS)
Should have marked invalid only in Nova as the correct fix is in oslo.messaging ** 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).

[Yahoo-eng-team] [Bug 1475786] [NEW] Cannot ping to a same subnet VM via floating IP

2015-07-17 Thread Kahou Lei
Public bug reported: Suppose I have two VMs running and they are under the same subnet, they are assigned with the floating IPs. (See attached image). I am using nova network model. I cannot get ping working if I ping from one VM to another VM via the floating IP. Ping to another vm which

[Yahoo-eng-team] [Bug 1475804] [NEW] check_migration is broken for branch-less migration directories

2015-07-17 Thread Ihar Hrachyshka
Public bug reported: I3823900bc5aaf7757c37edb804027cf4d9c757ab introduced support for multi- branch migration directories in neutron-db-manage. That broke check_migration for those projects without multiple branches. The tool should properly handle both types of directories for forseable future.

[Yahoo-eng-team] [Bug 1475792] [NEW] Change Neutron so that it can auto-allocate networks

2015-07-17 Thread Brian Haley
Public bug reported: As part of the get me a network work outlined in https://review.openstack.org/#/c/196803/ we need to be able to auto- allocate Neutron networks for tenants. This is an RFE for those changes. The current Neutron v2 api calls that Nova makes to neutron live in

[Yahoo-eng-team] [Bug 1475796] Re: using pysaml2 version 3.0.0 breaks keystone in kilo release 2015.1.0

2015-07-17 Thread Dolph Mathews
** Also affects: keystone/kilo Importance: Undecided Status: New ** Tags removed: kilo-backport-potential ** Changed in: keystone/kilo Status: New = Triaged ** Changed in: keystone/kilo Importance: Undecided = High -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1440762] Re: Rebuild an instance with attached volume fails

2015-07-17 Thread Matt Riedemann
** Also affects: nova/juno Importance: Undecided Status: New ** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/juno Importance: Undecided = High ** Changed in: nova/kilo Importance: Undecided = High -- You received this bug notification

[Yahoo-eng-team] [Bug 1475787] [NEW] Cells compat support for Juno is broken in Kilo

2015-07-17 Thread Mathieu Gagné
Public bug reported: All calls related to services and hypervisors management are broken when running a Kilo API cell with a Juno compute cell. The Kilo API cell expects responses from the Juno compute cell to be objects while in fact, their are still dict. ** Affects: nova Importance:

[Yahoo-eng-team] [Bug 1475796] [NEW] using pysaml2 version 3.0.0 breaks keystone in kilo release 2015.1.0

2015-07-17 Thread Marcos Simental
Public bug reported: pysaml2 version 3.0.0 it's a major change as specified in [1]: 2)All parts of the package is now collected in one module. This is a change that breaking change compared to earlier releases hence the major version change.. when running keystone release 2015.1.0 with python