[Yahoo-eng-team] [Bug 1558690] Re: project set works for invalid properties

2016-08-17 Thread QiangTang
** Changed in: python-openstackclient Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1558690 Title: project set works for

[Yahoo-eng-team] [Bug 1613998] [NEW] Common API samples for server creating can't work with mciroversions > 2.37

2016-08-17 Thread Sergey Nikitin
Public bug reported: Change https://review.openstack.org/#/c/316398/37 added new microversion 2.37. This microversion added required field 'networks' into create server request. By default Nova functional api tests use samples from '/servers' directory to create a server. But now such requests got

[Yahoo-eng-team] [Bug 1611489] Re: dev-docs: make example URLs consistent

2016-08-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/353243 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=e736517c802228f6842b01ddc2a6c4dfadbd56e0 Submitter: Jenkins Branch:master commit e736517c802228f6842b01ddc2a6c4dfadbd56e0 Author: Jin Li Date: Tue Aug 9 21:06:07 2016 -0700

[Yahoo-eng-team] [Bug 1614000] [NEW] Orchestration Resource Types names restriction is incorrect

2016-08-17 Thread Tatiana Ovchinnikova
Public bug reported: The additional columns "Implementation", "Component" and "Resource" are representative for a limited resource type group only. Resource type name can have less or more than three words and Heat even allows to specify a URL as a resource type. Horizon should not use these colum

[Yahoo-eng-team] [Bug 1614001] [NEW] Horizon can’t initiate connection to VNC Console while in Dashboard’s windowed mode

2016-08-17 Thread Stanislav Kolenkin
Public bug reported: MOS 9.0 Steps: 1. Start instance and open its details on Console tab 2. [Bug] Note that there is an error connecting to console 3. Push button to open “Only Console” mode 4. Console connected. Expected: Console connected either way Actual: Windowed console can’t connect, Ful

[Yahoo-eng-team] [Bug 1614001] Re: Horizon can’t initiate connection to VNC Console while in Dashboard’s windowed mode

2016-08-17 Thread Ivan Kolodyazhny
** Project changed: nova => mos ** Changed in: mos Status: New => Confirmed -- 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/1614001 Title: Horizon can’t initiate

[Yahoo-eng-team] [Bug 1431932] Re: Make the server group invalid format message more verbose

2016-08-17 Thread Prateek Arora
As per the last comment of Kenichi, this need not be fixed now as it is in RPCv2 which has been deprecated. ** Changed in: nova Assignee: Prateek Arora (parora) => (unassigned) ** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1614020] [NEW] Delete trunk port from service plugin RPC payload is not correct

2016-08-17 Thread Babu Shanmugam
Public bug reported: When a trunk port is deleted, the service plugin should set the current_trunk in the RPC payload. Instead, it is setting the trunk object to original_trunk in the payload. ** Affects: neutron Importance: Undecided Assignee: Babu Shanmugam (anbu-p) Status: I

[Yahoo-eng-team] [Bug 1614019] [NEW] Instances lose its serial ports during soft-reboot after live-migration

2016-08-17 Thread sahid
Public bug reported: Instances lose its serial ports during soft-reboot if the instances experienced live-migration just before. Therefore we cannot access to the instance from serial console after soft-reboot. That is because the method post_live_migration which defines the domain XML to libvi

[Yahoo-eng-team] [Bug 1614022] [NEW] POST/PUT request is returned with 500 error when specifying non dictionary type as value of resource key

2016-08-17 Thread Kengo Hobo
Public bug reported: POST/PUT request is returned with 500 error when specifying non dictionary type as value of resource key. I assume that it should be returned with 400(BadRequest) error. Here are requests and logs of each(POST/PUT) cases. These are failed in different points. POST: 'popula

[Yahoo-eng-team] [Bug 1614020] Re: Delete trunk port from service plugin RPC payload is not correct

2016-08-17 Thread Armando Migliaccio
That's intentional. ** 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.launchpad.net/bugs/1614020 Title: Delete trunk port from service plugin RPC

