[Yahoo-eng-team] [Bug 1576054] [NEW] [lbaasv2] listener and member can be created with protocol_port 0

2016-04-27 Thread JingLiu
Public bug reported: protocol_port 0 is reserved.But in lbaasv2,users can create listener or member with protocol_port 0. For example: Created a new member: ++--+ | Field | Value| ++-

[Yahoo-eng-team] [Bug 1576048] [NEW] "live_migration" call in Liberty doesn't have backwards compatibility with Kilo

2016-04-27 Thread Roman Sokolkov
Public bug reported: "live_migration" call in Liberty doesn't have backwards compatibility with Kilo. Liberty control plane and Kilo compute nodes. Doing live-migration and getting error below on compute node TypeError: live_migration() got an unexpected keyword argument 'migration' Workaround

[Yahoo-eng-team] [Bug 1576046] [NEW] test_create_router_port_and_fail_create_postcommit makes networking-odl py27 and py34 fail

2016-04-27 Thread Rui Zang
Public bug reported: New test case introduced to neutron lately by https://github.com/openstack/neutron/commit/cc3ba38641e5a414ec4408b13ecb7bd80ea343ff Caused networking-odl py27/py34 gate checking failure, as shown in https://review.openstack.org/#/c/309847/ The first hunch is the mock for

[Yahoo-eng-team] [Bug 1576000] [NEW] Deprecate advertise_mtu option

2016-04-27 Thread Ihar Hrachyshka
Public bug reported: Now that we advertise MTU via DHCP and RA by default, there is no reason to keep the option available for configuration. Other agents/plugins are also encouraged to advertise MTU values to instances by their own means. ** Affects: neutron Importance: Undecided Assig

[Yahoo-eng-team] [Bug 1575998] [NEW] The actual value of 'request_spec' should be reported when a MaxRetriesExceeded exception is raised

2016-04-27 Thread Wenzhi Yu
Public bug reported: If a MaxRetriesExceeded exception is raised by scheduler_utils.populate_retry then request_spec will be empty in the exception handler[1], then _set_vm_state_and_notify method will just put a empty dict as request_spec into the payload of notification[2]. It would make more se

[Yahoo-eng-team] [Bug 1500960] Re: Decouple FwaaS from L3 Agent

2016-04-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/223343 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=31861843d90e013d31fb76fc576b49a35e218aa4 Submitter: Jenkins Branch:master commit 31861843d90e013d31fb76fc576b49a35e218aa4 Author: Carl Baldwin Date: Mon Sep 14 23:29:04 201

[Yahoo-eng-team] [Bug 1575402] Re: VPNaaS update NAT rules can generate stack trace

2016-04-27 Thread Ryan Moats
This isn't a bug on tip of tree master, it's a bug on master+1. It can be reopened once the referenced patch merges. ** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neut

[Yahoo-eng-team] [Bug 1483379] Re: OPENSTACK_NEUTRON_NETWORK['enable_quotas'] = False breaks network topology page

2016-04-27 Thread Rob Cresswell
*** This bug is a duplicate of bug 1482354 *** https://bugs.launchpad.net/bugs/1482354 Seems like this was fixed by https://review.openstack.org/#/c/210100 ** Changed in: horizon Status: In Progress => Invalid ** This bug has been marked a duplicate of bug 1482354 Setting "enable_q

[Yahoo-eng-team] [Bug 1575938] Re: Instance path in / if instance-id starts with '/'

2016-04-27 Thread Robert C Jennings
** Also affects: cloud-init Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1575938 Title: Instance path in / if instance-id starts with '/'

[Yahoo-eng-team] [Bug 1565303] Re: Preview Page should have Pie Charts

2016-04-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/300691 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=58553ba6e84fab3a324df55b2bee050fa765323b Submitter: Jenkins Branch:master commit 58553ba6e84fab3a324df55b2bee050fa765323b Author: Diana Whitten Date: Fri Apr 1 16:13:41 201

[Yahoo-eng-team] [Bug 1575897] Re: evacuate breaks with config drive

2016-04-27 Thread Chet Burgess
Turns out this is already fixed earlier. ** Changed in: nova Status: New => Invalid -- 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/1575897 Title: evacuate breaks

[Yahoo-eng-team] [Bug 1575335] Re: nova-powervm no longer loading from out of tree

2016-04-27 Thread Eric Fried
** Also affects: nova Importance: Undecided Status: New ** Summary changed: - nova-powervm no longer loading from out of tree + Out-of-tree compute drivers no longer loading -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1574565] Re: tempest test_preserve_preexisting_port fails, "Unrecognized attribute(s) 'dns_name'"

