[Yahoo-eng-team] [Bug 1431201] [NEW] kilo controller cann't conduct juno compute nodes

2015-03-12 Thread Lan Qi song
Public bug reported: When I tried to use kilo controller to conduct juno compute nodes, the juno nova-compute service start with the following two errors: 1. 2015-03-10 06:37:18.525 18900 TRACE nova.openstack.common.threadgroup return self._update_available_resource(context, resources)

[Yahoo-eng-team] [Bug 1431203] [NEW] too long error message on InstanceDeployFailure

2015-03-12 Thread IWAMOTO Toshihiro
Public bug reported: The following is typical error messages with the Ironic virt driver. Notice the actual cause of these errors are prefixed by not-quite-helpful No valid host or Exceeded max scheduling attempts messages. On the horizon UI, these error messages are truncated and users cannot

[Yahoo-eng-team] [Bug 1430405] [NEW] Nova volume-delete does not accept display name as input to remove volume

2015-03-12 Thread Carl Bader
Public bug reported: Issue: can not use the display name to delete a volume through the nova volume-delete {display name}. ± nova volume-list

[Yahoo-eng-team] [Bug 1429032] Re: OFAgent: 'OFANeutronAgent' object has no attribute 'local_vlan_map'

2015-03-12 Thread Raman Budny
** Also affects: networking-ofagent Importance: Undecided Status: New ** Also affects: devstack Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1430320] Re: DuplicateOptError: duplicate option: rpc_backend

2015-03-12 Thread Raman Budny
** No longer affects: oslo.messaging ** Project changed: devstack = oslo.messaging ** Also affects: devstack Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1430320] Re: DuplicateOptError: duplicate option: rpc_backend

2015-03-12 Thread Raman Budny
Mark as invalid because of old *.pyc files in my neutron/neutron/common folder. ** No longer affects: devstack ** No longer affects: oslo.messaging ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1410032] Re: Incorrect Nova quota usage shown via CLI/API after Quota Settings Changed

2015-03-12 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/163423 ** Changed in: nova Status: Opinion = In Progress ** Changed in: nova Assignee: Wei T (nuaafe) = Gorka Eguileor (gorka) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1431215] [NEW] AttributeError: 'Instance' object has no attribute 'get_flavor'

2015-03-12 Thread YangLei
Public bug reported: see AttributeError: 'Instance' object has no attribute 'get_flavor', when call API.update() of nova/compute/api.py 2015-03-12 15:25:36.327 24722 TRACE nova.notifications [instance: 50328180-5fa1-ac4d-633c-b278cce952a9] Traceback (most recent call last): 2015-03-12

[Yahoo-eng-team] [Bug 1430832] Re: Rally error Failed to delete network for tenant with scenario VMTasks.boot_runcommand_delete

2015-03-12 Thread Alexander Evseev
** Project changed: neutron = mos ** Changed in: mos Status: Invalid = 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/1430832 Title: Rally error Failed to delete network for

[Yahoo-eng-team] [Bug 1430941] [NEW] vmware: snapshot not passing image properties

2015-03-12 Thread Marcelo
Public bug reported: Tried on ice-house. Uploaded an vmdk image to glance passing the parameter vmware_disktype=thin. I know that it's still not implemented the automatic conversion from thick to thin, so after the upload I went in the ESX, accessed glance folder in the datastore, and converted

[Yahoo-eng-team] [Bug 1431243] [NEW] Remove unused imported marker functions used for log translation

2015-03-12 Thread Pranali Deore
Public bug reported: In glance code, I have found unused imported marker functions ( _LI = i18n._LI, _LW = i18n._LW) at several places which need to be removed. ** Affects: glance Importance: Undecided Assignee: Pranali Deore (pranali-deore) Status: New ** Tags: ntt **

[Yahoo-eng-team] [Bug 1431239] [NEW] Log messages are not translated using marker functions

