[Yahoo-eng-team] [Bug 1747095] [NEW] doc: placement API ref for resource classes points to os-traits

2018-02-02 Thread Eric Fried
Public bug reported: The placement API reference documentation for POST /resource_classes [1] says: The new class must be a custom resource class, prefixed with CUSTOM_ and distinct from the _standard_ resource classes. ...where _standard_ is a link to os-traits documentation [2]. Since we

[Yahoo-eng-team] [Bug 1744361] Re: test_server_security_groups failed to reboot with "Domain not found: no domain with matching uuid" because of missing vif event from linuxbridge agent

2018-02-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/540168 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=236bb54493385bcfe2034e8b0fd7a387fa66635a Submitter: Zuul Branch:master commit 236bb54493385bcfe2034e8b0fd7a387fa66635a Author: melanie witt Date: Thu Feb

[Yahoo-eng-team] [Bug 1747001] Re: Use of parse.urlencode with dict in nova/tests/unit/scheduler/client/test_report.py can result in unpredictable query strings and thus unreliable tests

2018-02-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/540420 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=cab811b89030d6e49f8ef85e29783fce94c763fc Submitter: Zuul Branch:master commit cab811b89030d6e49f8ef85e29783fce94c763fc Author: Chris Dent Date: Fri Feb 2

[Yahoo-eng-team] [Bug 1744361] Re: test_server_security_groups failed to reboot with "Domain not found: no domain with matching uuid" because of missing vif event from linuxbridge agent

2018-02-02 Thread Matt Riedemann
We'll also have to backport the nova change to stable/pike since we merged this which caused the regression: https://review.openstack.org/#/c/531407/ ** Changed in: nova Importance: Undecided => Medium ** Also affects: nova/pike Importance: Undecided Status: New ** Changed in:

[Yahoo-eng-team] [Bug 1745572] Re: ml2 mechanism is call again if it calls continue binding

2018-02-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/530357 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=892c1ec6900c7834964dd912cadab5d7ee3d4f62 Submitter: Zuul Branch:master commit 892c1ec6900c7834964dd912cadab5d7ee3d4f62 Author: Bo Chi Date: Thu Dec 28

[Yahoo-eng-team] [Bug 1747082] [NEW] OVS-FIREWALL - can't create Loadbalancer when firewall_driver = openvswitch

2018-02-02 Thread Yossi Boaron
Public bug reported: steps to reproduce: = A. Download the following local.conf file :https://github.com/openstack/octavia/blob/master/devstack/samples/singlenode/local.conf B. Add the following at end of above file (set ML2 firewall_driver to OVS)

[Yahoo-eng-team] [Bug 1747070] [NEW] ds-identify does not see nocloud seed in core snap

2018-02-02 Thread Scott Moser
Public bug reported: If ubuntu-image is built with cloud-config, it puts data into /writable/system-data/var/lib/cloud. That directory is then bind mounted to /var/lib/cloud via /etc/fstab etnry like: /writable/system-data/var/lib/cloud /var/lib/cloud none bind 0 0 ds-identify, which is run

[Yahoo-eng-team] [Bug 1747063] [NEW] TestProviderOperations.test_get_allocation_candidates randomly fails AssertionError because of hash seed

2018-02-02 Thread Matt Riedemann
Public bug reported: Seen here: http://logs.openstack.org/89/532689/6/gate/openstack-tox-py35/825fbb9 /job-output.txt.gz#_2018-02-02_17_02_50_361819 2018-02-02 17:02:50.361819 | ubuntu-xenial | nova.tests.unit.scheduler.client.test_report.TestProviderOperations.test_get_allocation_candidates

[Yahoo-eng-team] [Bug 1485578] Re: It is not possible to select AZ for new Cinder volume during the VM creation

2018-02-02 Thread Akihiro Motoki
In my understanding, the only way is to create a volume in advance and then launch an instance with a precreated volume. When considering how to fix it, we need to care whether cross AZ attach is allowed or not. - In case of cross AZ attach is not allowed, a volume should be created with a same

[Yahoo-eng-team] [Bug 1746977] Re: The VNIC Type parameter is invalid on project creation port page

2018-02-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/540353 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=17b2c25d50d977ac07c98bc4907ea09b1dec66c7 Submitter: Zuul Branch:master commit 17b2c25d50d977ac07c98bc4907ea09b1dec66c7 Author: wei.ying Date: Thu

[Yahoo-eng-team] [Bug 1744394] Re: test_distributed_port_binding_deleted_by_port_deletion failed due to warnings during port binding delete

2018-02-02 Thread Armando Migliaccio
** Changed in: neutron 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/1744394 Title: test_distributed_port_binding_deleted_by_port_deletion

[Yahoo-eng-team] [Bug 1742505] Re: gre_sys set to default 1472 when using path_mtu > 1500 with ovs 2.8.x

2018-02-02 Thread Launchpad Bug Tracker
This bug was fixed in the package openvswitch - 2.8.1-0ubuntu3 --- openvswitch (2.8.1-0ubuntu3) bionic; urgency=medium * Updates to systemd configuration: - Move to distinct units for ovsdb-server and ovs-vswitchd. * Drop obsolete upstart configuration file. * Bump nofiles

[Yahoo-eng-team] [Bug 1741051] Re: Views accessible via url even if user doesn't match policy rules

