[Yahoo-eng-team] [Bug 1796410] [NEW] Large network throttle values cause instance launch failure

2018-10-05 Thread Eric Miller
Public bug reported: Steps to reproduce == Set network throttle properties of a flavor to something large, such as 40Gbps (specified in KiB per second): quota:vif_inbound_average='4882813', quota:vif_outbound_average='4882813' Launch an instance. Easy to reproduce. Lowering

[Yahoo-eng-team] [Bug 1795716] Re: neutron-openvswitch-agent deletes existing other_config and thus breaks undercloud's MAC address assignment in tripleo

2018-10-05 Thread Andreas Karis
I dug into this further. I discovered this issue in RH OSP 10, but it's fixed in RH OSP 13 and upstream master. The problem in RH OSP 10 is that stuff is simply replaced when a map needs to be set: OSP 10: /usr/lib/python2.7/site-packages/neutron/agent/ovsdb/native/commands.py ~~~ class

[Yahoo-eng-team] [Bug 1796074] Re: interface-attach to instance with a large number of attached interfaces fails with RequestURITooLong from neutron

2018-10-05 Thread OpenStack Infra
Reviewed: https://review.openstack.org/608040 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ab5fc6870260d3b3c3bce90a7123c17816bf0093 Submitter: Zuul Branch:master commit ab5fc6870260d3b3c3bce90a7123c17816bf0093 Author: melanie witt Date: Thu Oct 4 17:37:59 2018

[Yahoo-eng-team] [Bug 1791888] Re: keystone token displayed as part of horizon url

2018-10-05 Thread Corey Bryant
Hi mashuting, Thank you for reporting this and making Ubuntu better. I think this is not limited to the Ubuntu package so I've added upstream horizon to the bug. Thanks, Corey ** Also affects: horizon Importance: Undecided Status: New -- You received this bug notification because

[Yahoo-eng-team] [Bug 1795878] Re: Python 2.7 and 3.5 periodic jobs with-oslo-master fails

2018-10-05 Thread OpenStack Infra
Reviewed: https://review.openstack.org/607872 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d82a5d3c1471524969aafe4a441465ac0ce11f7c Submitter: Zuul Branch:master commit d82a5d3c1471524969aafe4a441465ac0ce11f7c Author: Bernard Cafarelli Date: Thu Oct 4 11:39:23

[Yahoo-eng-team] [Bug 1790442] Re: The error messages are not clear

2018-10-05 Thread Corey Bryant
Hi mashuting, Thank you for reporting this and making Ubuntu better. This doesn't appear to be limited to the Ubuntu package so I've added upstream horizon to the bug for their input. Thanks, Corey ** Also affects: horizon Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1796074] Re: interface-attach to instance with a large number of attached interfaces fails with RequestURITooLong from neutron

2018-10-05 Thread melanie witt
** Also affects: python-novaclient/pike Importance: Undecided Status: New ** Also affects: python-novaclient/ocata Importance: Undecided Status: New ** Also affects: python-novaclient/rocky Importance: Undecided Status: New ** Also affects: python-novaclient/queens

[Yahoo-eng-team] [Bug 1790827] Re: Most input of HTML tag in create forms use the same param 'name="name"'

2018-10-05 Thread Corey Bryant
Hi mashuting, Thank you for reporting this and making Ubuntu better. I'm assuming this is not specific to the Ubuntu package so I'm adding upstream to the bug. Thanks, Corey ** Also affects: horizon Importance: Undecided Status: New -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1796312] [NEW] tox -e manage -- startdash doesn't work

2018-10-05 Thread Ivan Kolodyazhny
Public bug reported: I`m following a tutorial of Building a Dashboard using Horizon. (link: https://docs.openstack.org/horizon/latest/contributor/tutorials/dashboard.html#tutorials-dashboard) However, provided custom management command doesn't create boilerplate code. I typed tox -e manage --

[Yahoo-eng-team] [Bug 1057558] Re: I can't add interface to router, if there is another port in non-shared network of other tenant

2018-10-05 Thread Corey Bryant
** Changed in: quantum (Ubuntu Precise) Status: Confirmed => 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/1057558 Title: I can't add interface to router, if there is

[Yahoo-eng-team] [Bug 1763608] Re: Netplan ignores Interfaces without IP Addresses

2018-10-05 Thread Andreas
For example kolla/openstack requires running interface without an configuration. It attaches it's open-switch bridges in a later startup process. Example: https://docs.openstack.org/neutron/rocky/install/environment-networking-controller-ubuntu.html ** Also affects: neutron Importance:

[Yahoo-eng-team] [Bug 1796236] Re: Failed to create network "admin"

2018-10-05 Thread Slawek Kaplonski
So it looks that You don't have specified "tenant_network_types". As "type_drivers" You have enabled "vlan" and "flat" networks so You can create Your network by adding "--provider:network_type=vlan (or flat)". Or You can add e.g. vxlan to type_drivers option and to tenant_network_types also

[Yahoo-eng-team] [Bug 1796247] Re: Auth API returns 401 when the token has invalid project

2018-10-05 Thread Colleen Murphy
The 401 and vague error message with regard to the token API is deliberate, as providing specific details about the reason for failure can be leveraged by an attacker to focus their attacks. If you are running a test deployment and NOT RUNNING IN PRODUCTION, there is an insecure_debug config

[Yahoo-eng-team] [Bug 1796247] [NEW] Auth API returns 401 when the token has invalid project

2018-10-05 Thread Yang Youseok
Public bug reported: in keystone/auth/core.py _lookup_project() returns 'exception.Unauthorized' when ProjectNotFound exception occurs. We first do not understand the cause since it return 401 HTTP error code and was trying to fix role assignment. IMHO, when token has invalid project (actually

[Yahoo-eng-team] [Bug 1615076] Re: Keystone server does not define "enabled" attribute for Region but mentions in v3 regions.py

2018-10-05 Thread Vishakha Agarwal
** Changed in: keystone Status: In Progress => Fix Released ** Changed in: python-keystoneclient 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).