[Yahoo-eng-team] [Bug 1368010] Re: Specific roles should be allowed to view or configure quota

2014-09-11 Thread Eugene Nikanorov
I think specifying roles is a matter of different not quota-related work, which is better done in the scope of a blueprint. ** Changed in: neutron Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutr

[Yahoo-eng-team] [Bug 1316822] Re: soft reboot of instance does not ensure iptables rules are present

2014-09-11 Thread Nathan Kinder
This was published as OSSN-0022: https://wiki.openstack.org/wiki/OSSN/OSSN-0022 ** Changed in: ossn Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bu

[Yahoo-eng-team] [Bug 1365712] Re: Command Execution Possible Through Config File Tampering

2014-09-11 Thread Nathan Kinder
This is already covered by published note OSSN-0026: https://wiki.openstack.org/wiki/OSSN/OSSN-0026 ** Changed in: ossn Status: New => Fix Released ** Changed in: ossn Assignee: (unassigned) => Travis McPeak (travis-mcpeak) -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1368037] Re: tempest-dsvm-postgres-full fail with 'Error. Unable to associate floating ip'

2014-09-11 Thread Eugene Nikanorov
Agree with Henry, adding nova, removing neutron ** Also affects: nova Importance: Undecided Status: New ** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/b

[Yahoo-eng-team] [Bug 1368516] [NEW] Quota Error In the Case of Parallel Execute

2014-09-11 Thread AiQingxing
Public bug reported: When a user upload several images at the same time,the storage usage of him may exceed the quota limit. See sample here: In glance/glance/api/v1/upload_utils.py Line123 2014/9/12 The Process has finished upload and pass the second quota check,But not yet writes the size t

[Yahoo-eng-team] [Bug 1348844] Re: Keystone logs auth tokens in URLs at log level info

2014-09-11 Thread Nathan Kinder
This was published as OSSN-0023: https://wiki.openstack.org/wiki/OSSN/OSSN-0023 ** Changed in: ossn Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net

[Yahoo-eng-team] [Bug 1368495] [NEW] 'type'/'mac_adrr' attribute of server's address field not converted to V2.1

2014-09-11 Thread Ghanshyam Mann
Public bug reported: For 'extended_ips'/'extended_ips_mac' extension, there are difference between V2 and V3 server show/index & server address index API response listed below- 'address' field of V2->V3 server API response- "OS-EXT-IPS:type" -> "type" "OS-EXT-IPS-MAC:mac_addr" -> "mac_addr" Abo

[Yahoo-eng-team] [Bug 1316822] Re: soft reboot of instance does not ensure iptables rules are present

2014-09-11 Thread Sean Dague
** Changed in: nova Status: New => Won't Fix -- 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/1316822 Title: soft reboot of instance does not ensure iptables rules

[Yahoo-eng-team] [Bug 1274160] Re: port_update from nova could potentially occurs after get_device_details/update_device_up

2014-09-11 Thread Sean Dague
** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1274160 Title: port_update from nova could potentially occurs after get_device_details/update_device_up Statu

[Yahoo-eng-team] [Bug 1260982] Re: TimeoutException waiting for image status in test_create_second_image_when_first_image_is_being_saved

2014-09-11 Thread Sean Dague
** Changed in: nova Status: New => Incomplete ** Changed in: glance 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/1260982 Title: T

[Yahoo-eng-team] [Bug 1296549] Re: can't disassociate floating-ip and delete vms while host is in invalid

2014-09-11 Thread Sean Dague
nova evacuate is designed for this case ** 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/bugs/1296549 Title: can't disassocia

[Yahoo-eng-team] [Bug 1280389] Re: nova scrub doesn't remove a vm

2014-09-11 Thread Sean Dague
** Changed in: nova Status: New => Confirmed ** Changed in: nova Importance: Undecided => Low ** Also affects: python-novaclient Importance: Undecided Status: New ** Changed in: python-novaclient Status: New => Confirmed ** Changed in: python-novaclient Importance:

[Yahoo-eng-team] [Bug 1331307] Re: "nova show instance_id" gives duplicate security group info (neutron enabled, nova-network disabled)

2014-09-11 Thread Sean Dague
** Also affects: python-novaclient Importance: Undecided Status: New ** Changed in: python-novaclient Status: New => Confirmed ** Changed in: python-novaclient Importance: Undecided => Low ** Changed in: nova Status: New => Invalid -- You received this bug notificati

