[Yahoo-eng-team] [Bug 1762089] Re: Wrong title on Angular index page

2018-04-12 Thread Shu Muto
** Description changed: Install the zun-ui and horizon with latest devstack. The title of the containers page is displayed as "O". In before, the title is "Containers" - https://ibb.co/cQvLjx +   https://ibb.co/cQvLjx + + + When use en-au or en-gb, the title for Angularized index

[Yahoo-eng-team] [Bug 1763280] [NEW] Floating ip filter has no effect

2018-04-12 Thread pengyuesheng
Public bug reported: In the floating ip page, enter the information click filter, but the returned information is not what we expected,the filter did not work. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1735821] Re: netplan needs bridge port-priority support

2018-04-12 Thread Launchpad Bug Tracker
This bug was fixed in the package nplan - 0.32~16.04.4 --- nplan (0.32~16.04.4) xenial; urgency=medium [ Oliver Grawert ] * Prevent unbinding ath6kl_sdio, driver does not support it correctly. (LP: #1741910) [ Mathieu Trudel-Lapierre ] * Re-add snap support patch. (LP:

[Yahoo-eng-team] [Bug 1763297] [NEW] Install and configure in keystone: missing "domain create" command

2018-04-12 Thread ebl...@nde.ag
Public bug reported: Since Newton release the install guide lacks an essential command. Before a user can create projects, users etc. there has to be the default domain first. In Mitaka guide [1] the steps are - openstack domain create --description "Default Domain" default - openstack project

[Yahoo-eng-team] [Bug 1762089] Re: Wrong title on "containers" page

2018-04-12 Thread Shu Muto
These panels show only second character ** Also affects: horizon Importance: Undecided Status: New ** Summary changed: - Wrong title on "containers" page + Wrong title on Angular index page -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1742971] Re: [b1] pod created vm fails commissioning after getting 404 from metadata api

2018-04-12 Thread Jason Hobbs
** Also affects: maas/2.4 Importance: High Assignee: Mike Pontillo (mpontillo) Status: Triaged ** Also affects: maas/2.3 Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1763329] [NEW] Race condition in privileged._run_iproute_xxx() functions

2018-04-12 Thread Slawek Kaplonski
Public bug reported: privileged functions like _run_iproute_link() are not atomic as they first get device index and then do some other action on such device. Because of that there can be the case when device existed when its index was taken but not exists during second call to make some action

[Yahoo-eng-team] [Bug 1763347] [NEW] internal: cannot apply standard attributes to sub-resources