2015-03-12 Thread Ankit Agrawal
Public bug reported: According to openstack standards [1], Log messages should be translated with appropriate marker functions. I have found several places where log messages are not translated properly. [1] http://docs.openstack.org/developer/oslo.i18n/guidelines.html#log- translation **

[Yahoo-eng-team] [Bug 1431195] Re: Wrong usage of dict in nova/block_device.py

2015-03-12 Thread zhangjialong
** Changed in: nova Assignee: zhangjialong (zhangjl) = (unassigned) ** 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).

[Yahoo-eng-team] [Bug 1431015] [NEW] v3/users or groups calls not working without domain_id

2015-03-12 Thread Matthew Edmonds
Public bug reported: The keystone.common.controller._get_domain_id_for_list_request comment says the below: Get the domain_id for a v3 list call. If we running with multiple domain drivers, then the caller must specify a domain_id either as a filter or as part of the

[Yahoo-eng-team] [Bug 1431341] [NEW] Tab bar in Firefox displays unnecessary dotted focus outline

2015-03-12 Thread Rob Cresswell
Public bug reported: The tab bar displays the default dotted outline in Firefox - this is not needed because there is already CSS for :focus. This could be fixed by adding 'outline:none' to openstack_dashboard/static/dashboard/scss/horizon.scss in the tab bar styling (around L980) ** Affects:

[Yahoo-eng-team] [Bug 1423798] Re: Settings dropdown text illegible

2015-03-12 Thread Rob Cresswell
As far as I'm aware, this is an external package that isn't supported by Horizon. Most install guides seem to advise removing the openstack- dashboard-ubuntu-theme package. ** Changed in: horizon Status: New = Won't Fix -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1431364] [NEW] Items Per Page help text needs to be more detailed

2015-03-12 Thread Rob Cresswell
Public bug reported: The help text for items per page in the user settings should be extended to indicate that it only affects those tables that have API supported pagination. See https://bugs.launchpad.net/horizon/+bug/1331350 for further discussion on why this would be useful. Help text is

[Yahoo-eng-team] [Bug 1431367] [NEW] Inefficient validation functions

2015-03-12 Thread George Peristerakis
Public bug reported: In the functions validate_port_range and validate_ip_protocol are very inefficient. For the a valid value, the function does a comparison of the entire range in a list of possible valid integers. x in range(-1, 65536) should be replaced with -1 = x 65536 ** Affects:

[Yahoo-eng-team] [Bug 1431377] [NEW] service provider object accepts null values for mandatory fields

2015-03-12 Thread Rodrigo Duarte
Public bug reported: the auth_url and sp_url fields are mandatory in order to provide federated authentication in keystone-to-keystone [1], both fields can be nullable in the service provider database [2]. it is also needed to add this validation in the json schema. [1]

[Yahoo-eng-team] [Bug 1427520] Re: Language change option is not working for new panels

2015-03-12 Thread Rob Cresswell
This is just because My Panel is not a string in the Dashboard, and thus has no translation, so defaults to normal - US English ** Changed in: horizon Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1425823] Re: The sidebar toggle icon is inconsistent in firefox and chrome

2015-03-12 Thread Rob Cresswell
Duplicate of https://bugs.launchpad.net/horizon/+bug/1425824, which has already been fixed. ** Changed in: horizon Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1409569] Re: Volume Deletion Error

2015-03-12 Thread Rob Cresswell
** Changed in: horizon Status: Incomplete = 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/1409569 Title: Volume Deletion Error Status in OpenStack

[Yahoo-eng-team] [Bug 1331350] Re: Pagination Settings don't work in Access Security Security Groups

2015-03-12 Thread Rob Cresswell
** Changed in: horizon Status: New = 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/1331350 Title: Pagination Settings don't work in Access

[Yahoo-eng-team] [Bug 1431669] [NEW] Create saml assertion doesn't work with fernet token

