[Yahoo-eng-team] [Bug 1330026] [NEW] API docs say POST token request returns 200

2014-06-13 Thread Craig Jellick
Public bug reported: http://developer.openstack.org/api-ref-identity-v3.html In the tokens section, for creating a token, its says: the "Normal Response Codes" is 200, but the normal response code is 201. ** Affects: keystone Importance: Undecided Status: New ** Tags: documentati

[Yahoo-eng-team] [Bug 1329984] [NEW] improve help messages on modals

2014-06-13 Thread Cindy Lu
Public bug reported: It will be a great effort to clean up all the messaging in Horizon, but we can take a first step with some of the help messages. :) Here are some examples of things to update: 1. "From here you can create a new domain to organize projects, groups and users." https://github

[Yahoo-eng-team] [Bug 1327397] Re: No notice given when db migrations are not run due to missing engine

2014-06-13 Thread Joe Gordon
** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Status: New => Confirmed ** Changed in: nova Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack C

[Yahoo-eng-team] [Bug 1326811] Re: Client failing with six =>1.6 error

2014-06-13 Thread Dean Troyer
** Changed in: python-openstackclient 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/1326811 Title: Client failing with six =>1.6 error St

[Yahoo-eng-team] [Bug 1251448] Re: BadRequest: Multiple possible networks found, use a Network ID to be more specific.

2014-06-13 Thread Clint Byrum
I don't see this as a heat issue at all. Heat is deleting things and accepting Neutron's answer that they are in fact deleted. Reassigning to Neutron. ** Project changed: heat => neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribe

[Yahoo-eng-team] [Bug 1251448] [NEW] BadRequest: Multiple possible networks found, use a Network ID to be more specific.

2014-06-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Gate (only neutron based) is peridocally failing with the following error: "BadRequest: Multiple possible networks found, use a Network ID to be more specific. " http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiIHBvc3NpYmxlIG5ldHdvcmtzIGZvdW5kL

[Yahoo-eng-team] [Bug 1329954] [NEW] Natural sort instance names

2014-06-13 Thread Chris St. Pierre
Public bug reported: Instance names in most tables are sorted numerically, not naturally, so you get things like: inst1 inst10 inst2 inst3 ... ** Affects: horizon Importance: Undecided Assignee: Chris St. Pierre (stpierre) Status: In Progress ** Changed in: horizon Sta

[Yahoo-eng-team] [Bug 1329949] [NEW] Snapshots are unsorted when launching from snapshot

2014-06-13 Thread Chris St. Pierre
Public bug reported: When launching from a snapshot, the snapshots are in arbitrary, unsorted order. ** Affects: horizon Importance: Undecided Assignee: Chris St. Pierre (stpierre) Status: In Progress ** Changed in: horizon Status: New => In Progress ** Changed in: hor

[Yahoo-eng-team] [Bug 1157331] Re: nvp plugin should allow admin to disable security groups completely

2014-06-13 Thread Aaron Rosen
using the port-security extension you can do this on networks so i'm closing this out. ** Changed in: neutron Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.n

[Yahoo-eng-team] [Bug 1329941] [NEW] XEN: Volume VDIs not cleaned up if boot fails before VBD creation

2014-06-13 Thread Andrew Laski
Public bug reported: During the spawn process the rollback portion of the create_vm_record step is supposed to detach volumes, destroy the VBDs, and then purge the SR. But this process relies on looking up VBDs attached to the instance. If the spawn process fails while creating/resizing a VDI th

[Yahoo-eng-team] [Bug 1328288] Re: openvswitch agent fails with bridges longer than 11 chars

2014-06-13 Thread Andrew Woodward
** Also affects: fuel Importance: Undecided Status: New ** Changed in: fuel Status: New => Confirmed ** Changed in: fuel Importance: Undecided => Medium ** Changed in: fuel Assignee: (unassigned) => Fuel OSCI Team (fuel-osci) ** Changed in: fuel Milestone: None => 5

[Yahoo-eng-team] [Bug 1328359] Re: keystone uses incorrect OS_AUTH_URL

2014-06-13 Thread Dolph Mathews
** Project changed: keystone => python-keystoneclient ** Tags added: user-experience -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1328359 Title: keystone uses incorrect OS_AUTH_URL

[Yahoo-eng-team] [Bug 1328592] Re: Broken error message when no service endpoint exists

2014-06-13 Thread Dolph Mathews
If you find that it's not addressed in 0.9.0, please comment here so we can re-open this. Thanks! ** Changed in: keystone Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.

[Yahoo-eng-team] [Bug 1329929] [NEW] Cannot 'resize' while instance is in task_state resize_migrating

2014-06-13 Thread Daniel Berrange
Public bug reported: http://logs.openstack.org/00/97500/4/check/check-tempest-dsvm-postgres- full/3376b43/ 2014-06-13 14:12:58.805 | tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestXML.test_resize_server_from_manual_to_auto[gate] 2014-06-13 14:12:58.805 | --

[Yahoo-eng-team] [Bug 1329891] [NEW] Keystone Not Able to Add Users to AD/Ldap and OpenLdap