[Yahoo-eng-team] [Bug 1368479] [NEW] Metadef Property and Object schema columns should use JSONEncodedDict

2014-09-11 Thread Wayne
Public bug reported: The MetadefProperty and MetadefObject ORM classes currently specify the JSON schema columns as type Text. It is preferred to use the JSONEncodedDict Type Decorator instead. ** Affects: glance Importance: Undecided Assignee: Wayne (wayne-okuma) Status: New

[Yahoo-eng-team] [Bug 1336551] Re: multi network create not correctly setting up bridge

2014-09-11 Thread Sean Dague
** Changed in: nova Status: New => Opinion -- 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/1336551 Title: multi network create not correctly setting up bridge Sta

[Yahoo-eng-team] [Bug 1189549] Re: Not keep-alive connections are not closed (gzip-filter)

2014-09-11 Thread Mark Washenberger
It sounds crazy to me to close a connection at the earliest possible opportunity. The point of HTTP 1.1 is for clients and servers to be able to keep connections open and reuse them as much as possible. >From RFC 2616 "8.1.2.1 Negotiation An HTTP/1.1 server MAY assume that a HTTP/1.1 client i

[Yahoo-eng-team] [Bug 1347376] Re: create a volume from an image raise AttributeError

2014-09-11 Thread Mark Washenberger
I like the idea of making the default container format 'bare' in the server as well. I think that would save a lot of the headache that is experienced by client users. We could do one of two ways: #1 in glanceclient, during image-create, if data is given (--copy-from or --file or --stdin), but

[Yahoo-eng-team] [Bug 1278432] Re: evacuate/host-evacuate do not accept fqdn for target host

2014-09-11 Thread melanie witt
*** This bug is a duplicate of bug 1310340 *** https://bugs.launchpad.net/bugs/1310340 Not a bug in novaclient, wishlist item in nova. ** Also affects: nova Importance: Undecided Status: New ** Changed in: python-novaclient Status: New => Invalid ** This bug has been marked

[Yahoo-eng-team] [Bug 1310340] Re: live migration fails when use long hostname of a nova compute target host

2014-09-11 Thread melanie witt
This isn't really a bug, changing to Wishlist. ** Changed in: nova Importance: Medium => Wishlist ** Changed in: nova Status: In Progress => Confirmed ** No longer affects: horizon -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is sub

[Yahoo-eng-team] [Bug 1325304] Re: hypervisors.staticstics().running_vms count includes shutdown vms

2014-09-11 Thread melanie witt
I was able to reproduce what you saw using devstack, I powered off the one vm I had and still saw running_vms = 1. I used nova --debug hypervisor-stats to see what came back from nova api, and it matched: REQ: curl -i 'http://10.0.2.15:8774/v2/a7f85c3e8af5467c91019cfb7af62cc9/os-hypervisors/stati

[Yahoo-eng-team] [Bug 1330763] Re: PostgrestSQLOpportunisticFixture fails with no attribute named _details

2014-09-11 Thread Sean Dague
** Changed in: nova Importance: Medium => Critical ** Also affects: oslo.db Importance: Undecided Status: New ** Changed in: oslo.db Status: New => Triaged ** Changed in: oslo.db Importance: Undecided => Critical -- You received this bug notification because you are a me

[Yahoo-eng-team] [Bug 1295829] Re: regressions in picker with new nav

2014-09-11 Thread David Lyle
This was fixed when the layout of the context selection mechanism changed in Juno-3. ** 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

[Yahoo-eng-team] [Bug 1348416] Re: Popen with shell=True

