[Yahoo-eng-team] [Bug 1321545] [NEW] creating image with only "--file" parameter will raise error but will create a queued image

2014-05-20 Thread Liusheng
Public bug reported: When I use following command to create an image: glance image-create --file /devstack/files/cirros-0.3.0-x86_64-disk.img it returns: 400 Bad Request Invalid disk format 'None' for image. (HTTP 400) and I use "glance image-list", a queued image has been created. ** Aff

[Yahoo-eng-team] [Bug 1321536] [NEW] mapping engine ignores multiple assertion values when using regex

2014-05-20 Thread Steve Martinelli
Public bug reported: Previously, if the mapping engine saw a regex value, it would only compare the first "mapping value" and the first "assertion value". For instance, if the mapping value was from the ".*tester*" and the assertion values were ['developer','tester','deployer'] it will fail the

[Yahoo-eng-team] [Bug 956589] Re: Device is busy error on lxc instance shutdown

2014-05-20 Thread wangpan
I got the same error with havana-stable nova while I booting a kvm instance with libvirt driver, 2014-05-20 14:44:13.179 24237 DEBUG nova.virt.disk.mount.api [req-63dccfa5-ed06-4daa-8759-ee22c1259edf 830d8718e9e4454a886dee12ce3e8b8e dfbb396e096e4f2f95f2d7b6a6713e8c] Umount /dev/mapper/nbd9p1 unm

[Yahoo-eng-team] [Bug 1321532] [NEW] No status report for vpn agent

2014-05-20 Thread Li Ma
Public bug reported: I understand the agent status table is used in resource scheduling in neutron. However, as vpn-agent is there that cannot be ignored, I think that the status report is much more important user-wise so it's a good reason to add all neutron-related agents to this table/list. *

[Yahoo-eng-team] [Bug 1321514] [NEW] Make selenium tests pass with WebKit

2014-05-20 Thread Kieran Spear
Public bug reported: The inline editing selenium tests aren't handling the behaviour of WebKit where it makes the text on a focused input field selected. Instead of prepending some text to the field, the input keys completely replace it. ** Affects: horizon Importanc

[Yahoo-eng-team] [Bug 1321508] [NEW] Unable to create an instance from remote machine using novaclient

2014-05-20 Thread John Griffith
Public bug reported: When attempting to boot an instance from a remote host using novaclient and API access file downloaded via dashboard I'm unable to create instances due to an error in attempting to retrieve networks. This is reproducible via devstack on both Precise and Trusty, and I've verif

[Yahoo-eng-team] [Bug 1321483] [NEW] Identity API v3 filtering support

2014-05-20 Thread Cindy Lu
Public bug reported: Identity API v3 provides filtering features that Horizon does not leverage yet. (side note: v3 does not seem to support pagination for projects though v2 does... https://blueprints.launchpad.net/horizon/+spec/v3-pagination- support.) Filtering API: https://github.com/opensta

[Yahoo-eng-team] [Bug 1316977] Re: implement a storage adapter for HDFS

2014-05-20 Thread Arnaud Legendre
Agreed: marking the bug as invalid. I have created a blueprint to keep that in mind [1]. Christian, please create a glance-specs (and reassign the bp to you) if you want to want to implement this in Juno. [1] https://blueprints.launchpad.net/glance/+spec/hdfs-storage-backend Thanks, Arnaud ** Ch

[Yahoo-eng-team] [Bug 1320302] Re: Keystone should log authentication success

2014-05-20 Thread Alan Pevec
** Also affects: keystone/havana Importance: Undecided Status: New ** Changed in: keystone/havana Status: New => In Progress ** Changed in: keystone/havana Assignee: (unassigned) => Nathan Kinder (nkinder) ** Changed in: keystone Assignee: Nathan Kinder (nkinder) => (u

[Yahoo-eng-team] [Bug 1321381] [NEW] VMware: Ports are not cleaned up after reschedule

2014-05-20 Thread Ryan Hsu
Public bug reported: When an instance errors out and gets rescheduled, attached ports are currently not being cleaned up and is causing NVS/OVS to have multiple ports with the same UUID and MAC. This is currently occurring with the VC Driver + Neutron and is blocking VMware Minesweeper CI. ** Af

[Yahoo-eng-team] [Bug 1321376] [NEW] Keystone race certificate lookup gets a 404

2014-05-20 Thread Mike Perez
Public bug reported: http://paste.openstack.org/show/81017/ http://logs.openstack.org/33/94233/1/check/check-grenade-dsvm/9f3206c/console.html ** Affects: tempest Importance: Undecided Status: New ** Also affects: keystone Importance: Undecided Status: New ** No longer a

[Yahoo-eng-team] [Bug 1321378] [NEW] keystone user-role-* operations fail when user no longer exists in underlying catalog

2014-05-20 Thread Mike Dorman
Public bug reported: When using an external user catalog (in our case, AD), if the user is removed on the backend catalog, the user-role-* keystone CLI commands no longer work, because keystone cannot look up the user. The specific situation is a user had been granted roles on some projects, but

[Yahoo-eng-team] [Bug 1321370] [NEW] nova overwrites hw_disk_bus image property with incorrect value

2014-05-20 Thread cds
Public bug reported: Currently using Havana Booting from a snapshot with the image property 'hw_disk_bus' = ide boots fine initially. Shutting down/restarting the instance via the dashboard overwrites this value with 'virtio' in the libvirt.xml definition. The value in glance and nova image is co

[Yahoo-eng-team] [Bug 1297962] Re: Nova-compute doesnt start

2014-05-20 Thread Chuck Short
** Also affects: nova (Ubuntu) Importance: Undecided Status: New ** Also affects: nova (Ubuntu Trusty) 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).

[Yahoo-eng-team] [Bug 1321352] [NEW] Nova notification introduces a hard dependency on novaclient

2014-05-20 Thread Terry Wilson
Public bug reported: The nova notification patch introduces a hard dependency on novaclient when it is a runtime-configurable dependency. The import from novaclient should be conditional on the appropriate nova notification options being enabled in the config. ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1264483] Re: Multidomain support KO: return 401 on nova client