[Yahoo-eng-team] [Bug 1614026] [NEW] Port mirror in neutron

2016-08-17 Thread Yan Songming
Public bug reported: In Physical Switch, we can use port mirror function to do some trouble shooting and monitoring,in ovs it has the same func,but neutron don't support it.I think we should add this func in neutron for the same reason as physical switch . The first step,we can mirroring one por

[Yahoo-eng-team] [Bug 1614054] [NEW] Incorrect host cpu is given to emulator threads when cpu_realtime_mask flag is set

2016-08-17 Thread sahid
Public bug reported: Description of problem: When using the cpu_realtime and cpu_realtim_mask flag to create new instance, the 'cpuset' of 'emulatorpin' option is using the id of vcpu which is incorrect. The id of host cpu should be used here. e.g. ### the cpuset shou

[Yahoo-eng-team] [Bug 1614059] [NEW] TrunkStub.trunk_deleted is called with NULL trunk object

2016-08-17 Thread Babu Shanmugam
Public bug reported: On AFTER_DELETE event, the trunk object is set in payload.original_trunk, but this is not used for calling TrunkStub.trunk_deleted(), instead it is called with payload.current_trunk which is 'None'. ** Affects: neutron Importance: Undecided Assignee: Babu Shanmugam

[Yahoo-eng-team] [Bug 1614063] [NEW] live migration doesn't use the correct interface to transfer the data

2016-08-17 Thread Alberto Planas
Public bug reported: My compute nodes are attached to several networks (storage, admin, etc). For each network I have a real or a virtual interface with an IP assigned. The DNS is properly configured, so I can `ping node1`, or `ping storage.node1`, and is resolving to the correct IP. I want to us

[Yahoo-eng-team] [Bug 1614069] [NEW] API v2.0 responds with HTTP 200 when trying to add a non-existent user to a project

2016-08-17 Thread Daniel Trautmann
Public bug reported: We have a service which communicates with Keystone using python-keystoneclient. Part of our tests is to check if it's possible to add a non-existent user to project (should not be possible) I figured out, that Keystone responds with HTTP 200, but it should never respond with

[Yahoo-eng-team] [Bug 1602854] Re: [api] API documentation missing query parameters

2016-08-17 Thread Steve Martinelli
Is this bug still valid? It was rather vague to begin with, the original issue has been resolved ** Changed in: keystone Milestone: None => newton-3 ** Changed in: keystone Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! En

[Yahoo-eng-team] [Bug 1575335] Re: Out-of-tree compute drivers no longer loading

2016-08-17 Thread Drew Thorstensen
** Changed in: nova-powervm 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/1575335 Title: Out-of-tree compute drivers no lon

[Yahoo-eng-team] [Bug 1604479] Re: tenantId/default_project_id missing on Keystone service user in Mitaka

2016-08-17 Thread Steve Martinelli
** Also affects: puppet-keystone Importance: Undecided Status: New ** Changed in: keystone Milestone: newton-3 => None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launc

[Yahoo-eng-team] [Bug 1614086] [NEW] SRIOV- when numvfs=0 SRIOV agent is failed to start

2016-08-17 Thread Eran Kuris
Public bug reported: Deployed SRIOV ENV with X VFs (for example 4 ). After that I wanted to move the VFs. When setting SRIOV system with numvfs=0 and restart SRIOV agent it failed to start # echo 0> sys/class/net/enp5s0f1/device/sriov_numvfs # systemctl restart neutron-sriov-nic-agent # system

[Yahoo-eng-team] [Bug 1614092] [NEW] SRIOV - PF / VM that assign to PF does not get vlan tag

2016-08-17 Thread Eran Kuris
Public bug reported: During RFE testing Manage SR-IOV PFs as Neutron ports, I found VM booted with Neutron port vnic_type direct-physical but it does not get access to DHCP server. The problem is that the PF / VM does not get VLAN tag with the internal vlan. Workaround : Enter to the VM via

