[Yahoo-eng-team] [Bug 1408572] [NEW] Launch VM is having issue when using sriov pci passthrough feature

2015-01-07 Thread Samta Rangare
Public bug reported: Launched VM : External network: +---+--+ | Field | Value| +---+--+ | admin_state_up| True

[Yahoo-eng-team] [Bug 1408563] [NEW] New spawned instance power state should be synced immediately if power state is not running

2015-01-07 Thread H3C iMC
Public bug reported: New spawned instance power state should be synced immediately if power state is not running. If not so, the vm state is not the same with the powerstate until the period task execs a sync operation, and some operations based on state is not corrected. ** Affects: nova

[Yahoo-eng-team] [Bug 1408544] [NEW] Instance may be destroy by mistake when config confilct

2015-01-07 Thread H3C iMC
Public bug reported: After a instance evacuated from a failed host, the instance will be destroyed to avoid duplicated running when the failed host recovers and starts . This operation may be destroy a instance wrongly when configuring multi nova computes related to the same vcenter cluster

[Yahoo-eng-team] [Bug 1408529] [NEW] nova boot vm with '--nic net-id=xxxx, v4-fixed-ip=xxx'

2015-01-07 Thread shihanzhang
Public bug reported: now nova boot vm with '--nic net-id=, v4-fixed-ip=xxx' will failed, the error in nova-compute log is bellow: File "/opt/stack/nova/nova/network/neutronv2/__init__.py", line 84 , in wrapper ret = obj(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/neu

[Yahoo-eng-team] [Bug 1408527] [NEW] Delete instance without block_device_mapping record in database after schedule error

2015-01-07 Thread zhangwenjian
Public bug reported: When a instance with cinder volume is failed to be scheduled to a host, its status becomes error. Now I delete it successfully, but in block_device_mapping table of nova database, the volume information of the instance is still kept, and not deleted. ** Affects: nova I

[Yahoo-eng-team] [Bug 1408513] [NEW] Left nav panel groups flash open before being hidden

2015-01-07 Thread Janet Yu
Public bug reported: When the page is loading for a panel in Chrome (at least version 39.0.2171.95 (64-bit)), all the panel groups not containing the active panel flash open before being hidden, which is distracting and looks buggy. ** Affects: horizon Importance: Undecided Assignee: Ja

[Yahoo-eng-team] [Bug 1400966] Re: [OSSA-2014-041] Glance allows users to download and delete any file in glance-api server (CVE-2014-9493)

2015-01-07 Thread Grant Murphy
Reopening bug as fix was incomplete. Will request a new CVE id when a fix is ready. ** Changed in: glance Status: Fix Released => In Progress ** Changed in: glance Assignee: Zhi Yan Liu (lzy-dev) => Grant Murphy (gmurphy) ** Changed in: ossa Assignee: (unassigned) => Grant Murph

[Yahoo-eng-team] [Bug 1408496] [NEW] Juno with icehouse compute service object error

2015-01-07 Thread Sam Morrison
Public bug reported: When running Juno with Icehouse computes on starting nova-compute you get a RuntimeError: maximum recursion depth exceeded while calling a Python object due to it trying to backport the service object. This is caused by the Juno conductor, when it sends back the service objec

[Yahoo-eng-team] [Bug 1408498] [NEW] Can't delete when control Juno and compute icehouse

2015-01-07 Thread Sam Morrison
Public bug reported: When I have Juno control and Icehouse compute and icehouse network deleting an instance doesn't work. This is due to the Fixed IP object having an embedded version of the network object that is too new for Icehouse. This causes and infinite loop ** Affects: nova Importa

[Yahoo-eng-team] [Bug 1408488] [NEW] Agent terminates services when turning admin_state_up False

2015-01-07 Thread Itsuro Oda
Public bug reported: Currently turning admin_state_up of a dhcp/l3 agent to False causes stopping all services on it. Admin_state_up should be affected only scheduling and should not terminate existing services. ** Affects: neutron Importance: Undecided Assignee: Itsuro Oda (oda-g)

[Yahoo-eng-team] [Bug 1408185] Re: "Terminate Instance" is confusing. "Delete instance" looks appropriate

2015-01-07 Thread Lin Hua Cheng
I dig around on this a bit. There is a setting in Nova to defer the delete of an instance (reclaim_instance_interval). If this is set, Deleting an Instance will defer the actual deletion. The instance will move the instance into "soft delete" first and then eventually move to deleted state after

[Yahoo-eng-team] [Bug 1408484] [NEW] Libvirt Windows Timer tests fail on a Mac

2015-01-07 Thread Rick Harris
Public bug reported: We have some tests that assert that the KVM timers are appropriately set for Windows. The issue is that the test depends on the actual result of `processor.platform()` which will be `i386` on a Mac. We need to stub the `get_arch` function out so that it always returns `arch.

[Yahoo-eng-team] [Bug 1408480] [NEW] PciDevTracker passes context module instead of instance

2015-01-07 Thread Ed Leafe
Public bug reported: Currently, the code in the PciDevTracker.__init__() method of nova/pci/manager.py reads: ``` def __init__(self, node_id=None):

[Yahoo-eng-team] [Bug 1408477] [NEW] Live Migration Fails with NFS-Backed Cinder Volumes

2015-01-07 Thread Richard Raseley
Public bug reported: I am running RDO Icehouse-4 (reports version as 2.17.0) on CentOS 7 using QEMU-KVM / Libvirt When issuing the 'live-migrate' command to move a virtual machine with NFS-backed Cinder volume to another Hypervisor, I receive the following error in the nova-compute.log file on th

[Yahoo-eng-team] [Bug 1407736] Re: python unit test jobs failing due to subunit log being too big

2015-01-07 Thread Matt Riedemann
We still have a problem here because the paste library is hitting the same deprecation warnings, so re-opening this bug. ** This bug is no longer a duplicate of bug 1407778 pkg_resources has deprecated load(require=False) ** Changed in: nova Importance: Critical => High ** Changed in: nova

[Yahoo-eng-team] [Bug 1400966] Re: [OSSA-2014-041] Glance allows users to download and delete any file in glance-api server (CVE-2014-9493)

2015-01-07 Thread Ian Cordasco
** No longer affects: openstack-ansible/next -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1400966 Title: [OSSA-2014-041] Glance allows users to download and delete any file in glance-

[Yahoo-eng-team] [Bug 1408423] [NEW] Requirements are out of date

2015-01-07 Thread Brant Knudson
Public bug reported: There have been several removals of code due to 1) switching to oslo libraries from oslo-incubator 2) not testing old versions of python-keystoneclient 3) deprecations getting removed, etc. Along with these changes, one should look through requirements.txt and test-requireme

