[Yahoo-eng-team] [Bug 1331930] [NEW] quota-update and show succeeds for invalid tenant

2014-06-19 Thread Tim Bell
Public bug reported: The nova quota-update and quota-show commands do not produce an error when an invalid tenant is provided. nova quota-show --tenant 1234567890123456789 reports the default values (rather than that the tenant is not known) nova quota-update --key-pairs 4 1234567890123456789

[Yahoo-eng-team] [Bug 1311500] Re: Nova 'os-security-group-default-rules' API does not work with neutron

2014-06-19 Thread Attila Fazekas
** Also affects: neutron 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/1311500 Title: Nova 'os-security-group-default-rules' API does not

[Yahoo-eng-team] [Bug 1331558] Re: Horizon logging DEBUG messages when DEBUG is disabled

2014-06-19 Thread Julie Pichon
The DEBUG setting is a Django setting that helps you troubleshoot issues by displaying error messages directly in the browser, and is not directly related to logging configuration. To adjust the log levels, you should look at the LOGGING dictionary in the local_settings.py, see

[Yahoo-eng-team] [Bug 1331271] Re: NoReverseMatch: u'horizon is not a registered namespace

2014-06-19 Thread Julie Pichon
*** This bug is a duplicate of bug 131 *** https://bugs.launchpad.net/bugs/131 Thanks for the update, I'll mark the bug as a duplicate. ** This bug has been marked a duplicate of bug 131 Horizon error on accessing psuedo-folder -- You received this bug notification because

[Yahoo-eng-team] [Bug 1290486] Re: neutron-openvswitch-agent does not recreate flows after ovsdb-server restarts

2014-06-19 Thread Eugene Nikanorov
** Changed in: neutron Assignee: Kyle Mestery (mestery) = Eugene Nikanorov (enikanorov) ** Changed in: neutron Status: Fix Released = New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1332017] [NEW] NSX: lock NSX sync cache while doing synchronization

2014-06-19 Thread Salvatore Orlando
Public bug reported: This is somewhat related to bug 1329650 but more about an enhancement than a fix. Basically in order to avoid any sort of race in access to the NSX sync cache, NSXsync operations should acquire a lock before operating on the NSX sync cache. ** Affects: neutron

[Yahoo-eng-team] [Bug 1332019] [NEW] VMware nova driver does not ignore datastores that are unmounted

2014-06-19 Thread Kiran Kumar Vaddi
Public bug reported: VMware nova driver does not ignore datastores that are unmounted. The stats that are reported include the capacity of unmounted datastores. ** Affects: nova Importance: Undecided Assignee: Kiran Kumar Vaddi (kiran-kumar-vaddi) Status: New ** Tags: vmware

[Yahoo-eng-team] [Bug 1332036] [NEW] Instance status would never changed from BUILD after rabbitmq restarted

2014-06-19 Thread Mitsuru Kanabuchi
Public bug reported: [Issue] I'm checking the behavior when system failure cases. Instance status never changed from BUILD after rabbitmq restarted. [How to reproduce] 1) boot services that contained nova and rabbit. 2) kill rabbitmq service for simulating system failure. $ ps aux|grep

[Yahoo-eng-team] [Bug 1332041] [NEW] type_tunnel.TunnelRpcCallbackMixin __init__ method incompatible with other mixins

2014-06-19 Thread Kevin Benton
Public bug reported: The init method in type_tunnel.TunnelRpcCallbackMixin expects extra parameters[1] not passed to the rest of the RPC mixins so it requires a custom __init__ method in the ML2 plugin[2]. 1.

[Yahoo-eng-team] [Bug 1332062] [NEW] NSX: raise when the dscp is specified and qos_marking is trusted

2014-06-19 Thread Salvatore Orlando
Public bug reported: The plugin currently just logs the information and creates a queue without dscp setting. This result in the creation of an object which differs from the user request. It would be more correct to raise a 400 error to notify the user of the invalid setting. ** Affects:

[Yahoo-eng-team] [Bug 1332066] [NEW] Hide Host Aggregates panel if Nova does not support it