2014-06-13 Thread Sam Leong
Public bug reported: I tried to add uses to AD/Ldap through keystone with the following curl command - curl -s -k -H 'X-Auth-Token: ADMIN' -H 'Content-Type: application/json' -d '{"user": {"name": "test7", "password": "Devtest123"}}' http://localhost:35357/v3/users Keystone showed the followin

[Yahoo-eng-team] [Bug 1329888] [NEW] Unhelpful error when modifying security group fails

2014-06-13 Thread Chris St. Pierre
Public bug reported: When modifying instance security groups, Horizon catches all exceptions and reraises a simple, dumb Exception with the message: Failed to modify %d instance security groups. That's useless enough, but since it reraises Exception, it has no hope of being caught further do

[Yahoo-eng-team] [Bug 1329864] Re: Owner role is broken in default v2 policy file

2014-06-13 Thread Dolph Mathews
That's originally by design, but I agree with the notion that users should be able to delete their own tokens, even though it's traditionally an administrative function (I see it as "logging out"). ** Changed in: keystone Importance: Undecided => Wishlist ** Changed in: keystone Status:

[Yahoo-eng-team] [Bug 1329882] [NEW] Snapshot is deleted after instance is terminated

2014-06-13 Thread Dennis Kliban
Public bug reported: NovaImageBuilder runs Anaconda and other installers inside a nova instance. After the install the instance is shut down and a snapshot is taken. After the snapshot finishes being saved the instance is terminated. In the last week I have noticed that the snapshot gets delete

[Yahoo-eng-team] [Bug 1329864] [NEW] Owner role is broken in default v2 policy file

2014-06-13 Thread Haneef Ali
Public bug reported: In v2 policy.json owner is defined as "owner" : "user_id:%(user_id)s", It should be "owner" : "user_id:%(user_id)s or user_id:%(target.token.user_id)s", Affected APIs, Using default v2 policy file a user can't delete his own token due to this defect ** Affects:

[Yahoo-eng-team] [Bug 1329797] [NEW] Cinder client use has no timeout

2014-06-13 Thread Brian Elliott
Public bug reported: Nova-api calls cinder in a synchronous fashion on volume-list and snapshot-list calls. There is a baked in param defaulting to 3 retries, but no ability to control the timeout on each attempt. In order to achieve more predictable nova-api response times, a timeout should be

[Yahoo-eng-team] [Bug 1329791] [NEW] Tempest: Deleting the tenant not deleting the security groups/rules associated

2014-06-13 Thread Ashish Kumar Gupta
Public bug reported: Steps to Reproduce: 1. Create multiple tenant and perform some operations. 2. Check the security groups list multiple default security groups gets created associated to each tenants. 3. Delete all the resources corresponding to each tenant and then delete all the tenant exc

[Yahoo-eng-team] [Bug 1316475] Re: [SRU] CloudSigma DS for causes hangs when serial console present

2014-06-13 Thread Roman Podoliaka
** Changed in: diskimage-builder Status: Fix Committed => Fix Released -- 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/1316475 Title: [SRU] CloudSigma DS for causes hangs when s

[Yahoo-eng-team] [Bug 1329042] Re: gate-tempest-dsvm-large-ops fails consistently in stable/havana

2014-06-13 Thread Matt Riedemann
** No longer affects: nova ** Changed in: openstack-ci Importance: Undecided => Critical ** Changed in: openstack-ci Assignee: Matt Riedemann (mriedem) => Joe Gordon (jogo) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1329764] [NEW] Hyper-V volume attach issue: wrong SCSI slot is selected

2014-06-13 Thread Petrut Lucian
Public bug reported: When attaching volumes, the Hyper-V driver selects the slot on the SCSI controller by using the number of drives attached to that controller. This leads to exceptions when detaching volumes having lower numbered slots and then attaching a new volume. Take for example 2 volum

[Yahoo-eng-team] [Bug 1329755] [NEW] novncproxy children progresses don't quit while stopping novncproxy

2014-06-13 Thread hzxiongwenwu
Public bug reported: 1.we start nova-novncproxy service 2.run ps -ef|grep nova-novncproxy,we find only one processes 3.then we gget a vnc url such as "http://11.12.13.14:6080/vnc_auto.html?token=-9229-43c33-49f3f07-"; , for example nova get-vnc-console server-uuid novnc, and open it in

[Yahoo-eng-team] [Bug 1319354] Re: intermittent failure in unit test job startup

2014-06-13 Thread Eugene Nikanorov
*** This bug is a duplicate of bug 1316486 *** https://bugs.launchpad.net/bugs/1316486 ** This bug has been marked a duplicate of bug 1316486 Package is imported instead of module in neutron/tests/unit/services/loadbalancer/drivers/netscaler/test_netscaler_driver.py -- You received this

[Yahoo-eng-team] [Bug 1329653] [NEW] Copying objects in swift with a leading / in the path

2014-06-13 Thread Kalle Happonen
Public bug reported: (RDO Havana) This seems to ignore the path altogether or give an error depending on the path and destination container. That said, I'm not sure what the correct way to handle a leading slash is, but currently it's inconsistent. The resulting copies are visible in horizon, b