[Yahoo-eng-team] [Bug 1720354] Re: Glance doesn't send correctly authorization request to Oslo policy

2017-10-09 Thread Doug Hellmann
It sounds like the policy library is not clear enough that it expects the thing passed to it to be a dictionary, or at least to fully act like one. @Cyril, I think your pastebin from comment #1 is going in the right direction. Would it fill out the API of ImageTarget so that it is fully compliant

[Yahoo-eng-team] [Bug 1722293] [NEW] Keystone not removing mapping between deleted LDAP user and Openstack

2017-10-09 Thread Nusrath Mohammed
Public bug reported: Keystone not removing mapping between deleted LDAP user and Openstack The client is using LDAP for authentication and has used uid as a key for user_id_attribute. The client created a LDAP user say ABC with UID=100, this user is associated with an OpenStack user ABC. The

[Yahoo-eng-team] [Bug 1722288] [NEW] (Network) Config Version 2 is not working on CentOS 7.4

2017-10-09 Thread Thijs Cramer
Public bug reported: We're using CentOS 7.4.1708. My config (using NoCloud ISO): meta-data #cloud-config instance-id: iid- local-hostname: user-data #cloud-config write_files:   - content: |   # This file is automatically generated by cloud-init!   172.29.6.61   

[Yahoo-eng-team] [Bug 1719048] Re: The scheduler runs a useless periodic task to expire quota reservations

2017-10-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/506822 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f2d01c3c6a14aabd86b811501771c0bb2860a74b Submitter: Jenkins Branch:master commit f2d01c3c6a14aabd86b811501771c0bb2860a74b Author: Kevin_Zheng Date:

[Yahoo-eng-team] [Bug 1722367] [NEW] designate extension reporting errors and failing upon delete

2017-10-09 Thread Albert Mikaelyan
Public bug reported: The problem: Upon instance/port deletion the following error is received and the instance/port comes into ERROR state. The instance/port is deleted successfully after second retry: 2017-10-09 12:46:52.555 39624 ERROR neutron.callbacks.manager

[Yahoo-eng-team] [Bug 1719240] Re: Host route with different network hop ip is getting updated and CSC is sending it the VM for static route update

2017-10-09 Thread Brian Haley
Actually, after asking for a review of the patch, I've abandoned it since this behavior of allowing the gateway_ip valued not in the subnet is intentional: https://bugs.launchpad.net/neutron/+bug/1335023 So there are use cases where it is required, and being more strict would break them. **

[Yahoo-eng-team] [Bug 1719516] Re: Networking Option 1: Provider networks in neutron

2017-10-09 Thread Boden R
** 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/1719516 Title: Networking Option 1: Provider networks in neutron Status in

[Yahoo-eng-team] [Bug 1694349] Re: VXLAN multicast groups in linuxbridge

2017-10-09 Thread Boden R
Not sure there's anything to doc here. The agent config guide [1] refs over to the linuxbridge agent config opts [2] that documents the multicast_ranges option. [1] https://docs.openstack.org/neutron/latest/admin/config-ml2.html#l2-agent [2]

[Yahoo-eng-team] [Bug 1699115] Re: api.fault notification is never emitted

2017-10-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/505164 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0d4c3cc65b78bafef69afc45cb156afe38f857c3 Submitter: Jenkins Branch:master commit 0d4c3cc65b78bafef69afc45cb156afe38f857c3 Author: Balazs Gibizer

[Yahoo-eng-team] [Bug 1722404] [NEW] Database transactions can fail with "TypeError: Can't upgrade a READER transaction to a WRITER mid-transaction" because of scatter_gather_cells

2017-10-09 Thread melanie witt
Public bug reported: I found this while working on a change to improve the usage of the CellDatabases test fixture by defaulting to the 'cell0' database instead of the 'cell1' database. In the set_target_cell method, we synchronize access to the cached cell database transaction context manager

[Yahoo-eng-team] [Bug 1722403] [NEW] api-ref: valid server status for filtering is wrong in docs

2017-10-09 Thread Matt Riedemann
Public bug reported: The API reference lists the valid states for filtering instances by status: https://developer.openstack.org/api-ref/compute/#list-servers However, several of the ones listed are wrong, like BUILDING and STOPPED. The actual list is generated from the map values in this code:

[Yahoo-eng-team] [Bug 1721791] Re: Pagination of instances works incorrect