2015-03-12 Thread Haneef Ali
Public bug reported: TypeError: token must be bytes. (keystone.common.wsgi): 2015-03-13 03:04:16,968 ERROR token must be bytes. Traceback (most recent call last): File /usr/local/lib/python2.7/dist-packages/keystone/common/wsgi.py, line 238, in __call__ result = method(context, **params)

[Yahoo-eng-team] [Bug 1205150] Re: keystone user-get user fetches every user from Backend

2015-03-12 Thread Launchpad Bug Tracker
[Expired for python-keystoneclient because there has been no activity for 60 days.] ** Changed in: python-keystoneclient Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1431404] [NEW] Don't trace when @reverts_task_state fails on InstanceNotFound

2015-03-12 Thread Matt Riedemann
Public bug reported: This change https://review.openstack.org/#/c/163515/ added a warning when the @reverts_task_state decorator in the compute manager fails rather than just pass, because we were getting KeyErrors and never noticing them which broke the decorator. However, now we're tracing on

[Yahoo-eng-team] [Bug 1431407] [NEW] dashboard won't let in user without access to default panel

2015-03-12 Thread Doug Fish
Public bug reported: If the user doesn't have access to the default panel of the default dashboard they cannot log in to Horizon. Processing should be updated to discover a panel the user does have access to. ** Affects: horizon Importance: Undecided Assignee: Doug Fish (drfish)

[Yahoo-eng-team] [Bug 1424616] Re: A timeout on Chrome 40/ Ubuntu 14.10 causes the user to be stuck at Log In

2015-03-12 Thread Rob Cresswell
** Changed in: horizon Status: Incomplete = 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/1424616 Title: A timeout on Chrome 40/ Ubuntu 14.10

[Yahoo-eng-team] [Bug 1431438] [NEW] Make heal_instance_info_cache_interval clearer

2015-03-12 Thread Romain Hardouin
Public bug reported: The nova.conf documentation is generated from Nova sources. When an operator reads nova.conf configuration options it's not obvious that heal_instance_info_cache_interval is an instance network related information. The current description for

[Yahoo-eng-team] [Bug 1431428] [NEW] extra semicolon in _variables.scss breaks some css

2015-03-12 Thread Brian Tully
Public bug reported: There is an extra semicolon in _variables.scss that will output a stray !default; at the top of the compiled CSS files, which usually will invalidate the first CSS statement in the file (as well as invalidate the css). The line is: $helpPanelBorderColor: #888; !default;

[Yahoo-eng-team] [Bug 1431434] [NEW] user creation with fernet tokens results in 401

2015-03-12 Thread Boris Bobrov
Public bug reported: creater_user.json: { user: { enabled: true, name: breton, password: 123123 } } [DEFAULT]admin_token = ADMIN $ curl -k -H X-Auth-Token:ADMIN -H Content-type: application/json -d @create_user.json http://localhost:35357/v3/users | python

[Yahoo-eng-team] [Bug 1431480] [NEW] When displaying the number of floating ips available for allocation, the number of actually available floating ips is not considered

2015-03-12 Thread Timur Sufiev
Public bug reported: The neutron CLI command reports of 8 floating IPs available for allocation in the whole cluster, root@node-4:~# neutron subnet-show 8c41a617-ac07-4fdb-b79e-0103f3b59b51 +---+--+ | Field | Value

[Yahoo-eng-team] [Bug 1431465] [NEW] Switch to tabs doesn't work in Horizon Integration tests.

2015-03-12 Thread Amogh
Public bug reported: Switch to tabs doesn't work in Horizon Integration tests. If TabbedFormRegion from forms.py is being used to create the forms which have multiple tabs in the page, then switch to tabs does not really work. When a field element from next or any other tabbedform is being used

[Yahoo-eng-team] [Bug 1431508] [NEW] TypeError: 'NoneType' object is not iterable when check box is selected for single entry

2015-03-12 Thread themadengin33r
Public bug reported: When deleting volumes from dashboard by checking the check box on the left side it returns something went wrong error.. This will not show if we dont select check box and delete each volume independently.Requests is not coming to cinder-volume so i suspect its an issue with