2018-04-12 Thread Thomas Morin
Public bug reported: The code at [1] for extending the resource map with the standard attributes for a resource declared in api_collections, does only work for plain resources, but not for sub-resources (it produces a {'resource': attribute_dict} dictionary, while a {'resource': {'parameters':

[Yahoo-eng-team] [Bug 1763382] [NEW] "libvirtError: Failed to connect socket to '/var/run/libvirt/libvirt-sock': Permission denied" in nova-multiattach job since we started using the Queens UCA

2018-04-12 Thread Matt Riedemann
Public bug reported: Since the devstack patch to start using the queens UCA merged on master (rocky): https://review.openstack.org/#/c/554314/ The nova-multiattach job has been failing with this: http://logs.openstack.org/49/560349/1/check/nova-

[Yahoo-eng-team] [Bug 1739593] Re: Swapping encrypted volumes can lead to data loss and a possible compute host DOS attack (CVE-2017-18191)

2018-04-12 Thread Matt Riedemann
I'm +1 now on the stable/pike backport https://review.openstack.org/#/c/543569/ - my +2 is pending discussion about a 'security' release note in the patch that mentions the CVE / OSSA which isn't yet published, and sounds like we might have a chicken- and-egg with that until the stable/ocata

[Yahoo-eng-team] [Bug 1763297] Re: Install and configure in keystone: missing "domain create" command

2018-04-12 Thread Lance Bragstad
I'm going to mark this as Won't Fix because Mitaka is no longer supported. But since Mitaka supports `keystone-manage bootstrap` that should take care of the issue. It's just unfortunate that we didn't include that in the installation guide when it was implemented that release. ** Changed in:

[Yahoo-eng-team] [Bug 1763480] [NEW] DataSourceSmartOS list() should always return a list

2018-04-12 Thread Mike Gerdts
Public bug reported: If customer_metadata is empty, a stack trace is seen on the console: 2018-04-12 16:01:18,302 - DataSourceSmartOS.py[DEBUG]: Writing "V2 13 d8094091 1055c865 KEYS " to metadata transport. 2018-04-12 16:01:18,382 - DataSourceSmartOS.py[DEBUG]: Read "V2 16 b23eb5d0 1055c865

[Yahoo-eng-team] [Bug 1763297] Re: Install and configure in keystone: missing "domain create" command

2018-04-12 Thread Lance Bragstad
Looking at the installation guides. The mitaka guide doesn't include the bootstrap command even though it technically should because the functionality was implemented in that release [0]. The newton installation guide doesn't need the `openstack domain create` command because it's using

[Yahoo-eng-team] [Bug 1763510] [NEW] Trust scoped tokens leak domain information about a role

2018-04-12 Thread Lance Bragstad
Public bug reported: When getting tokens from keystone, the response will contain a token body. One of the attributes of the token response is a list of roles that correspond to the scope of the token (e.g. roles for a project, or domain, etc.) Traditionally, the list of roles only consists of

[Yahoo-eng-team] [Bug 1762633] Re: Keystone Installation Tutorial for Ubuntu in keystone

2018-04-12 Thread OpenStack Infra
Reviewed: https://review.openstack.org/560730 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=a5edf025216af4518bf074530aaa4ae963846a2f Submitter: Zuul Branch:master commit a5edf025216af4518bf074530aaa4ae963846a2f Author: jessegler Date: Wed

[Yahoo-eng-team] [Bug 1763512] [NEW] DataSourceSmartOS ignores sdc:routes

2018-04-12 Thread Mike Gerdts
Public bug reported: As of OS-6178 (https://smartos.org/bugview/OS-6178), HVMs can use sdc:routes to get their static routes metadata. The support of sdc:routes in DataSourceSmartOS is insufficient to cause the configured routes to be effective. Documentation on the sdc:routes can be found at

[Yahoo-eng-team] [Bug 1763535] [NEW] nova.tests.unit.virt.xenapi.test_vm_utils.StreamDiskTestCase.test_non_ami intermittently fails

2018-04-12 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/78/554378/3/check/openstack-tox-py27/54b38c0 /job-output.txt.gz#_2018-04-12_21_06_12_011559 2018-04-12 21:06:12.011559 | ubuntu-xenial | {5} nova.tests.unit.virt.xenapi.test_vm_utils.StreamDiskTestCase.test_non_ami [0.029729s] ... FAILED

[Yahoo-eng-team] [Bug 1762748] Re: Larger than 2 TB disks not possible

2018-04-12 Thread Scott Moser
** Project changed: cloud-init => cloud-utils ** Changed in: cloud-utils Status: New => Confirmed ** Changed in: cloud-utils Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init.

[Yahoo-eng-team] [Bug 1742971] Re: [b1] pod created vm fails commissioning after getting 404 from metadata api

2018-04-12 Thread Andres Rodriguez
I'm marking this as incomplete for 2.3 provided that the latest logs show the failure on 2.3.1. Since 2.3.2 is already released, I'd like to see if 2.3.2 has improved this. 2018-04-08 10:20:28 provisioningserver.rpc.clusterservice: [info] Rack controller 'fcffxf' registered (via

[Yahoo-eng-team] [Bug 1763410] [NEW] swap volume intermittently fails with "libvirtError: block copy still active: domain has active block job"

2018-04-12 Thread Matt Riedemann
Public bug reported: Seeing this in some CI runs: http://logs.openstack.org/67/560467/1/check/nova- next/9ceb996/logs/screen-n-cpu.txt.gz?level=TRACE#_Apr_11_16_19_23_843152 Apr 11 16:19:23.843152 ubuntu-xenial-inap-mtl01-0003447058 nova-compute[31776]: ERROR nova.virt.libvirt.driver [None

[Yahoo-eng-team] [Bug 1755783] Re: PCI configuration documentation renders with smart quotes

2018-04-12 Thread OpenStack Infra
Reviewed: https://review.openstack.org/553860 Committed: https://git.openstack.org/cgit/openstack/oslo.config/commit/?id=03ff144f0bf386982d379d18aeb9183146a05fd5 Submitter: Zuul Branch:master commit 03ff144f0bf386982d379d18aeb9183146a05fd5 Author: Stephen Finucane

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

2018-04-12 Thread Brian Haley
** 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/1403455 Title: neutron-netns-cleanup doesn't clean up all L3 agent