2014-09-11 Thread Sean Dague
** No longer affects: nova -- 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/1348416 Title: Popen with shell=True Status in OpenStack Image Registry and Delivery Service (

[Yahoo-eng-team] [Bug 1357476] Re: Timeout waiting for vif plugging callback for instance

2014-09-11 Thread Joe Gordon
** 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/1357476 Title: Timeout waiting for vif plugging callback for instance St

[Yahoo-eng-team] [Bug 1368372] Re: nova client help test for rescue

2014-09-11 Thread Sean Dague
** Changed in: nova Status: New => Confirmed ** Changed in: nova Importance: Undecided => Wishlist ** Tags added: documentation ** Also affects: python-novaclient Importance: Undecided Status: New ** Changed in: nova Status: Confirmed => Invalid ** Changed in: python

[Yahoo-eng-team] [Bug 1368391] Re: sqlalchemy-migrate 0.9.2 is breaking nova unit tests

2014-09-11 Thread Eric Harney
Cinder: https://review.openstack.org/#/c/120907/ ** Also affects: cinder 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). https://bugs.launchpad.net/bugs/1368391

[Yahoo-eng-team] [Bug 1361081] Re: v1&v2 creation interface prompts differences when Image name exceeds limit

2014-09-11 Thread Mark Washenberger
Jin, What's wrong with the v2 output? FWIW, we're probably not in a position to make the error output consistent across api versions, if that is what you're asking for. ** Changed in: glance Status: New => Won't Fix ** Also affects: python-glanceclient Importance: Undecided Sta

[Yahoo-eng-team] [Bug 1368408] [NEW] message regarding password changing stays even after user has logged in and logged out

2014-09-11 Thread Gloria Gu
Public bug reported: How to reproduce: login as admin user click admin dropdown-> settings at right corner of Horizon Settings panel shows up at the right hand side, expand it, click "Change Password" Change password it should log you out into login page with "Password changed. Please log in

[Yahoo-eng-team] [Bug 1367310] Re: Not supplying container format fails but still creates image in 'queued' state

2014-09-11 Thread Mark Washenberger
This is confusing, yes. However, its not really a bug per se (or in any case it would require backwards incompatible changes to fix). You can subsequently call glance image-update with the appropriate --container- format and --file base.qcow2, and the file should be uploaded with the image going to

[Yahoo-eng-team] [Bug 1368404] [NEW] Uncaught 'libvirtError: Domain not found' errors during destroy

2014-09-11 Thread Hans Lindgren
Public bug reported: Some uncaught libvirt errors may result in instances being set to ERROR state and is causing sporadic gate failures. This can happen for any of the code paths that use _destroy(). Here is a recent example of a failed resize: [req-06dd4908-382e-455e-854e-e4d42a4bf62b TestServ

[Yahoo-eng-team] [Bug 1346829] Re: support disable_terminate for instance

2014-09-11 Thread melanie witt
This functionality is already provided by the 'nova lock' command: http://docs.openstack.org/user- guide/content/novaclient_commands.html#novaclient_subcommand_lock ** Changed in: python-novaclient Status: New => Invalid -- You received this bug notification because you are a member of Y

[Yahoo-eng-team] [Bug 1346829] Re: support disable_terminate for instance

2014-09-11 Thread melanie witt
This functionality is already provided by the lock admin action: http://developer.openstack.org/api-ref-compute-v2-ext.html#ext-action and can also work for a user because of this patch "Allow user and admin lock of an instance": https://review.openstack.org/#/c/38196/ ** Changed in: nova

[Yahoo-eng-team] [Bug 1367941] Re: Able to aquire the semaphore used in lockutils.synchronized_with_prefix twice at the same time

2014-09-11 Thread Ben Nemec
** Also affects: oslo.concurrency Importance: Undecided Status: New ** Changed in: oslo.concurrency Status: New => Triaged ** Changed in: oslo.concurrency Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Tea

[Yahoo-eng-team] [Bug 1361134] Re: run "nova evacuate" command, 'can't be encoded'error

2014-09-11 Thread Mark Washenberger
** Also affects: python-glanceclient Importance: Undecided Status: New ** No longer affects: glance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1361134 Title: run "nova evac

[Yahoo-eng-team] [Bug 1294994] Re: Managers instantiated multiple times

2014-09-11 Thread Dolph Mathews
** Also affects: keystone/icehouse Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1294994 Title: Managers instantiated multiple times Status

[Yahoo-eng-team] [Bug 1368395] [NEW] , )>, )>, 3 Failure

