[Yahoo-eng-team] [Bug 1275173] [NEW] _translate_from_glance() can cause an unnecessary HTTP request

2014-01-31 Thread ChrisBuccella
Public bug reported: I noticed when performing a "nova image-show" on a current (not deleted) image, two HTTP requests were issued. Why isn't the Image retrieved on the first GET request? In fact, it is. The problem lies in _extract_attributes(), called by _translate_from_glance(). This function

[Yahoo-eng-team] [Bug 1257355] Re: live migration fails when using non-image backed disk

2014-01-31 Thread Alan Pevec
** Also affects: nova/havana Importance: Undecided Status: New ** Changed in: nova/havana Importance: Undecided => Medium ** Changed in: nova/havana Status: New => In Progress ** Changed in: nova/havana Assignee: (unassigned) => Dirk Mueller (dmllr) ** Changed in: nova/

[Yahoo-eng-team] [Bug 1275166] [NEW] Clean up unused RPC calls from Cisco N1kv plugin

2014-01-31 Thread Abhishek Raut
Public bug reported: Remove unused RPC calls since n1kv plugin does not communicate with l2 agent. ** Affects: neutron Importance: Undecided Assignee: Abhishek Raut (abhraut) Status: New ** Tags: cisco ** Changed in: neutron Assignee: (unassigned) => Abhishek Raut (abhr

[Yahoo-eng-team] [Bug 1271426] Re: protected property change not rejected if a subsequent rule match accepts them

2014-01-31 Thread Alan Pevec
** Also affects: glance/havana Importance: Undecided Status: New ** Changed in: glance/havana Importance: Undecided => High ** Changed in: glance/havana Status: New => In Progress ** Changed in: glance/havana Assignee: (unassigned) => Thomas Leaman (thomas-leaman) -- Y

[Yahoo-eng-team] [Bug 1240349] Re: publish_errors cfg option is broken

2014-01-31 Thread Alan Pevec
** Also affects: keystone/havana Importance: Undecided Status: New ** Changed in: keystone/havana Status: New => In Progress ** Changed in: keystone/havana Importance: Undecided => Wishlist ** Changed in: nova Importance: Undecided => Wishlist ** Changed in: trove Impo

[Yahoo-eng-team] [Bug 1261738] Re: Openstack Glance: user_total_quota calculated incorrectly

2014-01-31 Thread Alan Pevec
** Also affects: glance/havana Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1261738 Title: Openstack Glance: user_total_quota calculated inco

[Yahoo-eng-team] [Bug 1275145] [NEW] can't create credential with ADMIN token

2014-01-31 Thread Guang Yee
Public bug reported: 2014-01-31 15:42:14.656 2631 WARNING keystone.common.wsgi [-] Invalid token in _get_trust_id_for_request 2014-01-31 15:42:14.657 2631 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 127.0.0.1 Reason is we are d

[Yahoo-eng-team] [Bug 1275144] [NEW] Volume operations should set task state

2014-01-31 Thread Phil Day
Public bug reported: Volume attach/detach/swap should set task_state so that conflicting operations such as migrate can be blocked via the check_instance_state decorator. This would also allow users can see slow operations are still in progress. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1275126] [NEW] Add VMware store the strategy module

2014-01-31 Thread Arnaud Legendre
Public bug reported: The VMware store needs to be added to strategy module: https://github.com/openstack/glance/blob/9567c2b6a06aa1e8205f9f30beca63d77500dd1d/glance/common/location_strategy/store_type.py#L55 ** Affects: glance Importance: Undecided Assignee: Arnaud Legendre (arnaudleg)

[Yahoo-eng-team] [Bug 1271381] Re: Incorrect number of security groups in Project Overview

2014-01-31 Thread Vahid Hashemian
Modified the scope to nova as this sounds like a nova defect. In a fresh devstack environment the table "nova.security_groups" is empty. As soon as I add a new security group 'sg1' to a project, two records are added to the table; one for 'sg1' and one for 'default'. Expected behavior is: the rec

[Yahoo-eng-team] [Bug 1275098] [NEW] iface setup on centos does not remove previously set IPs

2014-01-31 Thread Ahmed Rahal
Public bug reported: This happens on centos release 6.5 (probably previous versions as well). VM runs in an openstack Havana kvm compute node. At boot, the system init scripts set IP addresses from configuration files (we do not use dhcp). Later on in the boot process, cloudinit gets called. At