[Yahoo-eng-team] [Bug 1408404] [NEW] VPNaaS: remove ABCMeta decorator from device drivers

2015-01-07 Thread Paul Michali
Public bug reported: It looks like, from day one, the Cisco and reference VPN device driver classes have a decorator for ABC, but these classes are children of an ABC and a re concrete classes, AFAICT. This fix is to remove that decorator from the class definitions. ** Affects: neutron Impo

[Yahoo-eng-team] [Bug 1400966] Re: [OSSA-2014-041] Glance allows users to download and delete any file in glance-api server (CVE-2014-9493)

2015-01-07 Thread Grant Murphy
** Changed in: ossa Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1400966 Title: [OSSA-2014-041] Glance allows users to download and delete a

[Yahoo-eng-team] [Bug 1408389] [NEW] Tests shouldn't rely on provider registration by import

2015-01-07 Thread Brant Knudson
Public bug reported: The tests shouldn't be relying on the provider being loaded by importing a module. When the server is actually run, it only imports the module if the extension is in the paste pipeline, and the tests shoud work similarly. Also, tests shouldn't be using @dependency.requires

[Yahoo-eng-team] [Bug 1408384] [NEW] Providers must be created only once

2015-01-07 Thread Brant Knudson
Public bug reported: Creating multiple instances of a provider leads to unpredictable results. Instances of dependencies may hold references to any of the instances and it's expected that there will be only one instance of a provider. The provider instance for the extensions (federation and oa

[Yahoo-eng-team] [Bug 1408383] [NEW] Eye icon missing in password field on Login Page when /auth/login is not present in url

2015-01-07 Thread Mohan Seri
Public bug reported: Eye icon will only appear in password field on Login Page if i use http://localhost/auth/login/ Eye icon missing in password field on Login Page if i use (without /auth/login/) http://localhost/ ** Affects: horizon Importance: Undecided Status: New ** Attachme

[Yahoo-eng-team] [Bug 1400966] Re: [OSSA-2014-041] Glance allows users to download and delete any file in glance-api server (CVE-2014-9493)

2015-01-07 Thread Ian Cordasco
** Also affects: openstack-ansible Importance: Undecided Status: New ** Changed in: openstack-ansible Importance: Undecided => Critical ** Changed in: openstack-ansible Assignee: (unassigned) => Ian Cordasco (icordasc) ** Also affects: openstack-ansible/next Importance: Unde

[Yahoo-eng-team] [Bug 1408346] [NEW] Inconsistent detail page Edit actions vs table Edit actions.

2015-01-07 Thread Rob Cresswell
Public bug reported: If you view Admin > Network Details or Port Details, amongst others, and click Edit in the top right, then you are shown the HTML for Project > Edit, regardless of Admin privileges. I think these are generated in horizon/templates/horizon/common/_page_header.html The reverse

[Yahoo-eng-team] [Bug 1404311] Re: gce metadata api doesn't properly stream binary data

2015-01-07 Thread Scott Moser
** Also affects: cloud-init (Ubuntu) Importance: Undecided Status: New ** Changed in: cloud-init (Ubuntu) Status: New => Confirmed ** Changed in: cloud-init (Ubuntu) Importance: Undecided => High ** Also affects: cloud-init (Ubuntu Vivid) Importance: High Status: Co