2017-10-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/510140 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=add69c05072b4ee7efd4e75debf2172ed2269c86 Submitter: Jenkins Branch:master commit add69c05072b4ee7efd4e75debf2172ed2269c86 Author: Dan Smith Date: Fri Oct

[Yahoo-eng-team] [Bug 1722409] [NEW] nova wrongly attaches different network with similar name

2017-10-09 Thread Kaustubh Phatak
Public bug reported: Description === Setup: Nova VMware driver If there are one than one network with substring matching name (Test_Net and Test_Net_10.0.0.0) on vCenter, Nova attaches Test_Net_10.0.0.0 instead of Test_Net If VM has multiple networks like both in above case, it will

[Yahoo-eng-team] [Bug 1722416] [NEW] Init failures on 17.1 with CentOS 7.4 and OpenStack

2017-10-09 Thread Michael J Burling
Public bug reported: 1. OpenStack Juno (very old, indeed) 2. 17.1+17.g45d361cb 3. Sending this simple configuration forward utilizing the puppet module: #cloud-config puppet: conf: main: use_srv_records: true srv_domain: stp-1.redbrickhealth.net pluginsource:

[Yahoo-eng-team] [Bug 1722417] [NEW] [Performance] Unless network API calls on instance panel

2017-10-09 Thread Feilong Wang
Public bug reported: The function calling at https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/instances/views.py#L95 is useless because Horizon is using the detailed API to get server list, see

[Yahoo-eng-team] [Bug 1718356] Re: Include default config files in python wheel

2017-10-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/506198 Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=110259750e15323a2cbc3c8fb29b9d51cc68cf7c Submitter: Jenkins Branch:master commit 110259750e15323a2cbc3c8fb29b9d51cc68cf7c Author: Jesse Pretorius

[Yahoo-eng-team] [Bug 1587263] Re: A yesno filter should consider string

2017-10-09 Thread Akihiro Motoki
The reported issue cannot be reproduced in the master branch (queens). The volume table filter now uses the server-side filtering which means the cinder API does filtering, so I guess it works. This is one of the right approaches. As discussed in the proposed review, we agreed that it is not a

[Yahoo-eng-team] [Bug 1707860] Re: Ironic driver should use internal endpoints

2017-10-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/488137 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0a8f019be0f75005929724df3238b0a1ed49c88d Submitter: Jenkins Branch:master commit 0a8f019be0f75005929724df3238b0a1ed49c88d Author: Eric Fried Date: Wed Apr

[Yahoo-eng-team] [Bug 1685650] Re: Launch and manage stacks in End User Guide

2017-10-09 Thread Gary W. Smith
The issue is that the compound sorting feature that is available to users (by using the shift key when selecting columns) is not obvious, and should be pointed out in the user-facing documentation. Change https://review.openstack.org/#/c/109164/1/doc/source/topics/tables.rst incorrectly tried to

[Yahoo-eng-team] [Bug 1337473] Re: horizon gets the default quota for floating ips for new projects from the what the current user has

2017-10-09 Thread Akihiro Motoki
I removed nova from the affected project as it is only related to horizon and neutron. ** No longer affects: nova -- 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/1337473

[Yahoo-eng-team] [Bug 1722451] [NEW] A record in 'instance_mappings' table is not deleted when the instance is deleted

2017-10-09 Thread Takashi NATSUME
Public bug reported: Description === If an VM instance is deleted, the record in the 'instance_mappings' should be deleted. But it remains after the VM instance is deleted. Steps to reproduce == 1. Create a VM instance stack@devstack-master:/opt/devstack$ nova boot

[Yahoo-eng-team] [Bug 1541293] Re: Delete Subnet button on the Subnet Details page is not working

2017-10-09 Thread Akihiro Motoki
If you still see a problem, please file a new bug. ** Changed in: horizon Milestone: next => None ** Changed in: horizon Assignee: abdul nizamuddin (abdul-nizamuddin) => (unassigned) ** Changed in: horizon Importance: Medium => Undecided ** Changed in: horizon Status: In

[Yahoo-eng-team] [Bug 1722444] [NEW] WARNING message related to keystone is present in all services API logs