2014-09-11 Thread Joshua Harlow
Public bug reported: Another sass rule error/failure (unsure what these mean). [Thu Sep 11 05:33:56.380761 2014] [:error] [pid 23189:tid 140304170833664] File "/usr/local/lib/python2.7/dist-packages/scss/__init__.py", line 1398, in [Thu Sep 11 05:33:56.380781 2014] [:error] [pid 23189:tid 14

[Yahoo-eng-team] [Bug 1315049] Re: 'Provider' object has no attribute 'revoke_api'

2014-09-11 Thread Dolph Mathews
*** This bug is a duplicate of bug 1294994 *** https://bugs.launchpad.net/bugs/1294994 ** This bug has been marked a duplicate of bug 1294994 Managers instantiated multiple times -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1364255] Re: Align Glance quota mechanisem with other services

2014-09-11 Thread Mark Washenberger
This is a feature request (per-tenant quotas) ** Changed in: glance Importance: Undecided => Wishlist ** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.lau

[Yahoo-eng-team] [Bug 1368391] Re: sqlalchemy-migrate 0.9.2 is breaking nova unit tests

2014-09-11 Thread Matt Riedemann
** Also affects: sqlalchemy-migrate 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). https://bugs.launchpad.net/bugs/1368391 Title: sqlalchemy-migrate 0.9.2 is

[Yahoo-eng-team] [Bug 1230076] Re: glance.tests.unit.test_store_base.TestStoreBase.test_exception_to_unicode fails

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1230076 Title: glance.tests.unit.test_store_base.TestStoreBase.test_exception_to

[Yahoo-eng-team] [Bug 1368391] [NEW] sqlalchemy-migrate 0.9.2 is breaking nova unit tests

2014-09-11 Thread Joe Gordon
Public bug reported: sqlalchemy-migrate 0.9.2 is breaking nova unit tests OperationalError: (OperationalError) cannot commit - no transaction is active u'COMMIT;' () http://logs.openstack.org/39/117839/18/gate/gate-nova-python27/8a7aa8c/ ** Affects: nova Importance: Critical Statu

[Yahoo-eng-team] [Bug 1366911] Re: Nova does not ensure a valid token is available if snapshot process exceeds token lifetime

2014-09-11 Thread Nikolay Starodubtsev
** No longer affects: glance ** Changed in: nova Assignee: Nikolay Starodubtsev (starodubcevna) => (unassigned) -- 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/1366911

[Yahoo-eng-team] [Bug 1314905] Re: nova-baremetal loses track of instance<->node relationship on REBUILD error

2014-09-11 Thread Sean Dague
baremetal deprecated ** Changed in: nova Status: New => Won't Fix -- 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/1314905 Title: nova-baremetal loses track of ins

[Yahoo-eng-team] [Bug 1337473] Re: horizon gets the default quota for floating ips for new projects from the what the current user has

2014-09-11 Thread Sean Dague
not clear why this was a nova bug ** Also affects: horizon Importance: Undecided Status: New ** 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). ht

[Yahoo-eng-team] [Bug 1368378] [NEW] Cannot run "nova shelve-offload" command

2014-09-11 Thread Danny Choi
Public bug reported: OpenStack version: Icehouse Setup: 3-node, namely Controller, Compute and Network Issue: cannot run "nova shelve-offload " command Steps to reproduce: 1. Create an instance. 2. Verify instance is running/active: nova list 3. Run command: nova shelve 4. Verify instance: nov

[Yahoo-eng-team] [Bug 1368372] [NEW] nova client help test for rescue

2014-09-11 Thread Tim Bell
Public bug reported: The nova client help text for rescue is very terse. Improving this would not only help the command but also the doc since it is autogenerated. rescue Rescue a server. A basic explanation of what rescue is would be very helpful. Some of the other commands provi

[Yahoo-eng-team] [Bug 1175530] Re: cinder-manage ignores --sql_connection parameter

2014-09-11 Thread Mark Washenberger
*** This bug is a duplicate of bug 1176817 *** https://bugs.launchpad.net/bugs/1176817 ** This bug has been marked a duplicate of bug 1176817 Give priority to CLI args -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.

[Yahoo-eng-team] [Bug 1173269] Re: db migration 022 question

2014-09-11 Thread Mark Washenberger
*** This bug is a duplicate of bug 1160114 *** https://bugs.launchpad.net/bugs/1160114 ** This bug has been marked a duplicate of bug 1160114 test_postgresql_opportunistically fails on RHEL -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1201266] Re: 'is_public' filter should be handled when nova calls glance via V2

2014-09-11 Thread Mark Washenberger
Not a glance bug. ** No longer affects: glance -- 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/1201266 Title: 'is_public' filter should be handled when nova calls glance

