[Yahoo-eng-team] [Bug 1712740] [NEW] when restart neutron-vpn-agent, all the ipsec process will rebuild

2017-08-23 Thread zhichao zhu
Public bug reported: when restart neutron-vpn-agent,all the ipsec process will rebuild. it will break off the normal traffic when the new process rebuilds successfully. I think if there are no update compared with the ipsec process,it does not be reasonable to restart new ipsec process. ** Affec

[Yahoo-eng-team] [Bug 1712740] [NEW] when restart neutron-vpn-agent, all the ipsec process will rebuild

2017-08-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: when restart neutron-vpn-agent,all the ipsec process will rebuild. ** Affects: neutron Importance: Undecided Status: New -- when restart neutron-vpn-agent,all the ipsec process will rebuild https://bugs.launchpad.net/bugs/1712740 You recei

[Yahoo-eng-team] [Bug 1708460] Re: [RFE] Reaction to network congestion for qos

2017-08-23 Thread Reedip
Marking this as invalid, to allow tracking the bug from 1505627 ** Changed in: neutron Status: New => Incomplete ** Changed in: neutron Status: Incomplete => In Progress ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1712728] [NEW] DVR: get_router_cidrs in dvr_edge_router not returning the centralized_floating_ip cidr

2017-08-23 Thread Swaminathan Vasudevan
Public bug reported: get_router_cidrs over-ridden in dvr_edge_router is not returing the centralized_floating_ip cidrs. So the consequence is the DNAT rules are left over in the snat namespace when the centralized_floating_ips are removed. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1712684] Re: allocations not immediately removed when instance is deleted

2017-08-23 Thread OpenStack Infra
Fix proposed to branch: stable/pike Review: https://review.openstack.org/496997 ** Changed in: nova/pike Status: Triaged => In Progress ** Changed in: nova/pike Assignee: (unassigned) => Matt Riedemann (mriedem) ** Changed in: nova Status: In Progress => Fix Released -- You

[Yahoo-eng-team] [Bug 1708478] Re: Unable to add security rules under manage rules, no response upon clicking "add"

2017-08-23 Thread Ying Zuo
*** 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! Eng

[Yahoo-eng-team] [Bug 1712718] [NEW] Allocations records aren't removed after rescheduling

2017-08-23 Thread Alex Xu
Public bug reported: The allocations records aren't removed from the destination host which failed to boot up the instance, after the instance are rescheduled in another host, the allocation records for the failed host still exists. ** Affects: nova Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1440493] Re: Crash with python-memcached==1.5.4

2017-08-23 Thread Jeffrey Zhang
For ksm, the memcacheclientpool is not enabled in default. need add [keystone_authtoken] ... memcache_use_advanced_pool = true After enabled this, ksw raised exact the same error message as bug description. env: openstack ocata. ** Changed in: keystonemiddleware Status: Invalid => New -

[Yahoo-eng-team] [Bug 1712703] [NEW] (HTTP 500) (Request-ID: req-8c522feb-528b-4cb9-8dc6-9f39dac4c45b)

2017-08-23 Thread raminder
Public bug reported: Right in the middle of normal operation, my openstack CLI interface gives me this error while trying to execute any openstack command. ~]# openstack server show demo-test Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log

[Yahoo-eng-team] [Bug 1712695] Re: Curtin network-passthrough configures /e/n/i.d/50-cloud-init.cfg instead of /e/n/i

