[Yahoo-eng-team] [Bug 1541895] Re: [RFE] [IPAM] Make IPAM driver a per-network option

2017-07-24 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1541895

[Yahoo-eng-team] [Bug 1661772] Re: nova placement problems with low compute node storage available

2017-07-24 Thread Launchpad Bug Tracker
[Expired for OpenStack Compute (nova) because there has been no activity for 60 days.] ** Changed in: nova Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1677496] Re: [RFE] extent agent health report mechanism to support agentless situation

2017-07-24 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1677496

[Yahoo-eng-team] [Bug 1698271] Re: Neutron ml2 linux bridge agent fails to clean up bridges on high volumes of deletes

2017-07-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/475317 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=499faa307489811b9ae2373427f72d95e62aeab5 Submitter: Jenkins Branch:master commit 499faa307489811b9ae2373427f72d95e62aeab5 Author: Kevin Benton Date: Mon

[Yahoo-eng-team] [Bug 1706229] [NEW] security group: ipv6 protocol integer works in ipv4 ethertype

2017-07-24 Thread Trevor McCasland
Public bug reported: Creating a security group rule with ethertype IPv4 and an IPv6 protocol integer succeeds when it should fail. 1. create security group, 'mygroup' 2. create security group rule --protocol 43 --ethertype IPv4 mygroup Expected output: ubuntu@ubuntu:/opt/stack/tempest$

[Yahoo-eng-team] [Bug 1706207] [NEW] resource-class-in-use_create_a_resource_class fails with "MismatchError: '204' not in ['201']" since 7/22

2017-07-24 Thread Matt Riedemann
Public bug reported: Seen here: http://logs.openstack.org/02/485602/6/check/gate-nova-tox-functional- ubuntu-xenial/edf4c41/console.html#_2017-07-24_18_52_05_651293 2017-07-24 18:52:05.638101 |

[Yahoo-eng-team] [Bug 1704875] Re: Config option api_class erroneously overriden in __init__.py

2017-07-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/485322 Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=229e660e30d4efd2c47d29c2eccb0c2282a98b0e Submitter: Jenkins Branch:master commit 229e660e30d4efd2c47d29c2eccb0c2282a98b0e Author: Kaitlin Farr Date:

[Yahoo-eng-team] [Bug 1706179] [NEW] keystone has no admin or configuration guide

2017-07-24 Thread Doug Hellmann
Public bug reported: The doc-migration spec calls for a configuration guide to be published by placing the content doc/source/configuration and the admin guide to be published by placing the content under doc/source/admin. No such content exists for keystone. The project can not be included in

[Yahoo-eng-team] [Bug 1706118] Re: Adding TLS Connection String To Database Connection Causes malformed URL in cell_mappings DB

2017-07-24 Thread Matt Riedemann
The workaround for now is specify the --database_connection option with the 'nova-manage cell_v2 map_cell0' command to avoid the command messing up the URL stored for the cell0 mapping in the nova_api.cell_mappings table. ** Also affects: nova/ocata Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1706118] [NEW] Adding TLS Connection String To Database Connection Causes malformed URL in cell_mappings DB

2017-07-24 Thread Kyle Dean
Public bug reported: Description === Fresh Install Ubuntu 16.04 I followed Ubuntu install guide up to Install Nova on Controller, I configured Nova.conf and specified api_database and database connection string with SSL/TLS Parameters, then ran the DB commands. The following are

[Yahoo-eng-team] [Bug 1596829] Re: String interpolation should be delayed at logging calls

2017-07-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/484250 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=d02a66d6bf1d222db23d1c14f8c0b53564d28cf2 Submitter: Jenkins Branch:master commit d02a66d6bf1d222db23d1c14f8c0b53564d28cf2 Author: ForestLee Date: Mon

[Yahoo-eng-team] [Bug 1666926] Re: introduce os-vif VIF object for veth pairs

2017-07-24 Thread Rodolfo Alonso
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1666927] Re: introduce os-vif VIF object for patch port pairs

2017-07-24 Thread Rodolfo Alonso
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1686743] Re: Ceph credentials included in logs using older libvirt/qemu