[Yahoo-eng-team] [Bug 1348416] Re: Popen with shell=True

2014-09-11 Thread Mark Washenberger
There is also a nasty shell=True in glance.tests.utils.execute, which is probably even worse! Our test_migrations code was copied from nova I believe, and a brief glance at nova master indicates a similar use of shell=True in test_migrations.py. So I'm adding Nova as well. ** Changed in: glance

[Yahoo-eng-team] [Bug 1164148] Re: The configuration information in oslo.config.cfg.CONF is treated as a global variable in glance programs

2014-09-11 Thread Mark Washenberger
I don't see us fixing this any time soon, unfortunately. FWIW we figured out some workarounds for the functional testing. ** Changed in: glance Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1279591] Re: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON / ListImageFiltersTestXML

2014-09-11 Thread Mark Washenberger
Looks like a nova images issue, not glance. ** No longer affects: glance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1279591 Title: tempest.api.compute.images.test_list_image_filters.

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

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1275070 Title: Multiple unit tests around serialization failing Status in OpenStack Ima

[Yahoo-eng-team] [Bug 1222721] Re: Scrubber lock_path does not default to temp dir

2014-09-11 Thread Mark Washenberger
It appears this was fixed in dde2cbafd33b69024e36c741402c8c130ab761e8 with the adoption of IPC posix locks when lock_path is not set. ** Changed in: glance Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subsc

[Yahoo-eng-team] [Bug 1368361] [NEW] Horizon fails to start if 'exceptions' entry missing from HORIZON_CONFIG

2014-09-11 Thread Gary W. Smith
Public bug reported: Steps to reproduce: 1. Copy openstack_dashboard/local/local_settings.py.example to local_settings.py 2. Comment out the 'exceptions' entry of HORIZON_CONFIG (lines 65-67) 3. Start horizon. It throws a stack trace ending with: File "/data/projects/horizon/openstack_dashboar

[Yahoo-eng-team] [Bug 1229104] Re: glance unittest might try access the system policy.json file

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1229104 Title: glance unittest might try access the system policy.json file Status in

[Yahoo-eng-team] [Bug 1248842] Re: 400 bad request when token is too large

2014-09-11 Thread Mark Washenberger
*** This bug is a duplicate of bug 1190149 *** https://bugs.launchpad.net/bugs/1190149 ** This bug has been marked a duplicate of bug 1190149 Token auth fails when token is larger than 8k -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is s

[Yahoo-eng-team] [Bug 1247194] Re: Jenkins fails due to test_register_http_image error

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1247194 Title: Jenkins fails due to test_register_http_image error Status in OpenStack

[Yahoo-eng-team] [Bug 1199892] Re: Glance in Grizzly is incompatible with SQLAlchemy 0.8

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1199892 Title: Glance in Grizzly is incompatible with SQLAlchemy 0.8 Status in OpenSt

[Yahoo-eng-team] [Bug 1099451] Re: Image fails to upload via dashboard, works via command-line client

2014-09-11 Thread Mark Washenberger
*** This bug is a duplicate of bug 1057322 *** https://bugs.launchpad.net/bugs/1057322 ** This bug has been marked a duplicate of bug 1057322 Image fails to upload to swift: TypeError: object of type 'CooperativeReader' has no len( -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1229051] Re: eventlet hub is a poll instead of epoll

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1229051 Title: eventlet hub is a poll instead of epoll Status in OpenStack Image Regi

[Yahoo-eng-team] [Bug 1255047] Re: create an interface should check parameter "interfaceAttachment" in request

2014-09-11 Thread Sean Dague
not really a bug ** Changed in: nova Status: New => Invalid ** Changed in: nova Importance: Undecided => Wishlist -- 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

[Yahoo-eng-team] [Bug 1334272] Re: Server fails to become active because: Failed to add interface: Dump was interrupted and may be inconsistent

2014-09-11 Thread Vish Ishaya
*** This bug is a duplicate of bug 1334142 *** https://bugs.launchpad.net/bugs/1334142 ** This bug is no longer a duplicate of bug 1368344 Failure in test_server_actions ** This bug has been marked a duplicate of bug 1334142 A server creation fails due to adding interface failure -- Yo