[Yahoo-eng-team] [Bug 1431551] [NEW] nova.tests.unit.api.openstack.compute.contrib.test_block_device_mapping_v1 hits OverQuota with --concurrency=1

2015-03-12 Thread Matt Riedemann
Public bug reported: If you run 'tox -e py27 -- --concurrency=1' you get a bunch of OverQuota errors in nova.tests.unit.api.openstack.compute.contrib.test_block_device_mapping_v1: http://paste.openstack.org/show/191932/ e.g.:

[Yahoo-eng-team] [Bug 1431549] [NEW] Arguments dropped when creating context warnings are spamming logs

2015-03-12 Thread Matt Riedemann
Public bug reported: ~5.6 million hits in a 7 day gate run:

[Yahoo-eng-team] [Bug 1431562] [NEW] cells: Error processing message locally: Object action save failed because: Calling remotables with context is deprecated

2015-03-12 Thread Matt Riedemann
Public bug reported: Looks like this breaks the cells non-voting job: http://logs.openstack.org/90/163890/1/check/check-tempest-dsvm- cells/896e7e0/logs/screen-n-cell- child.txt.gz?level=TRACE#_2015-03-12_17_44_00_202 2015-03-12 17:44:00.202 ERROR nova.cells.messaging

[Yahoo-eng-team] [Bug 1304181] Re: neutron should validate gateway_ip is in subnet

2015-03-12 Thread Alan Pevec
** Changed in: neutron/icehouse Status: In Progress = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1304181 Title: neutron should validate gateway_ip is in subnet

[Yahoo-eng-team] [Bug 1431015] Re: v3/users or groups calls not working without domain_id

2015-03-12 Thread Matthew Edmonds
This was not an unscoped token. Requested as follows: curl -k -i -X POST https://127.0.0.1:5000/v3/auth/tokens -H Accept: application/json -H Content-Type: application/json -d '{auth: {scope: {project: {name: ibm-default, domain: {name: Default}}}, identity: {methods: [password], password: {user:

[Yahoo-eng-team] [Bug 1431519] [NEW] nova.tests.unit.network.test_neutronv2.TestNeutronv2WithMock.test_deallocate_for_instance_uses_delete_helper fails with sqlalchemy.exc.OperationalError

2015-03-12 Thread Matt Riedemann
Public bug reported: Due to this change: https://github.com/openstack/nova/commit/92074e0fde7da6262897b08d100fedcfe7e4940f I'm always hitting this locally now: http://paste.openstack.org/show/191892/ Looking at the code, I don't see how it wouldn't fail since the neutronv2 API code calls

[Yahoo-eng-team] [Bug 1431627] [NEW] Entrypoint should not refer to vendor library

2015-03-12 Thread Henry Gessau
Public bug reported: [entry_points] console_scripts = neutron-cisco-cfg-agent = networking_cisco.plugins.cisco.cfg_agent.cfg_agent:main ** Affects: neutron Importance: Undecided Status: New ** Tags: cisco ** Tags added: cisco -- You received this bug notification because

[Yahoo-eng-team] [Bug 1370191] Re: db deadlock on service_update()

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Released = Fix Committed ** Changed in: nova/icehouse Milestone: 2014.1.3 = 2014.1.4 -- 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 1431631] [NEW] nova.image.glance.download failure error message is insufficient

2015-03-12 Thread Joe Julian
Public bug reported: 2015-03-12 22:48:27.941 18501 TRACE nova.image.glance File /opt/io/io-nova/lib/python2.7/site-packages /nova/image/glance.py, line 371, in download 2015-03-12 22:48:27.941 18501 TRACE nova.image.glance data.write(chunk) 2015-03-12 22:48:27.941 18501 TRACE

[Yahoo-eng-team] [Bug 1399498] Re: centos 7 unit test fails

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1399498 Title: centos 7 unit test fails Status