2017-08-23 Thread Ryan Harper
They cannot just parse /etc/network/interfaces; curtin has always written out an eni that includes a source /etc/network/interfaces.d/*.cfg (meaning juju has a bug if they don't read all eni configs). Anyone parsing eni needs to read in all of the configs. In which case, they would pickup any c

[Yahoo-eng-team] [Bug 1712695] [NEW] Curtin network-passthrough configures /e/n/i.d/50-cloud-init.cfg instead of /e/n/i

2017-08-23 Thread Andres Rodriguez
Public bug reported: When using curtin's network passthrough, it writes config in /etc/network/interfaces.d/50-cloud-init.cfg instead of /etc/network/interfaces. This is likely to break juju provided that (i believe) it parses /e/n/i to do their bridge configuration. ** Affects: cloud-init

[Yahoo-eng-team] [Bug 1712684] Re: allocations not immediately removed when instance is deleted

2017-08-23 Thread Matt Riedemann
** Also affects: nova/pike Importance: Undecided Status: New ** Changed in: nova/pike Status: New => Triaged ** Changed in: nova/pike Importance: Undecided => High -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1712689] Re: shelve offloading an instance always results in an error being logged

2017-08-23 Thread Matt Riedemann
** Also affects: nova/pike Importance: Undecided Status: New -- 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/1712689 Title: shelve offloading an instance always

[Yahoo-eng-team] [Bug 1712689] [NEW] shelve offloading an instance always results in an error being logged

2017-08-23 Thread Matt Riedemann
Public bug reported: This is a recent regression: https://review.openstack.org/#/c/493834/3/nova/compute/resource_tracker.py http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22Failed%20to%20clean%20allocation%20of%20a%20shelve%20offloaded%5C%22%20AND%20tags%3A%5C%2

[Yahoo-eng-team] [Bug 1712462] Re: api_image_import task stuck in 'pending'

2017-08-23 Thread OpenStack Infra
Reviewed: https://review.openstack.org/496477 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=4366a7493c2d0020a70943f2ff78c663a99c81c3 Submitter: Jenkins Branch:master commit 4366a7493c2d0020a70943f2ff78c663a99c81c3 Author: Brian Rosmaita Date: Tue Aug 22 23:33:04 20

[Yahoo-eng-team] [Bug 1712684] [NEW] allocations not immediately removed when instance is deleted

2017-08-23 Thread Chris Friesen
Public bug reported: Based on code inspection and a discussion with mriedem on IRC, it appears that when deleting an instance in a pure-Pike cloud the allocations are not removed until the update_available_resource() periodic task calls ResourceTracker._update_usage_from_instances(), which calls _

[Yahoo-eng-team] [Bug 1712594] Re: test_post_commit_vswitchd_incomplete_timeout fails constsantly

2017-08-23 Thread OpenStack Infra
Reviewed: https://review.openstack.org/496740 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=594d8b8b3aa9f8b91b0fd111cd8d8c366068a5b0 Submitter: Jenkins Branch:master commit 594d8b8b3aa9f8b91b0fd111cd8d8c366068a5b0 Author: Jakub Libosvar Date: Wed Aug 23 14:44:16 2

[Yahoo-eng-team] [Bug 1712680] [NEW] cloud-init re-generates network config every reboot overwriting manual admin changes

2017-08-23 Thread Andres Rodriguez
Public bug reported: Using MAAS 2.2.2 and newest CentOS image that uses cloud-init cloud- init-0.7.9+224.g681baff-1.el7.centos.noarch, network configuration re- created after reboot. The configuration created was: [centos@withkvm ~]$ cat /etc/sysconfig/network-scripts/ifcfg-eth0 # Created by c

[Yahoo-eng-team] [Bug 1712678] [NEW] cloud-init configuring networking even when configuration is already available.

2017-08-23 Thread Andres Rodriguez
Public bug reported: Using MAAS 2.2.2 and newest CentOS image that uses cloud-init cloud- init-0.7.9+224.g681baff-1.el7.centos.noarch, network configuration is being create even when configuration already exists. MAAS deployed an image that configures network interface via custom curthooks on the

[Yahoo-eng-team] [Bug 1712676] [NEW] Cloud-init analyzeand devel commandline traceback

2017-08-23 Thread Chad Smith
Public bug reported: Calling cloud-init analyze from the command line results in a traceback due to the argument parser not properly setting up subparser default behavior. $ cloud-init devel Traceback (most recent call last): File "/usr/bin/cloud-init", line 9, in load_entry_point('cloud

[Yahoo-eng-team] [Bug 1712449] Re: Unexpected API Error with 'openstack server list'

2017-08-23 Thread Matt Riedemann
Seems the system you're running OpenStack on is too small, or you're running too many worker processes, or you're ulimit is too low, etc. It's some other configuration issue, so this isn't a nova bug. ** Changed in: nova Status: New => Opinion ** Changed in: nova Status: Opinion =>

[Yahoo-eng-team] [Bug 1712210] Re: Live migration does not restrict to the original cell

2017-08-23 Thread Matt Riedemann
This was fixed with this change: https://review.openstack.org/#/c/496419/ I screwed up the bug tag in the commit message which is why it wasn't linked here. ** Changed in: nova Status: In Progress => Fix Released ** Changed in: nova/pike Status: Triaged => In Progress -- You rece

[Yahoo-eng-team] [Bug 1706962] Re: Incorrect DOC Networking LBaaS API

2017-08-23 Thread OpenStack Infra
Reviewed: https://review.openstack.org/487283 Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=539ea2a5d53f287b67e6a4f842668ac59875e2c7 Submitter: Jenkins Branch:master commit 539ea2a5d53f287b67e6a4f842668ac59875e2c7 Author: Zeus Arias Lucero Date: Tue Jul 25 08:

[Yahoo-eng-team] [Bug 1704231] Re: Ironic driver calling _get_node() with nodename

2017-08-23 Thread OpenStack Infra
Reviewed: https://review.openstack.org/485803 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b890eec613a17f2a1c7b801f5fecce2aadbe5101 Submitter: Jenkins Branch:master commit b890eec613a17f2a1c7b801f5fecce2aadbe5101 Author: Robert Ellis Date: Thu Jul 20 15:07:04 2017 -

[Yahoo-eng-team] [Bug 1712045] Re: nova doesn't clean up the resources after live migrate

2017-08-23 Thread OpenStack Infra
Reviewed: https://review.openstack.org/496032 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=72728ed01fe5d568855ad92596740a2da81169c4 Submitter: Jenkins Branch:master commit 72728ed01fe5d568855ad92596740a2da81169c4 Author: Dan Smith Date: Mon Aug 21 15:44:42 2017 -070

[Yahoo-eng-team] [Bug 1712008] Re: Force live migrate doesn't claim resources on the target host

2017-08-23 Thread OpenStack Infra
Reviewed: https://review.openstack.org/496031 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5d3a11b9c9a6a5aecd46ad7ecc635215184d930e Submitter: Jenkins Branch:master commit 5d3a11b9c9a6a5aecd46ad7ecc635215184d930e Author: Matt Riedemann Date: Mon Aug 21 18:35:07 2017

[Yahoo-eng-team] [Bug 1712594] [NEW] test_post_commit_vswitchd_incomplete_timeout fails constsantly

2017-08-23 Thread Jakub Libosvar
Public bug reported: After updating to ovsdbapp 0.5.0 https://review.openstack.org/#/c/496288/ one test fails constantly: http://logs.openstack.org/15/496615/1/check/gate-neutron-dsvm- functional-ubuntu-xenial/fa41712/testr_results.html.gz ** Affects: neutron Importance: Critical Assig

[Yahoo-eng-team] [Bug 1708196] Re: test_validate_volume_no_mtab_entry depends on /etc/mtab

2017-08-23 Thread OpenStack Infra
Reviewed: https://review.openstack.org/495485 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e1ad386f9828a6c9caf3c0cb962a3912c9a3885a Submitter: Jenkins Branch:master commit e1ad386f9828a6c9caf3c0cb962a3912c9a3885a Author: Chris Suttles Date: Fri Aug 18 22:27:43 2017

[Yahoo-eng-team] [Bug 1712582] [NEW] Unable to use use @memoized cache when call get_security_groups

2017-08-23 Thread wei.ying
Public bug reported: Env: devstack master branch Description: The memoized function needs to use tuples as parameters [1]. Currently [2] the security_groups attribute in the port object, whose type is list, when clicking the port details, a warning message appears: "UnhashableKeyWarning: The k

[Yahoo-eng-team] [Bug 1712565] [NEW] Instance disappears on admin panel

2017-08-23 Thread Ivan Kolodyazhny
Public bug reported: Is somebody deletes tenant where instance was created, this instance won't be shown on admin/instances page ** Affects: horizon Importance: Undecided Assignee: Ivan Kolodyazhny (e0ne) Status: In Progress -- You received this bug notification because you a

[Yahoo-eng-team] [Bug 1712556] [NEW] Failed to create port in project/admin create port form when the ports quota exceeded

2017-08-23 Thread wei.ying
Public bug reported: Env: devstack master branch Description: There is no quota check for ports. if ports quota exceeded, the creation port will fail, and the API returns the error message: "Recoverable error: Quota exceeded for resources: ['port'].Neutron server returns request_ids: ['req-402

[Yahoo-eng-team] [Bug 1703340] Re: Login twice after 'service apache2 restart'

2017-08-23 Thread Ivan Kolodyazhny
** Changed in: horizon Status: Invalid => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1703340 Title: Login twice after 'service apache2 restart'

[Yahoo-eng-team] [Bug 1712518] Re: =multi domain support is broken in Ocata

2017-08-23 Thread Jack Ivanov
an RPM packaging bug. oslo.config should be updated. `python-oslo-config >= 2:3.20.0` ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://b

[Yahoo-eng-team] [Bug 1712518] [NEW] =multi domain support is broken in Ocata

2017-08-23 Thread Jack Ivanov
Public bug reported: Hello, I just upgraded from Newton to Ocata and now I'm facing this bug. # openstack domain list __call__() got an unexpected keyword argument 'default_config_dirs' (HTTP 400) (Request-ID: req-c586814e-9ea2-4f8b-b984-d3104859d00f) (see trace attached) # rpm -qa | grep -i

[Yahoo-eng-team] [Bug 1712480] [NEW] Soft-deleting vm fails after "nova resize" the vm

2017-08-23 Thread wind
Public bug reported: Description === I use "nova resize" command to resize the vm ,but I don't call "nova resize-confirm" ,then I use "nova delete" command to soft-delete the vm ,it reports ERROR as this: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and at