[Yahoo-eng-team] [Bug 1265131] Re: Image to be uploaded or URL link only should be given ?

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1265131 Title: Image to be uploaded or URL link only should be given ? Status in

[Yahoo-eng-team] [Bug 1042363] Re: glance backend images can appear to be too long

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1042363 Title: glance backend images can appear to be too long Status in OpenS

[Yahoo-eng-team] [Bug 1334247] Re: tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern

2014-09-11 Thread Vish Ishaya
*** This bug is a duplicate of bug 1334142 *** https://bugs.launchpad.net/bugs/1334142 ** This bug is no longer a duplicate of bug 1368344 Failure in test_server_actions ** This bug has been marked a duplicate of bug 1334142 A server creation fails due to adding interface failure -- Yo

[Yahoo-eng-team] [Bug 1368344] Re: Failure in test_server_actions

2014-09-11 Thread Vish Ishaya
*** This bug is a duplicate of bug 1334142 *** https://bugs.launchpad.net/bugs/1334142 so the fix for https://bugs.launchpad.net/bugs/1334142 is correct, it just needs to be backported to stable/icehouse ** This bug has been marked a duplicate of bug 1334142 A server creation fails due to

[Yahoo-eng-team] [Bug 1108994] Re: v1 headers are encoded as UTF-8

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1108994 Title: v1 headers are encoded as UTF-8 Status in OpenStack Image Registry

[Yahoo-eng-team] [Bug 1334247] Re: tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern

2014-09-11 Thread Vish Ishaya
*** This bug is a duplicate of bug 1368344 *** https://bugs.launchpad.net/bugs/1368344 ** This bug is no longer a duplicate of bug 1334142 A server creation fails due to adding interface failure ** This bug has been marked a duplicate of bug 1368344 Failure in test_server_actions -- Yo

[Yahoo-eng-team] [Bug 1334272] Re: Server fails to become active because: Failed to add interface: Dump was interrupted and may be inconsistent

2014-09-11 Thread Vish Ishaya
*** This bug is a duplicate of bug 1368344 *** https://bugs.launchpad.net/bugs/1368344 ** This bug is no longer a duplicate of bug 1334142 A server creation fails due to adding interface failure ** This bug has been marked a duplicate of bug 1368344 Failure in test_server_actions -- Yo

[Yahoo-eng-team] [Bug 1368344] [NEW] Failure in test_server_actions

2014-09-11 Thread Vish Ishaya
Public bug reported: 2014-09-09 23:07:28.235 | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped[gate,smoke] 2014-09-09 23:07:28.235 | -

[Yahoo-eng-team] [Bug 1368347] [NEW] Incorrect status/power state for the instance(s) when the compute node is powered down

2014-09-11 Thread Danny Choi
Public bug reported: OpenStack version: Icehouse Issue: in a 3-node setup, namely Controller, Compute and Network, when the compute node is powered down, "nova list" shows the instance(s) incorrectly as ACTIVE/Running. root@Controller:/home/guest# nova service-list +--+--

[Yahoo-eng-team] [Bug 1368338] [NEW] Rewrite table filtering to use GET-requests for filtering data