[Yahoo-eng-team] [Bug 1614097] [NEW] nova boot fails with 500 InternalServerError for invalid snapshot id

2016-08-17 Thread Dinesh Bhor
Public bug reported: If you pass an invalid snapshot while creating the instance then it's returning 500 InternalServerError. Ideally it should return 400 HTTPBadRequest as snapshot doesn't exists. Steps to reproduce: Command: nova boot --snapshot --flavor 1 new2 Output: ERROR (ClientExcep

[Yahoo-eng-team] [Bug 1614103] [NEW] OVO class attributes unrelated to OVO should start with underscore

2016-08-17 Thread John Perkins
Public bug reported: In an OVO class, non-OVO class attributes (not 'version', 'db_model', 'fields', 'synthetic_fields', etc) should begin with an underscore so they cannot be confused with being part of the standardized OVO interface. QosPolicy has a class attribute called "binding_models" that i

[Yahoo-eng-team] [Bug 1614133] [NEW] limits API isn't filtering security groups and floating IPs from 2.36 response

2016-08-17 Thread Matt Riedemann
Public bug reported: The limits API isn't filtering out network resources like security groups and floating IPs from the 2.36 response (like it does for quota sets): https://github.com/openstack/nova/blob/955c921b33103e6e03a665f1e7bf705f5c661c68/nova/api/openstack/compute/used_limits.py#L44 I fo

[Yahoo-eng-team] [Bug 1614148] [NEW] sanitize_hostname() fails to account for domain part

2016-08-17 Thread Johannes Grassler
Public bug reported: The function nova.utils.sanitize_hostname() sanitizes instance names to make them suitable for use as host names. Among other things it contains the function truncate_hostname() that truncates host names to a maximum length of 63 characters. Unfortunately this truncation does

[Yahoo-eng-team] [Bug 1614154] [NEW] Hints with values of None seem to be broken

2016-08-17 Thread Lance Bragstad
Public bug reported: The Hints object allows developers to construct filters to query the backend for specific entries. For example, I can ask the backend to give me a list of entities that match a specific criteria: hints = driver_hints.Hints() hints.add_filter('key_hash', primary_key_hash) cred

[Yahoo-eng-team] [Bug 1614183] [NEW] Pagination in Identity>Projects

2016-08-17 Thread Revon Mathews
Public bug reported: Go to Identity>Projects Click 'next' button below the table. There is no back button to go back to the previous page in the Projects table. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: "Screen Shot 2016-08-17 at 12.02.12 PM.png"

[Yahoo-eng-team] [Bug 1329755] Re: novncproxy children progresses don't quit while stopping novncproxy

2016-08-17 Thread Maciej Szankin
** Changed in: nova 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/1329755 Title: novncproxy children progresses don't quit

[Yahoo-eng-team] [Bug 1545789] Re: keystone ADMIN_TOKEN set by default can lead to default insecure deployment

2016-08-17 Thread Robert Clark
** Changed in: ossn Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1545789 Title: keystone ADMIN_TOKEN set by default can l

[Yahoo-eng-team] [Bug 1553324] Re: potential DOS with revoke by id or audit_id

2016-08-17 Thread Rahul U Nair
** Changed in: ossn Assignee: Rahul U Nair (rahulunair) => (unassigned) ** Changed in: ossn Assignee: (unassigned) => Luke Hinds (lhinds) ** Changed in: ossn Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering T

[Yahoo-eng-team] [Bug 1597864] Re: Horizon exposes keystone endpoint url when viewing login source code

2016-08-17 Thread David Lyle
Exposing the internalURL is not a bug either way one views the internalURL, either it's a freely accessible endpoint to authorized users, or it's hidden behind a firewall. ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1585831] Re: Horizon dashboard leaks internal information through cookies

2016-08-17 Thread David Lyle
Exposing the internalURL is not a bug either way one views the internalURL, either it's a freely accessible endpoint to authorized users, or it's hidden behind a firewall. There is a related bug https://bugs.launchpad.net/horizon/+bug/1597864 ** Changed in: horizon Status: Confirmed => Inva