[Yahoo-eng-team] [Bug 1409142] Re: [OSSA 2015-005] Websocket Hijacking Vulnerability in Nova VNC Server (CVE-2015-0259)

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1409142 Title: [OSSA 2015-005] Websocket

[Yahoo-eng-team] [Bug 1385484] Re: Failed to start nova-compute after evacuate

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1385484 Title: Failed to start nova-compute

[Yahoo-eng-team] [Bug 1423952] Re: It is impossible to delete an instance that has failed due to neutron/nova notification problems

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1423952 Title: It is impossible to delete an

[Yahoo-eng-team] [Bug 1428821] Re: n-api fails to start on juno grenade

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1428821 Title: n-api fails to start on juno

[Yahoo-eng-team] [Bug 1407736] Re: python unit test jobs failing due to subunit log being too big

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1407736 Title: python unit test jobs failing due

[Yahoo-eng-team] [Bug 1377981] Re: [OSSA 2014-036] Missing fix for ssh_execute (Exceptions thrown may contain passwords) (CVE-2014-7230, CVE-2014-7231)

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1377981 Title: [OSSA 2014-036] Missing fix for

[Yahoo-eng-team] [Bug 1372049] Re: Launching multiple VMs fails over 63 instances

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse 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/1372049 Title: Launching multiple VMs fails over 63 instances

[Yahoo-eng-team] [Bug 1370782] Re: SecurityGroupExists error when booting multiple instances concurrently

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1370782 Title: SecurityGroupExists error when

[Yahoo-eng-team] [Bug 1374458] Re: test_encrypted_cinder_volumes_luks fails to detach encrypted volume

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1374458 Title:

[Yahoo-eng-team] [Bug 1355929] Re: test_postgresql_opportunistically fails in stable/havana due to: ERROR: source database template1 is being accessed by other users

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1355929 Title: test_postgresql_opportunistically

[Yahoo-eng-team] [Bug 1382440] Re: Detaching multipath volume doesn't work properly when using different targets with same portal for each multipath device

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1382440 Title: Detaching multipath volume

[Yahoo-eng-team] [Bug 1357372] Re: [oss-security] [OSSA 2014-035] Nova VMware driver may connect VNC to another tenant's console (CVE-2014-8750)

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1357372 Title: [oss-security] [OSSA 2014-035]

[Yahoo-eng-team] [Bug 1359138] Re: [OSSA 2014-037] vmware: deletion VM in resize state will cause VM-orig get leak (CVE-2014-8333)

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1359138 Title: [OSSA 2014-037] vmware: deletion

[Yahoo-eng-team] [Bug 1375467] Re: db deadlock on _instance_update()

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1375467 Title: db deadlock on _instance_update()

[Yahoo-eng-team] [Bug 1362233] Re: instance_create() DB API method implicitly creates additional DB transactions

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1362233 Title: instance_create() DB API method

[Yahoo-eng-team] [Bug 1358583] Re: [OSSA 2014-038] List instances by IP results in DoS of nova-network (CVE-2014-3708)

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1358583 Title: [OSSA 2014-038] List instances by

[Yahoo-eng-team] [Bug 1365901] Re: cinder-api ran into hang loop in python2.6

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1365901 Title: cinder-api ran into hang loop in

[Yahoo-eng-team] [Bug 1360022] Re: min_ram and min_disk is ignored when boot from volume

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1360022 Title: min_ram and min_disk is ignored

[Yahoo-eng-team] [Bug 1340411] Re: Evacuate Fails 'Invalid state of instance files' using Ceph Ephemeral RBD

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1340411 Title: Evacuate Fails 'Invalid state of

[Yahoo-eng-team] [Bug 1324041] Re: nova-compute cannot restart if _init_instance failed

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1324041 Title: nova-compute cannot restart if

[Yahoo-eng-team] [Bug 1334647] Re: Nova api service doesn't handle SIGHUP signal properly

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1334647 Title: Nova api service doesn't handle

