[Yahoo-eng-team] [Bug 1458308] [NEW] Deleting a volume booted server which is still in build state leaves behind volume in 'in-use' state

2015-05-24 Thread Ahmad Faheem
Public bug reported: Deleting a server created using bootable volume which is still in build state leaves behind volume in 'in-use' state and this volume can not be deleted using delete api. Below is the shell script to reproduce it. curl -g -i -X POST

[Yahoo-eng-team] [Bug 1458354] [NEW] LXC instances cannot boot from volume

2015-05-24 Thread Daniel Stelter-Gliese
Public bug reported: Nova Version: Kilo; 1:2015.1.0-0ubuntu1~cloud0 Steps to reproduce: 1. Create volume from image 2. Boot new instance from this volume 3. Observe error in nova-compute.log Expected result: Instance boots successfully Actual result: Failed to prep block device error

[Yahoo-eng-team] [Bug 1434700] Re: [Launch Instance Fix] Add a Instance details step

2015-05-24 Thread Shaoquan Chen
This bug is a dup of 1435869. ** Changed in: horizon Status: In Progress = Invalid -- 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/1434700 Title: [Launch

[Yahoo-eng-team] [Bug 1458436] [NEW] wrong url in document of horizon tutorial

2015-05-24 Thread Canh Truong
Public bug reported: I follow the steps in tutorial Adding a complex action to a table and I get the error when run again horizon: Error reversing absolute URL for Panel: mypanel: Reverse for 'index' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: [] Internal

[Yahoo-eng-team] [Bug 1458425] [NEW] Cleanup all base.NovaObjectDictCompat

2015-05-24 Thread Zhenyu Zheng
Public bug reported: Cleanup all base.NovaObjectDictCompat according to Daniel Berrange's TODO comment. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1458285] [NEW] Remove outdated TODO comment

2015-05-24 Thread Zhenyu Zheng
Public bug reported: A TODO comment added by Brian Waldon in \nova\api\openstack\compute\contrib\admin_actions.py about adding prefix 'os-' before all admin actions can be considered as outdated. It is useless since both the V2 and V2.1 instance actions are not prefixed with 'os-' both in

[Yahoo-eng-team] [Bug 1458286] [NEW] The input parameter for agents update is different from other APIs

2015-05-24 Thread Zhenyu Zheng
Public bug reported: The parameter in nova/api/openstack/compute/plugins/v3/agents.py function: update name para is different from the ones of the other APIs. Most other names are resource names like server etc. This name should be changed to agent for consistent naming with v2.1+microversions.