2017-10-09 Thread Abhishek Sharma M
Public bug reported: 2017-08-31 02:57:29.236 23010 WARNING keystonemiddleware._common.config [-] The option "__file__" in conf is not known to auth_token 2017-08-31 02:57:29.244 23010 WARNING keystonemiddleware._common.config [-] The option "configkey" in conf is not known to auth_token

[Yahoo-eng-team] [Bug 1722443] [NEW] Incorrect checking shared storages on resizing VM instances

2017-10-09 Thread Wonil Choi
Public bug reported: Description === When resizing instances, eventhough a destination host is different with a source host and they don't have a shared storage, nova deal with it as a shared storage. The reason is that the source host and destination have the same host_ip i.e

[Yahoo-eng-team] [Bug 1610326] Re: When creating Router one has to scroll form down to see dropdown options

2017-10-09 Thread Akihiro Motoki
*** This bug is a duplicate of bug 1603496 *** https://bugs.launchpad.net/bugs/1603496 ** Changed in: horizon Milestone: next => None ** Changed in: horizon Assignee: Diana Whitten (hurgleburgler) => (unassigned) ** This bug has been marked a duplicate of bug 1603496 UX:

[Yahoo-eng-team] [Bug 1722432] [NEW] Unable to set a custom iscsi interface

2017-10-09 Thread Jack Lu
Public bug reported: 1. create a new iface via the iscsiadm -m iface command 2. configure the iscsi_iface value to the new iface iSCSI connector will ignore the value and will use the default iface. ** Affects: nova Importance: Undecided Assignee: Jack Lu (renxlu) Status: New

[Yahoo-eng-team] [Bug 1722432] Re: Unable to set a custom iscsi interface

2017-10-09 Thread Jack Lu
** Project changed: nova => os-brick -- 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/1722432 Title: Unable to set a custom iscsi interface Status in os-brick: New

[Yahoo-eng-team] [Bug 1693104] Re: Cannot add custom port to router

2017-10-09 Thread Akihiro Motoki
On a second thought, the reported issue is not a bug. In the neutron API and CLI, a user needs two steps when specifying an IP address of a new router interface: first create a port with a specific port and then add a router interface by specifying the created port. On the other hand, horizon

[Yahoo-eng-team] [Bug 1575589] Re: RemoveVIPFloatingIP.single() fails in Python 3

2017-10-09 Thread Akihiro Motoki
LBaaS v1 panel no longer exists, so this is not a valid bug. ** Changed in: horizon Milestone: next => None ** Changed in: horizon Assignee: Jin Li (jl7351) => (unassigned) ** Changed in: horizon Importance: Low => Undecided ** Changed in: horizon Status: Incomplete =>

[Yahoo-eng-team] [Bug 1234659] Re: LBaaS : Deleting a Pool that is connected to a Vip should be disabled

2017-10-09 Thread Akihiro Motoki
This is about LbaaS v1 panel which was removed several releases ago. ** Changed in: horizon Milestone: next => None ** Changed in: horizon Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1722184] [NEW] Resize/migrate instance will leave instance directory in source host with ceph storage

2017-10-09 Thread Tao Li
Public bug reported: Description === In kvm + ceph scenario, we resize or migrate an instance, the instance root directory will remain in source host. When we do live migration of the instance to the original source host, it will raise an exception that the The supplied disk path

[Yahoo-eng-team] [Bug 1721784] Re: Security group forms cannot be submited

2017-10-09 Thread Guillaume
*** This bug is a duplicate of bug 1708601 *** https://bugs.launchpad.net/bugs/1708601 ** This bug has been marked a duplicate of bug 1708601 some forms cannot be submited because of the switchable fields feature -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1720160] Re: cloud-init wait for waagent on Azure CentOS 7.4 - no sshd start

2017-10-09 Thread Maik Stübner
WALinuxAgent-Bug: https://github.com/Azure/WALinuxAgent/issues/902 ** Bug watch added: bugs.centos.org/ #13993 https://bugs.centos.org/view.php?id=13993 ** Also affects: cloud-init (CentOS) via https://bugs.centos.org/view.php?id=13993 Importance: Unknown Status: Unknown ** Bug

[Yahoo-eng-team] [Bug 1384975] Re: Network Topology view for tenant shows other tenant networks as well

2017-10-09 Thread Akihiro Motoki
This was the past behavior. When the bug was reported, external networks are not shown in the network table. At that time, networks which regular tenants can create a port were shown in the table. In the network topology, external networks were shown as this panel shows a network topology.