2014-06-19 Thread Lin Hua Cheng
Public bug reported: Aggregates is a Nova extension, there is no guarantee that it would always be available. The panel should be hidden when Nova does not support it. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1332067] [NEW] neutron server should quit without a valid mechanism_drivers setting

2014-06-19 Thread Zoltan Arnold Nagy
Public bug reported: I've made a typo while setting up my environment, accidentally writing mechanism_driver = openvswitch instead of mechanism_drivers = openvswitch, which caused neutron to start without any warnings but port binding fails instantly thus cannot boot VMs. Should we throw an

[Yahoo-eng-team] [Bug 1017600] Re: duplicate left name and header on images page.

2014-06-19 Thread Santiago Baldassin
Not reproducible in icehouse and juno ** 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/1017600 Title:

[Yahoo-eng-team] [Bug 1332074] [NEW] No filter option available in volume snapshots and in images

2014-06-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Images table in Project and Admin should have the option to filter the table rows Volume Snapshots table in Project should have the option to filter the table rows ** Affects: horizon Importance: Undecided Status: New -- No filter

[Yahoo-eng-team] [Bug 1332074] [NEW] No filter option available in volume snapshots and in images

2014-06-19 Thread Santiago Baldassin
Public bug reported: Images table in Project and Admin should have the option to filter the table rows Volume Snapshots table in Project should have the option to filter the table rows ** Affects: horizon Importance: Undecided Status: New ** Tags: low-hanging-fruit ** Project

[Yahoo-eng-team] [Bug 1332077] [NEW] Volume Snapshots are not displayed in Admin

2014-06-19 Thread Santiago Baldassin
Public bug reported: Volume Snapshots table is only displayed in Project. It should also be displayed in the Admin section ** Affects: horizon Importance: Undecided Status: New ** Tags: low-hanging-fruit ** Tags added: low-hanging-fruit -- You received this bug notification

[Yahoo-eng-team] [Bug 1332103] [NEW] Glance v2 api can not set or delete a property of a image when the value of the property is an empty string

2014-06-19 Thread Hua Wang
Public bug reported: Glance v2 api can not set or delete a property of a image when the value of the property is an empty string. __delitem__ and __setitem__ methods of ExtraPropertiesProxy class in glance/api/property_protections.py may have some problems. When the value of a property is an

[Yahoo-eng-team] [Bug 1332133] [NEW] Description is mandatory parameter when creating Security Group

2014-06-19 Thread Andriy Voroblevskyy
Public bug reported: Steps to reproduce: 1. Create security group. Actual result: Description is mandatory parameter when creating Security Group. Expected result: Description should not be mandatory parameter when creating Security Group. Explanation: 1. Description is not mandatory

[Yahoo-eng-team] [Bug 1332149] [NEW] Can't login with master django_openstack_auth: 'module' object has no attribute 'Login'

2014-06-19 Thread Julie Pichon
Public bug reported: One of the recent django_openstack_auth cleanup patches (2ead8838e72ff02ced36133866046c4c1a7c0931) removed a relative import that Horizon was incorrectly relying on. Traceback: File /opt/stack/horizon/.venv/lib/python2.7/site-packages/django/core/handlers/base.py in

[Yahoo-eng-team] [Bug 1332196] [NEW] endpoint table is missing reference to region table

2014-06-19 Thread Kanagaraj Manickam
Public bug reported: Keystone is provided with region table as given here for storing the region details : mysql desc region - ; +--+--+--+-+-+---+ | Field| Type | Null | Key | Default | Extra |

[Yahoo-eng-team] [Bug 1332198] [NEW] Volumes are not detached when a build fails

2014-06-19 Thread Andrew Laski
Public bug reported: When a build fails in the driver spawn method attached volumes are not detached. If the instance goes to ERROR and is later deleted everything gets cleaned up appropriately. If the instance is rescheduled then the next compute will fail with: 2014-06-18 20:09:01.954 11008

[Yahoo-eng-team] [Bug 1332133] Re: Description is mandatory parameter when creating Security Group