[Yahoo-eng-team] [Bug 1613622] Re: nova cellsv2 breaks ironic

2016-08-17 Thread Jim Rollenhagen
This was fixed with https://review.openstack.org/#/c/355659/ ** Changed in: nova Status: New => Fix Released ** Changed in: ironic Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenSta

[Yahoo-eng-team] [Bug 1614092] Re: SRIOV - PF / VM that assign to PF does not get vlan tag

2016-08-17 Thread Armando Migliaccio
Thanks Moshe!! ** Also affects: nova Importance: Undecided Status: New ** Changed in: neutron Status: Confirmed => Invalid ** Changed in: neutron Assignee: Moshe Levi (moshele) => (unassigned) ** Changed in: nova Status: New => Confirmed ** Changed in: nova Impo

[Yahoo-eng-team] [Bug 1614270] [NEW] DVR multinode job intermittently failing

2016-08-17 Thread Brian Haley
Public bug reported: Occasionally the DVR multinode jobs are failing in the check queue, typically one of the test VMs fails to get an IP address according to it's console output. Looking in the dhcp-agent logs I sometimes see a failure in setting things up for a network, for example, http://logs

[Yahoo-eng-team] [Bug 1610092] Re: There's a typo in the spec of sriov-physical-function-passthrough.rst

2016-08-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/351528 Committed: https://git.openstack.org/cgit/openstack/nova-specs/commit/?id=82cd2fb765f25e2766fcb39519232a5d96633a9d Submitter: Jenkins Branch:master commit 82cd2fb765f25e2766fcb39519232a5d96633a9d Author: xiewj Date: Fri Aug 5 03:03:54 2016 -04

[Yahoo-eng-team] [Bug 1614287] [NEW] Column name does not fit properly in table header cell

2016-08-17 Thread Revon Mathews
Public bug reported: 1. Go to Admin -> Instances 2. Locate the 'Time since created' column in header. The column name 'Time since created' could be replaced with a shorter column name like 'Age' which does not cause the table header height to increase. ** Affects: horizon Importance: Undec

[Yahoo-eng-team] [Bug 1416412] Re: DHCP agent should be more proactive in fetching active networks

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1408112] Re: Update documentation for port does not show how to remove dhcp_extra_opt

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1412512] Re: policy.json location shouldn't be discovered by unittests at test-time

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1414253] Re: separate openswan special staff from general vpnaas framework

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1397087] Re: Bulk port create fails with conflict with some addresses fixed

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1403455] Re: neutron-netns-cleanup doesn't clean up all L3 agent spawned processes

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1394351] Re: deadlock when delete port

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1378732] Re: migrate_to_ml2 script doesn't work for Juno release

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1362676] Re: Hyper-V agent doesn't create stateful security group rules

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1364221] Re: IPSec site connections in OpenStack Networking API v2.0 (neutron) Reference  - API v2.0 (neutron) and extensions

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1384108] Re: Exception during message handling: QueuePool limit of size 10 overflow 20 reached, connection timed out, timeout 10

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1350903] Re: Ovs agent fails to kill ovsdb monitor properly

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1376446] Re: Neutron LBAAS agent ignores MTU settings used by subnets

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1345341] Re: radvd needs functional tests

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1239481] Re: nova baremetal requires manual neutron setup for metadata access

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1337717] Re: L2-population fanout-cast leads to performance and scalability issue

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1341290] Re: neutron should update router status of l3agent

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1311500] Re: Nova 'os-security-group-default-rules' API does not work with neutron

2016-08-17 Thread Armando Migliaccio
This is an automated cleanup. This bug report has been closed because it is older than 18 months and there is no open code change to fix this. After this time it is unlikely that the circumstances which lead to the observed issue can be reproduced. If you can reproduce the bug, please: * reopen th

[Yahoo-eng-team] [Bug 1474895] Re: subnet REST API with empty list allocation_pools incorrectly allowed