2016-04-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/310474 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b256cae8e204fbbf6f3d40f5f4d47013be018a6d Submitter: Jenkins Branch:master commit b256cae8e204fbbf6f3d40f5f4d47013be018a6d Author: Matt Riedemann Date: Wed Apr 27 09:47:59 2016

[Yahoo-eng-team] [Bug 1575897] [NEW] evacuate breaks with config drive

2016-04-27 Thread Chet Burgess
Public bug reported: The config drive currently is only generated on initial boot. As a result of this if you have an instance that is a BFV instance and the hypervisor hosting the instance goes down you cannot issue an evacuate command on the instance because compute on the new destination will n

[Yahoo-eng-team] [Bug 1574734] Re: wait for user menu will be opened before items click in integration tests

2016-04-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/309927 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=bee35b5f42cec86d04a88202b438c43d7599c7c6 Submitter: Jenkins Branch:master commit bee35b5f42cec86d04a88202b438c43d7599c7c6 Author: Sergei Chipiga Date: Mon Apr 25 13:31:01 2

[Yahoo-eng-team] [Bug 1573875] Re: Nova able to start VM 2 times after failed to live migrate it

2016-04-27 Thread Markus Zoeller (markus_z)
OK, after re-reading the bug description, I think upstream Nova should take a look to address this issue: > - If nova able to start instances two times with same rbd block > device, it's a really big hole in the system I think [...] I change the description of the bug report to make that clear.

[Yahoo-eng-team] [Bug 1575661] Re: can not deploy a partition image to Ironic node

2016-04-27 Thread Markus Zoeller (markus_z)
** Also affects: ironic 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/1575661 Title: can not deploy a partition image to Iro

[Yahoo-eng-team] [Bug 1575727] [NEW] Cloud-init incorrect openstack datasource on dpkg-reconfigure

2016-04-27 Thread Kenneth Østrup
Public bug reported: On Ubuntu 14.04 LTS when re-configuring the cloud-init package by running dpkg-reconfigure, the OpenStack data source is incorrectly written to the configuration file /etc/cloud/cloud.cfg.d/90_dpkg.cfg >From a default install: datasource_list: [ NoCloud, ConfigDrive, OpenNeb

[Yahoo-eng-team] [Bug 1487357] Re: No PoolInUse Check when creating VIP

2016-04-27 Thread Doug Wiegley
Submitter triaged their own bug. :-) ** Changed in: neutron Status: New => 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/1487357 Title: No PoolInUse Check when creating

[Yahoo-eng-team] [Bug 1572593] Re: Impossible attach detached port to another instance

2016-04-27 Thread Matt Riedemann
If we backport the fix for this in nova we also have to backport the fix for the bug that it introduced: https://review.openstack.org/#/c/310474/ ** Also affects: nova/mitaka Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Eng

[Yahoo-eng-team] [Bug 1575671] [NEW] devstack login essue

2016-04-27 Thread hanjiabao
Public bug reported: first, copy horizon dir to another path, eg. xxx/horizon cd xxx/horizon, pyrhon tools/install_venv.py source .venv/bin/activate python manage.py runserver 0.0.0.0:, input web url with "{ip}:", this url change to "http://{ip}:/dashboard/auth/login/"; error info: Pa

[Yahoo-eng-team] [Bug 1575661] [NEW] can not deploy a partition image to Ironic node

2016-04-27 Thread Pavlo Shchelokovskyy
Public bug reported: Using fresh master of DevStack, I can not deploy partition images to Ironic nodes via Nova. I have two images in Glance - kernel image and partition image with kernel_id property set. I have configured Ironic nodes and nova flavor with capabilities: "boot_option: local" as d

[Yahoo-eng-team] [Bug 1550525] Re: Abort an ongoing live migration

2016-04-27 Thread Sharat Sharma
** Changed in: openstack-api-site Assignee: (unassigned) => Sharat Sharma (sharat-sharma) ** Changed in: openstack-api-site Status: Confirmed => In Progress ** Project changed: openstack-api-site => nova -- You received this bug notification because you are a member of Yahoo! Engine

[Yahoo-eng-team] [Bug 1542149] Re: Enable volume operations for shelved instances

2016-04-27 Thread Sharat Sharma
Hi Bathri, The nova api has moved into nova code base. So, removing the api-site and adding nova. ** Project changed: openstack-api-site => nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bu

[Yahoo-eng-team] [Bug 1550525] [NEW] Abort an ongoing live migration

2016-04-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: https://review.openstack.org/277971 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/nova" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpac

[Yahoo-eng-team] [Bug 1542149] [NEW] Enable volume operations for shelved instances

2016-04-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: https://review.openstack.org/265898 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. commit cf34a32820cc21dd9b9075d5476e050ecd8b34ac Author: Andrea Rosa Date: Mon Jan 11 15:50:09 2016 + Enable volume operations

[Yahoo-eng-team] [Bug 1575598] Re: ComputeTaskManager.build_instances exception handling can fail

2016-04-27 Thread Wenzhi Yu
@Robin, it seems this commit[1] had already solved this issue, please reopen this bug if I was wrong. [1]https://github.com/openstack/nova/commit/04b7c27dfb446cfce508db32643bed3220b117b1 ** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1545972] Re: Missing API doc for fault server field

2016-04-27 Thread Sharat Sharma
** Changed in: openstack-api-site Status: Confirmed => Invalid -- 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/1545972 Title: Missing API doc for fault server fiel

[Yahoo-eng-team] [Bug 1509312] Re: unable to use tenant network after kilo to liberty update due to port security extension

2016-04-27 Thread Jean-Philippe Evrard
** No longer affects: openstack-ansible -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1509312 Title: unable to use tenant network after kilo to liberty update due to port security ext

[Yahoo-eng-team] [Bug 1545972] Re: Missing API doc for fault server field

2016-04-27 Thread Sharat Sharma
Confirmed in the api-site, so pushing a patch. ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Assignee: (unassigned) => Sharat Sharma (sharat-sharma) ** Changed in: nova Status: New => In Progress -- You received this bug notification because

[Yahoo-eng-team] [Bug 1543791] Re: Nova API doc for listing servers is missing metadata filter

2016-04-27 Thread Sharat Sharma
** Project changed: openstack-api-site => 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/1543791 Title: Nova API doc for listing servers is missing metadata filter

[Yahoo-eng-team] [Bug 1543791] [NEW] Nova API doc for listing servers is missing metadata filter

2016-04-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: I am using Nova v2.1 (Liberty). The documentation for listing servers only covers a portion of the supported filter options. I don't know what they all should be but I've found that 'metadata' is one of them. :-) List Servers Doc: http://developer.opensta

[Yahoo-eng-team] [Bug 1575598] [NEW] ComputeTaskManager.build_instances exception handling can fail

2016-04-27 Thread Robin Neatherway
Public bug reported: If a MaxRetriesExceeded exception is raised by scheduler_utils.populate_retry then request_spec will be undefined in the exception handler, see: https://git.openstack.org/cgit/openstack/nova/tree/nova/conductor/manager.py#n422 This was introduced by moving the initializati

[Yahoo-eng-team] [Bug 1521791] Re: Nova client incorrectly lists block storage size units in GB

2016-04-27 Thread Sharat Sharma
** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Assignee: (unassigned) => Sharat Sharma (sharat-sharma) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://b

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

2016-04-27 Thread Robin Neatherway
Public bug reported: This function uses the list comprehension iteration variable where it will be out of scope in Python 3, see https://git.openstack.org/cgit/openstack/horizon/tree/openstack_dashboard/dashboards/project/loadbalancers/tables.py#n369 This should be replace with vip_fips[0]. As lo

[Yahoo-eng-team] [Bug 1490531] Re: api: deprecate the concept of extensions in v2.1

2016-04-27 Thread Sharat Sharma
** Changed in: openstack-api-site Status: Confirmed => In Progress ** Project changed: openstack-api-site => 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/149

[Yahoo-eng-team] [Bug 1490531] [NEW] api: deprecate the concept of extensions in v2.1

2016-04-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: https://review.openstack.org/214592 commit 11507eeceb2c56e50e9fe030a70470a02f577f2a Author: John Garbutt Date: Wed Aug 19 13:46:52 2015 +0100 api: deprecate the concept of extensions in v2.1 We want to remove the extension infrastructure i

[Yahoo-eng-team] [Bug 1369140] Re: Add quotas for Server Groups (quota checks)

2016-04-27 Thread Sharat Sharma
** Project changed: openstack-api-site => 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/1369140 Title: Add quotas for Server Groups (quota checks) Status in O

[Yahoo-eng-team] [Bug 1369140] [NEW] Add quotas for Server Groups (quota checks)

2016-04-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: https://review.openstack.org/116079 commit 0e9093c30f53d6d44c8290b669b238c21e17a772 Author: Phil Day Date: Thu Aug 21 19:38:28 2014 + Add quotas for Server Groups (quota checks) This third change in a sequence that adds new quota value