2014-06-19 Thread Sayaji Patil
This will need some changes in horizon also. ** Changed in: nova Assignee: (unassigned) = Sayaji Patil (sayaji15) ** Also affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1332238] [NEW] Volume Create: Volume limits shows django cruft

2014-06-19 Thread Matt Fischer
Public bug reported: In Icehouse the volume limits screen is showing some django object names or similar on the screen. see attached screenshot. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: upload.png

[Yahoo-eng-team] [Bug 1332283] [NEW] Cisco: Incorrect type for poll duration config parameter

2014-06-19 Thread Abhishek Raut
Public bug reported: The poll_duration config parameter for Cisco N1kv plugin should be of type Int instead of Str. ** Affects: neutron Importance: Undecided Status: New ** Tags: cisco low-hanging-fruit -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1332290] [NEW] Cisco: Http timeout for connection to controller is not configurable

2014-06-19 Thread Abhishek Raut
Public bug reported: The http timeout parameter used in the Cisco n1kv client module is a constant defined in cisco_constants module. It should be a configurable parameter. ** Affects: neutron Importance: Undecided Status: New ** Tags: cisco low-hanging-fruit -- You received

[Yahoo-eng-team] [Bug 1332331] [NEW] Put a select all button over Swift objects for a container

2014-06-19 Thread Ashish Chandra
Public bug reported: In horizon, we cannot delete a container if it is not empty(this is only allowed using CLI). And if a user wants to delete a container, he needs to empty the container first (i.e. delete all of its objects). This is OK if the no of objects is limited (we can manually

[Yahoo-eng-team] [Bug 1332334] [NEW] Big Switch: Consistency watchdog should stop on polling interval of 0

2014-06-19 Thread Kevin Benton
Public bug reported: If the user sets the consistency watchdog polling interval to 0, it will poll as fast as possible instead of disabling the watchdog as expected. ** Affects: neutron Importance: Undecided Status: New ** Tags: icehouse-backport-potential ** Tags added:

[Yahoo-eng-team] [Bug 1314741] Re: Instance Lock should protect Snapshot

2014-06-19 Thread melanie witt
** Changed in: nova Importance: Medium = Undecided ** Changed in: nova Status: In Progress = 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/1314741

[Yahoo-eng-team] [Bug 1257626] Re: Timeout while waiting on RPC response - topic: network, RPC method: allocate_for_instance info: unknown

2014-06-19 Thread Joe Gordon
In your example it looks like nova-net didn't start up ** Changed in: nova Status: Confirmed = 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/1257626

[Yahoo-eng-team] [Bug 1150772] Re: Cannot Disassociated Autoallocated floating ip

2014-06-19 Thread Joe Gordon
** Changed in: nova Status: Confirmed = 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/1150772 Title: Cannot Disassociated Autoallocated floating ip

[Yahoo-eng-team] [Bug 1327406] Re: The One And Only network is variously visible

2014-06-19 Thread Mike Spreitzer
Removed DevStack and Heat from the affected projects list based on Steve's affirmation that things outside Nova are working as expected. ** No longer affects: devstack ** No longer affects: heat -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1201656] Re: nova baremetal ties nova-compute to one architecture

2014-06-19 Thread Joe Gordon
Since there are now plans on fixing this, and its in deprecated code moving bug over to opinion so its marked as closed. If someone would needs this fixed we can move it back to confirmed. ** Changed in: nova Status: Triaged = Opinion -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1228977] Re: n-cpu seems to crash when running with libvirt 1.1.1 from ubuntu cloud archive

2014-06-19 Thread Joe Gordon
** Changed in: nova Status: Confirmed = Fix Released ** Changed in: nova Status: Fix Released = Confirmed ** Changed in: nova Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1239524] Re: baremetal block device mapping is wonky

2014-06-19 Thread Joe Gordon
** Changed in: nova 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://bugs.launchpad.net/bugs/1239524 Title: baremetal block device mapping is wonky

[Yahoo-eng-team] [Bug 1328738] Re: tempest.api.image.v1.test_images.ListImagesTest fails in setup with BadRequest - The HTTP URL is invalid