2018-02-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/530928 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=3f585d3b1efca1b2379d6c0a80246fd6e5a87640 Submitter: Zuul Branch:master commit 3f585d3b1efca1b2379d6c0a80246fd6e5a87640 Author: David Gutman

[Yahoo-eng-team] [Bug 1747000] [NEW] Use of parse.urlencode with dict in nova/tests/unit/scheduler/client/test_report.py can result in unpredictable query strings and thus unreliable tests

2018-02-02 Thread Chris Dent
Public bug reported: In nova/tests/unit/scheduler/client/test_report.py there are several tests which confirm the URLs that get passed to the placement service. These create query strings by using code like: expected_url = '/allocation_candidates?%s' % parse.urlencode(

[Yahoo-eng-team] [Bug 1747001] [NEW] Use of parse.urlencode with dict in nova/tests/unit/scheduler/client/test_report.py can result in unpredictable query strings and thus unreliable tests

2018-02-02 Thread Chris Dent
Public bug reported: In nova/tests/unit/scheduler/client/test_report.py there are several tests which confirm the URLs that get passed to the placement service. These create query strings by using code like: expected_url = '/allocation_candidates?%s' % parse.urlencode(

[Yahoo-eng-team] [Bug 1732294] Re: Probable DOS in linuxbridge

2018-02-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/520249 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=08108c41992a13c6959b717cccfe2b929e55d2eb Submitter: Zuul Branch:master commit 08108c41992a13c6959b717cccfe2b929e55d2eb Author: Brian Haley Date: Wed Nov

[Yahoo-eng-team] [Bug 1747028] [NEW] Segments extension documentation does not explain why you would want to use it

2018-02-02 Thread Ian Wells
Public bug reported: https://docs.openstack.org/neutron/pike/contributor/internals/segments.html The segments extension says 'this lets you operate on segments', basically. It doesn't say what a segment is (or refer to external documentation that does) and it does not say why you might want an

[Yahoo-eng-team] [Bug 1598282] Re: location strategy config shouldn't be ristricted

2018-02-02 Thread Brian Rosmaita
The patch to fix this issue has been abandoned, so moving this to "Opinion". Not moving it to "Won't Fix" because I personally am still sympathetic to this change! Anyone interested should read through the discussion on https://review.openstack.org/#/c/268865/ and then put it on the agenda for

[Yahoo-eng-team] [Bug 1747003] [NEW] A bad _RC_CACHE can rarely cause unit tests to fail

2018-02-02 Thread Chris Dent
Public bug reported: Very rarely (so rarely in fact that it only seems to happen when test order is much different from the norm) some unit tests which encounter the resource_class_cache can fail as follows: http://logs.openstack.org/49/540049/2/check/openstack-tox-

[Yahoo-eng-team] [Bug 1746996] Re: bagpipe: IPAllocation DB query failing, engine facade mismatch

2018-02-02 Thread Thomas Morin
The issue we have seems to be related to the fact that this unit test mixes: - old engine facade code from networking-bagpipe OVO code - new engine facade code for IPAllocations This issue is strongly related to bug 1744829 . My current understanding is that: - [2] resulted in the use of OVO for

[Yahoo-eng-team] [Bug 1746996] [NEW] bagpipe: IPAllocation DB query failing, engine facade mismatch

2018-02-02 Thread Thomas Morin
Public bug reported: networking_bgpvpn.tests.unit.services.bagpipe.test_bagpipe.TestBagpipeServiceDriverV2RPCs.test_router_itf_event_network_assoc is currently failing Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1746985] [NEW] Can not specified security groups when creating a port

2018-02-02 Thread wei.ying
Public bug reported: Env: devstack master branch Currently, after a user creates a port through Horizon, the port security group defaults to 'default', and the user can modify the port's security group by 'Edit Port' row action. According to the neutron api doc[1], when creating a port, we can

[Yahoo-eng-team] [Bug 1746977] [NEW] The VNIC Type parameter is invalid on project creation port page

2018-02-02 Thread wei.ying
Public bug reported: Env: devstack master branch Steps to reproduce: 1. Go to Porject/Networks panel. 2. Click on the name of an existing network and select the ports tab. 3. Click the "Create Port" button and select VNIC Type as Bare Metal. After the port is created, click the port name to

[Yahoo-eng-team] [Bug 1746972] [NEW] After setting the password failed, the VM state is set to error

2018-02-02 Thread yangjie
Public bug reported: Description === After we execute the command ‘nova set-password’ failed, the virtual machine state is set to error,while its power state is still running,we should not change vm_state at this situation。 Steps to reproduce == 1、choose a running VM

[Yahoo-eng-team] [Bug 1746973] [NEW] image format not filled(once again)

2018-02-02 Thread lahari
Public bug reported: Create image wizard does not update the format of the image automatically based on the extension. It used to update in mitaka. I'm using pike now and I observe that the format field is not automatically filled ** Affects: horizon Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1733365] Re: dvr extension not documented in api-ref

2018-02-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/538946 Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=9068055d68ced8a46c4b1f7e2f1e930f03f7e793 Submitter: Zuul Branch:master commit 9068055d68ced8a46c4b1f7e2f1e930f03f7e793 Author: Michal Kelner Mishali