2016-08-17 Thread Armando Migliaccio
** Changed in: neutron Status: Incomplete => 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/1474895 Title: subnet REST API with empty list allocation_pools incorrectly all

[Yahoo-eng-team] [Bug 1488793] Re: CertManager couldn't connect to barbican

2016-08-17 Thread Armando Migliaccio
Looks like the issue is solved but this was not marked as such. ** Changed in: neutron Status: Incomplete => 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/1488793 Tit

[Yahoo-eng-team] [Bug 1491679] Re: ipsec-site-connection is not back to ACTIVE state after updating admin_state_up from True -> False -> True

2016-08-17 Thread Armando Migliaccio
WONTFIX unless upstream limitations are overcome. ** Changed in: neutron Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1491679 Title: ipsec-site-

[Yahoo-eng-team] [Bug 1403455] Re: neutron-netns-cleanup doesn't clean up all L3 agent spawned processes

2016-08-17 Thread Assaf Muller
** Changed in: neutron Status: Expired => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1403455 Title: neutron-netns-cleanup doesn't clean up all L3 agent spawned proce

[Yahoo-eng-team] [Bug 1345341] Re: radvd needs functional tests

2016-08-17 Thread Assaf Muller
** Changed in: neutron Status: Expired => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1345341 Title: radvd needs functional tests Status in neutron: Confirmed Bug

[Yahoo-eng-team] [Bug 1468471] Re: Cisco CSR FWAAS: Multiple FW with same rules and policies

2016-08-17 Thread Armando Migliaccio
This should go to networking-cisco ** Changed in: neutron Status: Incomplete => 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/1468471 Title: Cisco CSR FWAAS: Multiple FW

[Yahoo-eng-team] [Bug 1481346] Re: MH: router delete might return a 500 error

2016-08-17 Thread Armando Migliaccio
** Changed in: neutron Status: Incomplete => 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/1481346 Title: MH: router delete might return a 500 error Status in neutron:

[Yahoo-eng-team] [Bug 1479123] Re: N1Kv ML2 mech driver and DB models decomposition

2016-08-17 Thread Armando Migliaccio
** Changed in: neutron Status: Incomplete => 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/1479123 Title: N1Kv ML2 mech driver and DB models decomposition Status in netw

[Yahoo-eng-team] [Bug 1311300] Re: NSX: rasies 404 error on update port if lswitch not found in nvp

2016-08-17 Thread Armando Migliaccio
** Changed in: neutron Status: Incomplete => 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/1311300 Title: NSX: rasies 404 error on update port if lswitch not found in nvp

[Yahoo-eng-team] [Bug 1411383] Re: Arista ML2 plugin incorrectly syncs with EOS

2016-08-17 Thread Armando Migliaccio
** Changed in: neutron Status: Incomplete => 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/1411383 Title: Arista ML2 plugin incorrectly syncs with EOS Status in neutron:

[Yahoo-eng-team] [Bug 1516479] Re: pillow installed error when run 'tox -e py27' in neutron-spec

2016-08-17 Thread Armando Migliaccio
** Changed in: neutron Status: Incomplete => 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/1516479 Title: pillow installed error when run 'tox -e py27' in neutron-spec S

[Yahoo-eng-team] [Bug 1463363] Re: NSX-mh: Decimal RXTX factor not honoured

2016-08-17 Thread Armando Migliaccio
** Changed in: neutron Status: Incomplete => 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/1463363 Title: NSX-mh: Decimal RXTX factor not honoured Status in neutron: I

[Yahoo-eng-team] [Bug 1479309] Re: Wrong pre-delete checks for distributed routers

2016-08-17 Thread Armando Migliaccio
** Changed in: neutron Status: Incomplete => 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/1479309 Title: Wrong pre-delete checks for distributed routers Status in neutr

[Yahoo-eng-team] [Bug 1614337] [NEW] L3 agent fails on FIP when DVR and HA both enabled in router