2014-06-19 Thread Matthew Treinish
** Also affects: tempest Importance: Undecided Status: New ** Changed in: glance Status: Confirmed = Invalid ** Changed in: tempest Status: New = In Progress ** Changed in: tempest Importance: Undecided = Critical ** Changed in: tempest Assignee: (unassigned) =

[Yahoo-eng-team] [Bug 1174154] Re: Persistent storage on nodes is not supported

2014-06-19 Thread Joe Gordon
** Changed in: nova Status: Triaged = 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/1174154 Title: Persistent storage on nodes is not supported

[Yahoo-eng-team] [Bug 1332347] [NEW] Add Nuage plugin to the list of core plugins in neutrons setup.cfg

2014-06-19 Thread Sayaji Patil
Public bug reported: Add nuage plugin to the list of core plugins in neutrons setup.cfg ** Affects: neutron Importance: Undecided Assignee: Sayaji Patil (sayaji15) Status: New ** Changed in: neutron Assignee: (unassigned) = Sayaji Patil (sayaji15) ** Summary changed: -

[Yahoo-eng-team] [Bug 1329563] Re: test_suspend_server_invalid_state fails with 400 response

2014-06-19 Thread Davanum Srinivas (DIMS)
See notes from review 100511 - A small excerpt is here: Basically Tempest does not pass length='' to os-getConsoleOutput API on API tests. In the above log, there were two negative factors. * Timeout happened before this error(exceptions.BadRequest) happened. * To investigate the timeout

[Yahoo-eng-team] [Bug 1332353] [NEW] NSX: wrong src IP address in VM connection via floating IP

2014-06-19 Thread Salvatore Orlando
Public bug reported: Scenario: Two VM on the same network (VM_1 and VM_2) with internal addresses INT_1 and INT_2 both associated with floating IPs FIP_1 and FIP_2. VM_1 connects to VM_2 (e.g.: ssh) through VM_2 floating IP e.g.: VM_1 ssh user@FIP_2 on VM_2 the ssh connection has: - INT_2 as

[Yahoo-eng-team] [Bug 1279739] Re: nova.cmd.rpc_zmq_receiver:main is missing

2014-06-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/101136 Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=2d451967be1aa9f8154d14325a6a673b2833b281 Submitter: Jenkins Branch:master commit 2d451967be1aa9f8154d14325a6a673b2833b281 Author: Elena Ezhova eezh...@mirantis.com Date:

[Yahoo-eng-team] [Bug 1332380] [NEW] tox functional tests should use openstack.common.lockutils module for locks

2014-06-19 Thread Rui Zang
Public bug reported: tox.ini [testenv] setenv = VIRTUAL_ENV={envdir} usedevelop = True install_command = pip install -U {opts} {packages} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt setuptools_git=0.4 commands = python -m

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

2014-06-19 Thread Jacob Cherkas
Public bug reported: When booting instances passing in block-device and increasing the volume size , instances can go in to error state if the volume takes longer to create than the hard code value set in: nova/compute/manager.py def _await_block_device_map_created(self, context, vol_id,

[Yahoo-eng-team] [Bug 1290486] Re: neutron-openvswitch-agent does not recreate flows after ovsdb-server restarts

2014-06-19 Thread James Polley
** Changed in: tripleo 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.net/bugs/1290486 Title: neutron-openvswitch-agent does not recreate flows after

[Yahoo-eng-team] [Bug 1292105] Re: CI failed pinging overcloud instance

2014-06-19 Thread Robert Collins
** Also affects: neutron Importance: Undecided Status: New ** Summary changed: - CI failed pinging overcloud instance + ovs tunnel state not syncing (failure pinging overcloud instance) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1332412] [NEW] Could not send notification to notifications

2014-06-19 Thread YAMAMOTO Takashi
Public bug reported: Could not send notification to notifications errors started happening today. probably due to oslo.messaging changes. 2014-06-20 13:00:54.239 TRACE oslo.messaging.notify._impl_messaging Traceback (most recent call last): 2014-06-20 13:00:54.239 TRACE