2014-09-11 Thread Timur Sufiev
Public bug reported: Currently table filtering is built on POST requests, which is both conceptually wrong, and makes it impossible to filter data in a table the user is redirected into. (originally filed as a blueprint https://blueprints.launchpad.net/horizon/+spec/table-filtering-via-get before

[Yahoo-eng-team] [Bug 1329261] Re: vmware: VCdriver creates same hypervisor_hostname for different vcenters with same Cluster name

2014-09-11 Thread Tracy Jones
sorry - bugs that affect only a particular hypervisor cannot be critical. I'll add this to the vmwareapi-team and mark critical. ** Changed in: nova Importance: Critical => High ** Also affects: openstack-vmwareapi-team Importance: Undecided Status: New ** Changed in: openstack-vmw

[Yahoo-eng-team] [Bug 1365750] Re: Ironic jobs failing in tripleo CI due to extra specs error

2014-09-11 Thread Dmitry "Divius" Tantsur
Should be fixed in nova now ** Also affects: nova Importance: Undecided Status: New ** Tags added: ironic ** Changed in: ironic Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Co

[Yahoo-eng-team] [Bug 1368259] Re: unable to delete volume after attach with mount point fails on instance

2014-09-11 Thread Stefano Maffulli
** Project changed: openstack-community => nova -- 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/1368259 Title: unable to delete volume after attach with mount point fails

[Yahoo-eng-team] [Bug 1368259] [NEW] unable to delete volume after attach with mount point fails on instance

2014-09-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Description of problem: Openstack on rhel 7.0 VM box rhos 5.0 version . After creating instance , we try to attach volume to it . The volume created by tempest code : def test_attach_detach_volume_to_instance(self): # Volume is attached and detac

[Yahoo-eng-team] [Bug 1324356] Re: allow instance based flat_injected config

2014-09-11 Thread Sean Dague
** Changed in: nova Status: New => Won't Fix ** Changed in: nova Importance: Undecided => Wishlist -- 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/1324356 Title:

[Yahoo-eng-team] [Bug 1324751] Re: Can't delete baremetal instance when the baremetal vm is deleted in advance

2014-09-11 Thread Sean Dague
if you delete out from under nova, all bets are off. ** Changed in: nova Status: New => Won't Fix -- 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/1324751 Title: C

[Yahoo-eng-team] [Bug 1326411] Re: Improved Security Group and Rule Creation

2014-09-11 Thread Sean Dague
not a nova feature ** 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/bugs/1326411 Title: Improved Security Group and Rule Crea

[Yahoo-eng-team] [Bug 1322599] Re: nova baremetal-node-create fails with HTTP 500

2014-09-11 Thread Sean Dague
** 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/bugs/1322599 Title: nova baremetal-node-create fails with HTTP 500 Status in

[Yahoo-eng-team] [Bug 1319710] Re: Live-migration failed with OpenStack Icehouse and Ubuntu 12.04

2014-09-11 Thread Sean Dague
*** This bug is a duplicate of bug 1303536 *** https://bugs.launchpad.net/bugs/1303536 ** This bug has been marked a duplicate of bug 1303536 Live migration fails. XML error: CPU feature `wdt' specified more than once -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1368293] [NEW] Sahara tests not mocked properly

2014-09-11 Thread Matthias Runge
Public bug reported: When running tests in 2014.2. Milestone-3: OK (SKIP=8) Destroying test database for alias 'default'... Running openstack_dashboard tests nosetests openstack_dashboard --nocapture --nologcapture --cover-package=openstack_dashboard --cover-inclusive --all-modules --exclude-di

[Yahoo-eng-team] [Bug 1337798] Re: VMware: snapshot operation copies a live image

2014-09-11 Thread Sean Dague
Discussion seems to imply this is invalid ** 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/bugs/1337798 Title: VMware: snapsh

[Yahoo-eng-team] [Bug 1361230] Re: ad248f6 jsonutils sync breaks if simplejson < 2.2.0 (under python 2.6)

2014-09-11 Thread Matt Riedemann
Also needs to be fixed in ceilometer: https://github.com/openstack/ceilometer/commit/341bad76c7a19d3a01a9ee97fd21c66f909e036a I checked cinder, glance, heat, neutron and trove and they hadn't synced the original change over so they are OK. ** Also affects: ceilometer Importance: Undecided

[Yahoo-eng-team] [Bug 1362528] Re: cirros starts with file system in read only mode

2014-09-11 Thread Sean Dague
Honestly, I'm not really sure how what's here is actionable. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1362528 Title: cirros start

[Yahoo-eng-team] [Bug 1368281] [NEW] Scalability issue using neutron-linuxbridge-agent

2014-09-11 Thread mouadino
Public bug reported: Hi all, In a cluster of 20 nodes that is configured to use neutron-linuxbridge- agent and as part of our load test which included running a lot of instances at once (e.g 100, 200 ... 500), we noticed the more you increase the number of instances to launch the more the resulti

[Yahoo-eng-team] [Bug 1226089] Re: glance image-create creates image of size zero instead of failing

2014-09-11 Thread Brian Rosmaita
Agree that this was fixed by fix for https://bugs.launchpad.net/glance/+bug/1257273 , which has been released. ** Changed in: glance Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https:

[Yahoo-eng-team] [Bug 1368274] [NEW] tests failed when running tox without `--concurrency 1`

2014-09-11 Thread Oleksii Chuprykov
Public bug reported: Passage of the tests depends on the order of their execution so we can't run tests in parallel. Sample error output: == FAIL: glance.tests.unit.test_swift_store.TestStoreAuthV2.test_add_large_object_zero_siz

[Yahoo-eng-team] [Bug 1361781] Re: bogus "Cannot 'rescue' while instance is in task_state powering-off"

2014-09-11 Thread Sean Dague
** Changed in: nova Status: New => Incomplete ** Changed in: tempest Status: Invalid => Confirmed ** Changed in: tempest Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack C

[Yahoo-eng-team] [Bug 1368260] [NEW] add pci_requests to the instance object

2014-09-11 Thread Baodong (Robert) Li
Public bug reported: With the refactoring work moving PCI requests from system_metadata to instance_extra, PCI requests are no longer accessible from the instance object. Refer to https://review.openstack.org/#/c/118391/. One of the issues is that the scheduler while consuming PCI requests (see co

[Yahoo-eng-team] [Bug 1368251] [NEW] migrate_to_ml2 accessing boolean as int fails on postgresql

2014-09-11 Thread Bernhard M. Wiedemann
Public bug reported: The "allocated" variable used in migrate_to_ml2 was defined to be a boolean type and in postgresql this type is enforced, while in mysql this just maps to tinyint and accepts both numbers and bools. Thus the migrate_to_ml2 script breaks on postgresql ** Affects: neutron

[Yahoo-eng-team] [Bug 1368234] [NEW] faulty way of checking if mock wasn't called

2014-09-11 Thread Jacek Świderski
Public bug reported: Some UT use .assert_has_calls([]) as a way to check if mock wasn't called - this doesn't work because assert_has_calls only checks if passed calls are present in mock_calls and hence it is always true regardless of whether mock was called or not. This can lead to falsely passe

[Yahoo-eng-team] [Bug 1255144] Re: Deleted instances are resurrected by nova startup code

2014-09-11 Thread Paul Murray
Reviewed: https://review.openstack.org/55660 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0252d0981af9daaf9370a50c28d8baf4a9d29619 Submitter: Jenkins Branch: master This was fixed by the following fix to https://bugs.launchpad.net/nova/+bug/1247174 commit 0252d0981af9daaf

[Yahoo-eng-team] [Bug 1341347] Re: failed Ironic deploys can have incorrect hypervisor attribute in Nova

2014-09-11 Thread Dmitry "Divius" Tantsur
** Also affects: nova Importance: Undecided Status: New ** Changed in: ironic Status: New => Invalid ** Tags added: ironic -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.la

[Yahoo-eng-team] [Bug 1368176] Re: Scheduler hints broken in V2.1 API

2014-09-11 Thread Phil Day
My mistake - it was the V3 client that was passing the hints in the wrong part of the body ** 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.la

[Yahoo-eng-team] [Bug 1368076] Re: [Security-NIST]nova/virt/xenapi/agent.py does not fit the NIST about random

2014-09-11 Thread Thierry Carrez
This feels like an interesting security strengthening, but I'm not sure there currently is an exploitable vulnerability here, so no need for a security advisory ? ** Changed in: ossa Status: New => Incomplete ** Also affects: nova Importance: Undecided Status: New -- You receiv

[Yahoo-eng-team] [Bug 1368073] Re: [Security-NIST]SimpleDH in nova/virt/xenapi/agent.py does not fit the NIST

2014-09-11 Thread Thierry Carrez
This feels like an interesting security strengthening, but I'm not sure there currently is an exploitable vulnerability here, so no need for a security advisory ? ** Changed in: ossa Status: New => Incomplete ** Also affects: nova Importance: Undecided Status: New -- You receiv

[Yahoo-eng-team] [Bug 1368074] Re: [Security-NIST]nova/virt/disk/api.py does not fit the NIST

2014-09-11 Thread Thierry Carrez
This feels like an interesting security strengthening, but I'm not sure there currently is an exploitable vulnerability here, so no need for a security advisory ? ** Changed in: ossa Status: New => Incomplete ** Also affects: nova Importance: Undecided Status: New -- You receiv

[Yahoo-eng-team] [Bug 1368172] Re: floating_ips.list() broken in v1.1 client

2014-09-11 Thread Nejc Saje
** 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/bugs/1368172 Title: floating_ips.list() broken in v1.1 client Status in Open

  1   2   >