[Yahoo-eng-team] [Bug 1332382] Re: block device mapping timeout in compute

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1332382 Title: block device mapping timeout in

[Yahoo-eng-team] [Bug 1322926] Re: Hyper-V driver volumes are attached incorrectly when multiple iSCSI servers are present

2015-03-12 Thread Alan Pevec
** Changed in: nova/icehouse Status: Fix Committed = Fix Released -- 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/1322926 Title: Hyper-V driver volumes are

[Yahoo-eng-team] [Bug 1407592] Re: Snapshots fail to upload larger (~30G+) images, with error '500 Internal Server Error Failed to upload image'

2015-03-12 Thread Morgan Fainberg
From a Keystone perspective, this is strictly the token TTL (at best). This can be resolved by increasing the TTL. We can evaluate changing the defaults, but I am unsure how to calculate what the default *should* be for all use cases. We will continue to iterate on this in general, however, this

[Yahoo-eng-team] [Bug 1431571] [NEW] ArchiveTestCase erroneously assumes the tables that are populated

2015-03-12 Thread Mike Bayer
Public bug reported: Running subsets of Nova tests or individual tests within test_db_api reveals a simple error in several of the tests within ArchiveTestCase. A test such as test_archive_deleted_rows_2_tables attempts the following: 1. places six rows into instance_id_mappings 2. places six

[Yahoo-eng-team] [Bug 1431588] [NEW] On Kilo 2015.1.0b2-1, Keystone server started OK but ran into error

2015-03-12 Thread Alfred Shen
Public bug reported: Following error was logged in keystone.log 2015-03-12 22:17:37ERROR [keystone.common.wsgi] 'XmlBodyMiddlewareV2' object has no attribute 'application' Traceback (most recent call last): File /usr/lib/python2.7/site-packages/keystone/common/wsgi.py, line 443, in

[Yahoo-eng-team] [Bug 1370394] Re: neutron.tests.unit.cisco.test_network_plugin.TestCiscoRouterInterfacesV2XML.test_port_list_filtered_by_router_id failed in gate due to exception logged

2015-03-12 Thread Ihar Hrachyshka
The test was removed from the tree with the plugin. ** Changed in: neutron Status: Incomplete = Won't Fix ** Changed in: neutron Status: Won't Fix = Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1407736] Re: python unit test jobs failing due to subunit log being too big

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1407736 Title: python unit test jobs failing

[Yahoo-eng-team] [Bug 1374458] Re: test_encrypted_cinder_volumes_luks fails to detach encrypted volume

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1374458 Title:

[Yahoo-eng-team] [Bug 1399498] Re: centos 7 unit test fails

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1399498 Title: centos 7 unit test fails

[Yahoo-eng-team] [Bug 1385484] Re: Failed to start nova-compute after evacuate

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1385484 Title: Failed to start nova-compute

[Yahoo-eng-team] [Bug 1375467] Re: db deadlock on _instance_update()

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1375467 Title: db deadlock on

[Yahoo-eng-team] [Bug 1340411] Re: Evacuate Fails 'Invalid state of instance files' using Ceph Ephemeral RBD

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1340411 Title: Evacuate Fails 'Invalid state

[Yahoo-eng-team] [Bug 1314677] Re: nova-cells fails when using JSON file to store cell information

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1314677 Title: nova-cells fails when using

[Yahoo-eng-team] [Bug 1332382] Re: block device mapping timeout in compute

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1332382 Title: block device mapping timeout in

[Yahoo-eng-team] [Bug 1322926] Re: Hyper-V driver volumes are attached incorrectly when multiple iSCSI servers are present

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1322926 Title: Hyper-V driver volumes are

[Yahoo-eng-team] [Bug 1305186] Re: Fake libvirtError incompatibile with real libvirtError

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1305186 Title: Fake libvirtError incompatibile with real