2014-05-20 Thread David Lyle
Marking as invalid as the issue lies is in other projects. Not disagreeing that those bugs break Horizon. Once this issue is addressed in either novaclient or keystone it should work again in Horizon. ** Changed in: horizon Status: New => Invalid -- You received this bug notification be

[Yahoo-eng-team] [Bug 1321334] [NEW] Non bootable volumes can be used as a bootable source

2014-05-20 Thread Santiago Baldassin
Public bug reported: The following command results in a successful vm creation: nova boot --boot-volume --flavor we should validate that the --boot-volume passed is actually a bootable volume and if it's not we should return an error explaining what went wrong ** Affects: nova Importanc

[Yahoo-eng-team] [Bug 1282206] Re: Uncaught GreenletExit in ProcessLauncher if wait called after greenlet kill

2014-05-20 Thread Matt Riedemann
** Tags added: oslo ** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1282206 Title: Uncaught GreenletExit in ProcessLaunc

[Yahoo-eng-team] [Bug 1321298] [NEW] Periodic task cause errors in _finish_resize

2014-05-20 Thread Lance Bragstad
Public bug reported: In the event that an end user sets resize_confirm_window to something small (say 1 in this example) there is a possibility that the periodic task can run in nova/compute/manager.py:ComputeManager._finish_resize() after the migration has been updated but before the instances ha

[Yahoo-eng-team] [Bug 1321271] [NEW] error rbd image size lead to too big system volume

2014-05-20 Thread ling-yun
Public bug reported: If you create a vm with 20G disk using rbd as imagebackend, it would create an rbd image with 20480G (real size = configured size * 1024). Beside the problem of wrong size allocation, this bug also bring two side effect: 1. The vm consume more disk space than configured size

[Yahoo-eng-team] [Bug 1317723] Re: There should be a log if the admin password is not set

2014-05-20 Thread Julie Pichon
I don't think the Horizon part of the bug is accurate, there is a setting to remove the password form from the Launch Instance screen (it is set to False by default in Icehouse). See http://docs.openstack.org/developer/horizon/topics/settings.html #openstack-hypervisor-features ** Changed in: hor

[Yahoo-eng-team] [Bug 1321239] [NEW] [EC2] StopInstance response missing instanceset info

2014-05-20 Thread Swami Reddy
Public bug reported: Stoptinstance response elements shown as below: Sample Request to stop the specified instance: === https://ec2.amazonaws.com/?Action=StopInstances &InstanceId.1=i-10a64379 &AUTHPARAMS == Response elements are: == ":http://ec2.amazonaws.com/doc/2013-10-15/"";> req-30edb813-

[Yahoo-eng-team] [Bug 1321220] [NEW] EC2] StartInstance response missing instanceset info

2014-05-20 Thread Swami Reddy
Public bug reported: Startinstance response elements shown as below: "http://ec2.amazonaws.com/doc/2013-10-15/"";> req-5970ccd7-c763-456c-89f0-5b55ea18880b true " But as per the AWS API reference doc, the response elements shown be as below: == http://ec2.amazonaws.com/doc/2014-02-01/";>

[Yahoo-eng-team] [Bug 1240849] Re: Cannot ssh into an instance after reboot

2014-05-20 Thread Thierry Carrez
** Also affects: neutron/havana Importance: Undecided Status: New ** Changed in: neutron/havana Status: New => 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/1

[Yahoo-eng-team] [Bug 1321207] [NEW] tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic failed with "NetworkInUseClient: Unable to complete operation on network 1a3a6a7c-d3a6

2014-05-20 Thread Ihar Hrachyshka
Public bug reported: The test failed once as follows: traceback-1: {{{ Traceback (most recent call last): File "tempest/scenario/test_network_basic_ops.py", line 98, in cleanup_wrapper self.cleanup_resource(resource, self.__class__.__name__) File "tempest/scenario/manager.py", line 114, i

[Yahoo-eng-team] [Bug 1321188] [NEW] Fix failed to create an image with id which deleted before

2014-05-20 Thread huangtianhua
Public bug reported: 1. Create an image with id: glance image-create --id 2146dfbf-ba77-4083-8e86-d052f671ece7 2. The image created sucessful 3. Delete the image: glance image-delete 2146dfbf-ba77-4083-8e86-d052f671ece7 4. The image deleted sucessful 5. Describe the image, the image was not

[Yahoo-eng-team] [Bug 1321186] [NEW] nova can't delete queued image for AttributeError

2014-05-20 Thread Liusheng
Public bug reported: steps to reproduce: 1. run "glance image-create" to create a queued image 2. run "nova image-delete " it returns: Delete for image b31aa5dd-f07a-4748-8f15-398346887584 failed: The server has either erred or is incapable of performing the requested operation. (HTTP 500) the

[Yahoo-eng-team] [Bug 1321141] [NEW] Make sure image format is raw when using rbd as imagebackend

2014-05-20 Thread ling-yun
Public bug reported: When using a qacow2 to create a vm with rbd imagebackend, the vm can be successfully created. Although vm's state is active, vm's console show that it can find boot disk. >From ceph's docs, we find that Ceph only works with raw volumes, so we need to >add an verify to che