[Yahoo-eng-team] [Bug 1270845] Re: nova-api-metadata - refused to start due to missing fake_network configuration

2014-01-31 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 1:2014.1~b2-0ubuntu3 --- nova (1:2014.1~b2-0ubuntu3) trusty; urgency=medium * debian/tests/nova-compute-daemons: Drop nova-compute-uml. -- Chuck ShortFri, 31 Jan 2014 14:40:23 -0500 ** Changed in: nova (Ubuntu Trusty) Status: New

[Yahoo-eng-team] [Bug 1275070] [NEW] Multiple unit tests around serialization failing

2014-01-31 Thread Nicolas Simonds
Public bug reported: When standing up a completely "green field" dev system with an untouched copy of the Glance repo on Ubuntu 12.04, we're seeing multiple failures around the various serialization unit tests. Things like expecting strings but getting back Unicode, data being passed back syntact

[Yahoo-eng-team] [Bug 1261581] Re: tempest.api.compute.v3.images.test_images.ImagesV3TestXML.test_create_image_from_stopped_server fails

2014-01-31 Thread Joe Gordon
Although the underlying bug may still exist, we are dropping the v3 xml API. ** 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/bu

[Yahoo-eng-team] [Bug 1275043] [NEW] No clear error message is shown in horizon when uploading image failes

2014-01-31 Thread Gustavo Knüppe
Public bug reported: I have an image to be uploaded in glance with 15GB of size. The upload is done by informing the URL.. So, horizon initiate a task in glance to upload the image. The problem occurs when there is no enough free space in the directory where the image will be placed. In this cas

[Yahoo-eng-team] [Bug 1275040] [NEW] VMware storage backend needs documentation in configuring.rst

2014-01-31 Thread Arnaud Legendre
Public bug reported: Need to provide a more detailed documentation in configuring.rst for the VMware storage backend: https://github.com/openstack/glance/blob/master/glance/store/vmware_datastore.py ** Affects: glance Importance: Undecided Assignee: Arnaud Legendre (arnaudleg)

[Yahoo-eng-team] [Bug 1274992] [NEW] Utils.is_neutron can create race conditions

2014-01-31 Thread Sean M. Collins
Public bug reported: It appears that using the utils.is_neutron() function can create race conditions, if not used carefully. Review #56381 was attempting to check the presence of Neutron, in order to determine if hairpinning should be enabled on the bridge that Nova creates. Only after creating a

[Yahoo-eng-team] [Bug 1274924] [NEW] Settings the availability zone deletes all attached metadata

2014-01-31 Thread Thomas Bechtold
Public bug reported: I'm using latest git with devstack on Ubuntu 12.04. When I update the availability zone the attached metadata gets deleted. Steps to reproduce the problem: 1) nova aggregate-create testagg #assuming that this creates a new metadata entry with the Id 26 2) nova aggregate

[Yahoo-eng-team] [Bug 1223754] Re: Multiple Neutron operations using a script fails on Brocade Plugin

2014-01-31 Thread Alan Pevec
** Also affects: neutron/havana Importance: Undecided Status: New ** Changed in: neutron/havana Assignee: (unassigned) => Shiv Haris (shh) ** Changed in: neutron/havana Milestone: None => 2013.2.2 ** Changed in: neutron/havana Importance: Undecided => Medium ** Changed in:

[Yahoo-eng-team] [Bug 1252005] Re: when creating instance, access security and networking tabs missing asterisk

2014-01-31 Thread Alan Pevec
** Also affects: horizon/havana Importance: Undecided Status: New ** Changed in: horizon/havana Importance: Undecided => Low ** Changed in: horizon/havana Status: New => In Progress ** Changed in: horizon/havana Assignee: (unassigned) => Dirk Mueller (dmllr) -- You rec

[Yahoo-eng-team] [Bug 1266513] Re: Some Python requirements are not hosted on PyPI

2014-01-31 Thread Thierry Carrez
** Changed in: python-keystoneclient Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1266513 Title: Some Python requirements are not hosted on

[Yahoo-eng-team] [Bug 1256043] Re: Need to add Development environment files to ignore list

2014-01-31 Thread Thierry Carrez
** Changed in: python-keystoneclient Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1256043 Title: Need to add Development environment files