[Yahoo-eng-team] [Bug 1370782] Re: SecurityGroupExists error when booting multiple instances concurrently

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1370782 Title: SecurityGroupExists error when

[Yahoo-eng-team] [Bug 1362916] Re: _rescan_multipath construct wrong parameter for multipath -r

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1362916 Title: _rescan_multipath construct

[Yahoo-eng-team] [Bug 1355929] Re: test_postgresql_opportunistically fails in stable/havana due to: ERROR: source database template1 is being accessed by other users

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1355929 Title:

[Yahoo-eng-team] [Bug 1420788] Re: Logging blocks on race condition under eventlet

2015-03-12 Thread Alan Pevec
** 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/1420788 Title: Logging blocks on race condition under

[Yahoo-eng-team] [Bug 1365901] Re: cinder-api ran into hang loop in python2.6

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1365901 Title: cinder-api ran into hang loop

[Yahoo-eng-team] [Bug 1373993] Re: Trusted Filter uses unsafe SSL connection

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1373993 Title: Trusted Filter uses unsafe SSL

[Yahoo-eng-team] [Bug 1362233] Re: instance_create() DB API method implicitly creates additional DB transactions

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1362233 Title: instance_create() DB API method

[Yahoo-eng-team] [Bug 1249319] Re: evacuate on ceph backed volume fails

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1249319 Title: evacuate on ceph backed volume

[Yahoo-eng-team] [Bug 1179816] Re: ec2_eror_code mismatch

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1179816 Title: ec2_eror_code mismatch Status

[Yahoo-eng-team] [Bug 1300788] Re: VMware: exceptions when SOAP reply message has no body

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1300788 Title: VMware: exceptions when SOAP

[Yahoo-eng-team] [Bug 1013417] Re: Cinderclient Doesn't Return A Useful Error When Trying To Create A Volume Larger Than The Quota Allocation

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1013417 Title: Cinderclient Doesn't Return A

[Yahoo-eng-team] [Bug 1375519] Re: Cisco N1kv: Enable quota support in stable/icehouse

2015-03-12 Thread Alan Pevec
** Also affects: neutron/icehouse 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/1375519 Title: Cisco N1kv: Enable quota support in

[Yahoo-eng-team] [Bug 1393925] Re: Race condition adding a security group rule when another is in-progress

2015-03-12 Thread Alan Pevec
** Also affects: neutron/icehouse 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/1393925 Title: Race condition adding a security group rule

[Yahoo-eng-team] [Bug 1363805] Re: test_ipv6.TestIsEnabled.test_enabled failure

2015-03-12 Thread Alan Pevec
** Also affects: neutron/icehouse 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/1363805 Title: test_ipv6.TestIsEnabled.test_enabled failure

[Yahoo-eng-team] [Bug 1381886] Re: nova list show incorrect when neutron re-assign floatingip

2015-03-12 Thread Alan Pevec
** Also affects: neutron/icehouse 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/1381886 Title: nova list show incorrect when neutron

[Yahoo-eng-team] [Bug 1377350] Re: BSN: inconsistency when backend missing during delete

2015-03-12 Thread Alan Pevec
** Also affects: neutron/icehouse 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/1377350 Title: BSN: inconsistency when backend missing

[Yahoo-eng-team] [Bug 1255347] Re: cinder cross_az_attach uses instance AZ value

2015-03-12 Thread Alan Pevec
** Also affects: nova/icehouse 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/1255347 Title: cinder cross_az_attach uses

[Yahoo-eng-team] [Bug 1357030] Re: Increase the default poll duration for Cisco N1Kv

2015-03-12 Thread Alan Pevec
** Also affects: neutron/icehouse 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/1357030 Title: Increase the default poll duration for Cisco

[Yahoo-eng-team] [Bug 1407105] Re: Password Change Doesn't Affirmatively Invalidate Sessions

2015-03-12 Thread Alan Pevec
** 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/1407105 Title: Password Change Doesn't Affirmatively

  1   2   >