2016-08-17 Thread Jonathan Mills
Public bug reported: I have a vlan-based Neutron configuration. My tenant networks are vlans, and my shared external network (br-ex) is a flat network. Neutron is configured for DVR+SNAT mode. In testing floating IPs, I've run into issues with my neutron router, and I've traced it back to a sing

[Yahoo-eng-team] [Bug 1614340] [NEW] DB consistency: lack of full security group information when notify precommit message of security group creating

2016-08-17 Thread ding bo
Public bug reported: For some mechanism drivers, it is important to know the full information of a newly created security group in pre commit message including security group id and default rules. The reason is that, some mechanism drivers should write every operations on a journal table to sync n

[Yahoo-eng-team] [Bug 1607172] Re: Updating metering-labels and metering-label-rules return 500 error because of unexpected AttributeError

2016-08-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/354624 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=bcbe6d2ee28bdaee2f5146bbdcd5d5f47eaac945 Submitter: Jenkins Branch:master commit bcbe6d2ee28bdaee2f5146bbdcd5d5f47eaac945 Author: hobo.kengo Date: Fri Aug 12 09:46:54 2016

[Yahoo-eng-team] [Bug 1609171] Re: [api] Document domain specific roles

2016-08-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/356169 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=251cf107f2bb82d5737897c3d8e973a6bc4046f2 Submitter: Jenkins Branch:master commit 251cf107f2bb82d5737897c3d8e973a6bc4046f2 Author: Tin Lam Date: Tue Aug 16 14:45:36 2016 -0

[Yahoo-eng-team] [Bug 1403129] Re: Glance with swift backend - upload of an image from horizon is not streaming

2016-08-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/230434 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=93af461e40fca76eae58066cc1f9de83d7b716ea Submitter: Jenkins Branch:master commit 93af461e40fca76eae58066cc1f9de83d7b716ea Author: Timur Sufiev Date: Tue May 17 13:16:15 201

[Yahoo-eng-team] [Bug 1586931] Re: TestServerBasicOps: Test fails when deleting server and floating ip almost at the same time

2016-08-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/351960 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e72826123bfd7c1d962b615da3f028b315ba3943 Submitter: Jenkins Branch:master commit e72826123bfd7c1d962b615da3f028b315ba3943 Author: Ken'ichi Ohmichi Date: Fri Aug 12 10:15:29 20

[Yahoo-eng-team] [Bug 1516156] Re: [RFE] IPAM migration from non-pluggable to pluggable

2016-08-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/181023 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=625de54de3936b0da8760c3da76d2d315d05f94e Submitter: Jenkins Branch:master commit 625de54de3936b0da8760c3da76d2d315d05f94e Author: Pavel Bondar Date: Thu May 7 17:40:55 2015

[Yahoo-eng-team] [Bug 1608726] Re: Confusing error message in BadRequest during floating ip assignment

2016-08-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/353687 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=cdb9a8435b1f8d75818ecaff2beb630b8f7160af Submitter: Jenkins Branch:master commit cdb9a8435b1f8d75818ecaff2beb630b8f7160af Author: Augustina Ragwitz Date: Wed Aug 10 11:45:15 2

[Yahoo-eng-team] [Bug 1614380] [NEW] test_get_interface_bridged_time fails at self.assertGreater(t2, t1)

2016-08-17 Thread IWAMOTO Toshihiro
Public bug reported: Traceback (most recent call last): File "neutron/tests/functional/agent/linux/test_bridge_lib.py", line 53, in test_get_interface_bridged_time self.assertGreater(t2, t1) File "/opt/stack/new/neutron/.tox/dsvm-functional/local/lib/python2.7/site-packages/unittest2/cas

[Yahoo-eng-team] [Bug 1585246] Re: HA router does not receive RA from upstream router

2016-08-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/320823 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=347778a9f9ce955562c3535b413642baf9b12111 Submitter: Jenkins Branch:master commit 347778a9f9ce955562c3535b413642baf9b12111 Author: Hong Hui Xiao Date: Wed May 25 06:56:14 20