2017-07-24 Thread Sean Dague
I don't think there is really a Nova fix here, just an FYI ** Changed in: nova Status: New => Opinion -- 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/1686743

[Yahoo-eng-team] [Bug 1691885] Re: Updating Nova::Server with Neutron::Port resource fails

2017-07-24 Thread Sean Dague
I don't believe this is implemented for baremetal back end. This is more of a spec to get that work in than a bug. ** Changed in: nova Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1705680] Re: nova compute does nothing on receiving sighup signal

2017-07-24 Thread Sylvain Bauza
The nova-compute service supports SIGHUPs and you should see a log saying it got the SIGHUP signal if you do the above : https://github.com/openstack/nova/blob/088521591ad2ca20d8267d53d72aaca4441675d6/nova/compute/manager.py#L540 That said, reloading configuration files on SIGHUP is currently

[Yahoo-eng-team] [Bug 1705548] Re: Add virtio-forwarder VNIC type

2017-07-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/485757 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=587c3de89bc2750a8297e5609b0ea9a39e876cc4 Submitter: Jenkins Branch:master commit 587c3de89bc2750a8297e5609b0ea9a39e876cc4 Author: Jan Gutter Date:

[Yahoo-eng-team] [Bug 1706083] [NEW] Post-migration, Cinder volumes lose disk cache value resulting in I/O latency

2017-07-24 Thread Kashyap Chamarthy
Public bug reported: Description === [This was initially reported by a Red Hat OSP customer.] The I/O latency of a Cinder volume after live migration of an instance to which it's attached increases significantly. This stays increased till the VM is stopped and started again. [VM is

[Yahoo-eng-team] [Bug 1706078] [NEW] Code is breaking if try to create health monitor with --delay=3000000000000

2017-07-24 Thread Puneet Arora
Public bug reported: During execution of health monitor creation with delay 3, exception appears in neutron-server.logs. But proper error message not getting displayed over prompt. #neutron lbaas-healthmonitor-create --max-retries=3 --delay=3 --timeout=10 --type=PING

[Yahoo-eng-team] [Bug 1706068] [NEW] (docker) uploaded and downloaded image having different image name

2017-07-24 Thread cooldharma06
Public bug reported: Hi team, i uploaded my docker images to glance with user-defined image name. Its uploaded successfully and i downloaded the same using "image save" as tar file. But inside tar file the glance image name is updated. Kindly refer the following steps: ___

[Yahoo-eng-team] [Bug 1706061] [NEW] Missing conversion for firewall-rule in neutron-lib

2017-07-24 Thread Yushiro FURUKAWA
Public bug reported: Current neutron-lib(1.9.1) is missing conversion source/destination port for firewall rule. https://review.openstack.org/#/c/486133/ is the fix to insert conversion 'convert_to_string' for firewall rule. However, this fix is not included in neutron-lib 1.9.1. As a result,

[Yahoo-eng-team] [Bug 1705250] Re: OpenStack Administrator Guides: missing index for murano, cinder & keystone page

2017-07-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/485917 Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=065a5913248df36aefb52f6391983b995c3d8b41 Submitter: Jenkins Branch:master commit 065a5913248df36aefb52f6391983b995c3d8b41 Author: zhurong Date: Fri

[Yahoo-eng-team] [Bug 1700325] Re: horizon plugin framework: cannot override default enabled file by same filename

2017-07-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/477534 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=68c57474e1f7d66245509f6b8753e8165f42d9de Submitter: Jenkins Branch:master commit 68c57474e1f7d66245509f6b8753e8165f42d9de Author: Akihiro Motoki Date:

[Yahoo-eng-team] [Bug 1706016] [NEW] Unexpected API Error : (HTTP 500)

2017-07-24 Thread Abby Murali
Public bug reported: Configuration Release name: Ocata One controller node and one compute node of Intel Xeon processor with 64 GB RAM and 1.5 TB HDD keystone,cinder,neutron,dashboard all are in controller and compute on second server. Provider network configuration the setup