[Yahoo-eng-team] [Bug 1408339] [NEW] Midonet Plugin out of tree

2015-01-07 Thread Jaume Devesa
Public bug reported: In order to keep track of Midonet vendor plugin decomposition, this new bug is created, as it says in contribution documentation: https://github.com/openstack/neutron/blob/master/doc/source/devref/contribute.rst It is related to the whole plugin decomposition work: https://

[Yahoo-eng-team] [Bug 1408334] [NEW] OVS agent hangs on rpc calls if neutron-server is down and ovs-agent received SIGTERM

2015-01-07 Thread Jakub Libosvar
Public bug reported: There is an infinite loop in OVS agent driven by one variable. If OVG agent receives SIGTERM signal and loop is running, OVS agent must wait until execution reaches loop control variable. If at the same time neutron-server is down, agent still uses rpc call() methods and waits

[Yahoo-eng-team] [Bug 1408329] [NEW] Error attaching volumes to instances on XenServer

2015-01-07 Thread nedo
Public bug reported: I am not able to attach Cinder Juno volumes to instances inside XenServer. My storage node is a PV guest running inside XenServer with 200 GB cinder-volumes VG, and with tgt service configured as follow: /etc/tgt/targets.conf include /etc/tgt/conf.d/cinder.conf # Set the dri

[Yahoo-eng-team] [Bug 1408326] [NEW] Server booted to a server group stucks in scheduling state if the policy filter is not configured

2015-01-07 Thread Balazs Gibizer
Public bug reported: To reproduce the problem: Remove ServerGroupAntiAffinity from scheduler_default_filters in nova.conf $ nova server-group-create my-anti-affinity anti-affinity $ nova boot --flavor 42 --image 1b0ef685-2a7a-4c11-8e2d-a549215c1b3a --hint group= vm23 The following exception is

[Yahoo-eng-team] [Bug 1401778] Re: 500 error returned while uploading image using multi filesystem store and 'filesystem_store_metadata_file' option enabled

2015-01-07 Thread Pranali Deore
We can update 'location' to image using PATCH api as well. So, validation of metadata also needs to be done in glance project. ** Also affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is s

[Yahoo-eng-team] [Bug 1408127] Re: port binding fails for HA port with linuxbridge

2015-01-07 Thread Mathieu Rohon
this was a config issue, the local_ip was wrong in the vxlan section of ml2_conf.ini, on the node 2 ** 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.launchp

[Yahoo-eng-team] [Bug 1408297] [NEW] DHCP agent fails to match IPv6 clients when used with dnsmasq < 2.67

2015-01-07 Thread Ihar Hrachyshka
Public bug reported: DHCP agent fails to match IPv6 clients when used with dnsmasq < 2.67. This is because MAC address matching support for IPv6 was added in 2.66 only. We should bump minimal dnsmasq version in DHCP agent. ** Affects: neutron Importance: Undecided Assignee: Ihar Hrach

[Yahoo-eng-team] [Bug 1398779] Re: radvd >= 2.0 blocks router update processing

2015-01-07 Thread Alan Pevec
** Also affects: neutron/juno Importance: Undecided Status: New ** Changed in: neutron/juno Status: New => Fix Committed ** Tags removed: in-stable-juno juno-backport-potential ** Changed in: neutron/juno Assignee: (unassigned) => Ihar Hrachyshka (ihar-hrachyshka) ** Chang

[Yahoo-eng-team] [Bug 1408283] [NEW] nova list-secgroup instanceName fails if instance isn't running under admin tenant

2015-01-07 Thread Tzach Shefi
Public bug reported: Description of problem: Ran #nova list --all-tenats as admin, figured I'd check nova list-secgroup on one of the instances. By chance the instance I chose happened to run under another tenant not admin's, critical for this bug, as if I'd have chosen an instance from admin ten

[Yahoo-eng-team] [Bug 1407410] Re: It takes too much time for L3 agent to make router active ( about 2 minutes ).

2015-01-07 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/145462 ** Changed in: neutron Status: Opinion => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/14074

[Yahoo-eng-team] [Bug 1408237] [NEW] Can't connect a network to existing instance

2015-01-07 Thread Roey Dekel
Public bug reported: Tried to connect a new network to a working instance (hotplug vif) - cannot be done. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenSta

[Yahoo-eng-team] [Bug 1408236] [NEW] incorrect behavior in creating firewall with unavailable firewall_policy

2015-01-07 Thread Yushiro FURUKAWA
Public bug reported: When creating firewall with following conditions, current neutron behaves as follows: [Condition] 1. Create firewall-policy with admin privilege. => id: 2. Create firewall with general user privilege using the policy. Request body: { "firewa

[Yahoo-eng-team] [Bug 1408230] [NEW] name validate check is necessary for neutron-core

2015-01-07 Thread watanabe.isao
Public bug reported: So far, the validate check of name when creating network subnet and port is not functional. This is because the validate attribute of name in the RESOURCE_ATTRIBUTE_MAP of neutron/api/v2/attributes.py is set to "None". When user inputs a more than 255 length name on purpose,