[Yahoo-eng-team] [Bug 1291949] Re: novncproxy logging is not configurable

2014-03-18 Thread Song Li
** Changed in: nova Status: Opinion = In Progress -- 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/1291949 Title: novncproxy logging is not configurable Status in

[Yahoo-eng-team] [Bug 1293693] Re: libvirt OVS VLAN tag not set

2014-03-18 Thread Aaron Rosen
This is a neutron issue as nova does not set the vlan tag the l2-agent does. Removing nova. ** 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/1293693 Title:

[Yahoo-eng-team] [Bug 1294013] [NEW] failed to create a new instance from a volume snapshot when volume usage reached quota limit

2014-03-18 Thread Yogev Rabl
Public bug reported: 2014-03-18 11:16:35.228 2018 TRACE nova.openstack.common.rpc.amqp raise exception.InvalidBDM() 2014-03-18 11:16:35.228 2018 TRACE nova.openstack.common.rpc.amqp InvalidBDM: Block Device Mapping is Invalid. 2014-03-18 11:16:35.228 2018 TRACE

[Yahoo-eng-team] [Bug 1294016] [NEW] db migration failed when plugin name alias used in config file

2014-03-18 Thread Zang MingJie
Public bug reported: due to blueprint config-plugin-by-name[1], convenient plugin name alias can be use in config file, but the db migration doesn't understand the name alias. [1] https://blueprints.launchpad.net/neutron/+spec/config-plugin-by-name ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1294030] [NEW] Import error at /

2014-03-18 Thread Dimitri Mazmanov
Public bug reported: Just installed the latest horizon using devstack and got the following error when trying to access the login page Environment: Request Method: GET Request URL: http://localhost:8080/ Django Version: 1.5.5 Python Version: 2.7.3 Installed Applications:

[Yahoo-eng-team] [Bug 1294042] [NEW] The message no ip addresses available is misleading

2014-03-18 Thread Giulio Fidente
Public bug reported: When associating a float with an instance, if no floats are reserved, the modal drop down will tell: No IP addresses available [+] I think both the message No IP addresses available and the plus sign next to it are misleading. User just need to reserve a new float so I'd

[Yahoo-eng-team] [Bug 1294069] [NEW] XenAPI: Boot from volume without image_ref broken

2014-03-18 Thread Bob Ball
Public bug reported: https://review.openstack.org/#/c/78194/ changed tempest to clear image_ref for some BFV tests - in particular the test_volume_boot_pattern This now results in a KeyError: 'disk_format' exception from Nova when using the XenAPI driver. http://paste.openstack.org/show/73733/

[Yahoo-eng-team] [Bug 1294096] [NEW] LBaaS: small cleanup in agent device driver interface

2014-03-18 Thread Oleg Bondarev
Public bug reported: Need to remove unnecessary 'context' parameter from a couple of methods in neutron.services.loadbalancer.agent.agent_device_driver.AgentDeviceDriver ** Affects: neutron Importance: Low Assignee: Oleg Bondarev (obondarev) Status: In Progress ** Tags:

[Yahoo-eng-team] [Bug 1294098] [NEW] Serial console in vmware

2014-03-18 Thread Marcin Zbik
Public bug reported: I would like to request a similar feature like it is in KVM - serial console (log). It should be easy to do, I think. Just reconfigure vm one more time and add serial port, redirected to file in VM directory (for example $DATASTORE/$VM_ID/console.log) same as it is in KVM.

[Yahoo-eng-team] [Bug 1294102] [NEW] VMware: get_object_properties may not return any objects

2014-03-18 Thread Gary Kotton
Public bug reported: 2014-03-18 05:32:28.164 CRITICAL nova.virt.vmwareapi.driver [req-a4d0920a-9ea0-4e3d-b1fe-561133e5b799 None None] In vmwareapi: _call_method (session=52325cb1-82c6-440a-e498-328cf8759e8e) 2014-03-18 05:32:28.164 TRACE nova.virt.vmwareapi.driver Traceback (most recent call

[Yahoo-eng-team] [Bug 1294150] [NEW] Keystone fails when returning unscoped federated token as XML

2014-03-18 Thread Marek Denis
Public bug reported: Keystone fails when unscoped token is serialized to the XML output. 'OS- FEDERATION:groups' tag is invalid. Traceback: ERROR keystone.middleware.core Serializer failed TRACE keystone.middleware.core Traceback (most recent call last): TRACE keystone.middleware.core File

[Yahoo-eng-team] [Bug 1294150] Re: Keystone fails when returning unscoped federated token as XML

2014-03-18 Thread Dolph Mathews
** Also affects: openstack-api-site Importance: Undecided Status: New ** Changed in: keystone Importance: Undecided = Medium ** Changed in: openstack-api-site Assignee: (unassigned) = Dolph Mathews (dolph) -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1294210] [NEW] InvalidCPUInfo exception not catched in conductor _live_migrate

2014-03-18 Thread Facundo Maldonado
Public bug reported: Environment: - fresh devstack multinode installation using nova-network. - one controller node with a compute node (node_1) - one compute node (node_2) Both compute nodes has different cpu info features. When live migrating from node_1 to node_2 an InvalidCPUInfo is

[Yahoo-eng-team] [Bug 1294215] [NEW] set_default_for_default_log_levels

2014-03-18 Thread Michiel Muhlenbaumer
Public bug reported: Upgraded keystone to 1:2014.1~b3-0ubuntu3~cloud0, get this error when starting keystone-all: root@controller:~$ keystone-all Traceback (most recent call last): File /usr/bin/keystone-all, line 109, in module config.set_default_for_default_log_levels() AttributeError:

[Yahoo-eng-team] [Bug 1293693] Re: libvirt OVS VLAN tag not set

2014-03-18 Thread Iain MacDonnell
Per the problem description, it is the nova VIF driver that sets the external-ids on the OVS port. Neutron later picks up that information to set the VLAN tag. It is nova that's not doing its part. ** Also affects: nova Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1294346] [NEW] When creating Neutron Security Group Rules with a Protocol other than TCP/UDP/ICMP, breaks nova secgroup-* calls

2014-03-18 Thread Kevin Jackson
Public bug reported: With the following set in /etc/nova/nova.conf: security_group_api=neutron You can view security groups and rules that have been created in Neutron with nova secgroup-* commands. If you create a Neutron Security Group rule with a different protocol though, nova secgroup-*

[Yahoo-eng-team] [Bug 1236511] Re: Keystone Trusts API sends non descriptive error message for requests with invalid trust id

2014-03-18 Thread Jamie Lennox
** Project changed: python-keystoneclient = keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1236511 Title: Keystone Trusts API sends non descriptive error message for requests

[Yahoo-eng-team] [Bug 1294355] [NEW] BigSwitch: driver doesn't include current bound segment

2014-03-18 Thread Kevin Benton
Public bug reported: The current ML2 mechanism driver for bigswitch doesn't include the current bound segment for the backend controller. It's just inferring it from the segment ID in the network, which won't work if the network has multiple segments. ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1294356] [NEW] improper validation allows for 500 during create role

2014-03-18 Thread Nathan Buckner
Public bug reported: Improper validation allows for requests to cause 500s. POST /v2.0/OS-KSADM/roles HTTP/1.1 Host: 10.127.101.67:35357 Content-Length: 22 Content-Type: application/json Accept-Encoding: gzip, deflate, compress Accept: */* X-Auth-Token: User-Agent: python-requests/2.2.1

[Yahoo-eng-team] [Bug 1294150] Re: Keystone fails when returning unscoped federated token as XML

2014-03-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/81022 Committed: https://git.openstack.org/cgit/openstack/identity-api/commit/?id=654f9b98743a1c0c92b0052a74b607ef54b7ba32 Submitter: Jenkins Branch:master commit 654f9b98743a1c0c92b0052a74b607ef54b7ba32 Author: Dolph Mathews dolph.math...@gmail.com

[Yahoo-eng-team] [Bug 1272286] Re: VMware driver: Nova compute fails to start when multiple nova compute services are running per vCenter.

2014-03-18 Thread Sabari Murugesan
The completely fix this bug we also need https://review.openstack.org/#/c/69262/. This patch makes sure that the driver lists only the instances of it's nodes. Currently, it lists all the vm's that are with the hypervisor even the ones not managed by its nodes. ** Changed in: nova Status:

[Yahoo-eng-team] [Bug 1290772] Re: MatchMakerRedis doesn't work [zeromq]

2014-03-18 Thread Joe Gordon
** Also affects: oslo.messaging 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/1290772 Title: MatchMakerRedis doesn't work

[Yahoo-eng-team] [Bug 1294409] [NEW] Create User form fields are pre-filled

2014-03-18 Thread Cindy Lu
Public bug reported: When I go to Admin Users Create User, I see that the Email and Password field are pre-filled and highlighted in yellow. This behavior is unexpected. Please see attached image. ** Affects: horizon Importance: Undecided Status: New ** Attachment added:

[Yahoo-eng-team] [Bug 1294411] [NEW] add file to open firewall ports to enable vmc to nova/tools

2014-03-18 Thread Tracy Jones
Public bug reported: For VNC to work on ESX, the appropriate ports have to be open in the firewall. VMware has the ability to install scripts (which are called vibs) easily. Putting this file in the tools directory would simplify vSphere customer deployments. This patch proposes to put a file

[Yahoo-eng-team] [Bug 1291926] Re: MismatchError test_update_all_quota_resources_for_tenant

2014-03-18 Thread Joe Gordon
** 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 neutron. https://bugs.launchpad.net/bugs/1291926 Title: MismatchError

[Yahoo-eng-team] [Bug 1291926] Re: MismatchError test_update_all_quota_resources_for_tenant

2014-03-18 Thread Mike Perez
*** This bug is a duplicate of bug 1291162 *** https://bugs.launchpad.net/bugs/1291162 Since Havana, if you create a volume in cinder that has a specified volume type, it will introduce new default quotas. Seeing that these tests were introduced in tempest 2014-02-20, I'm guessing some race

[Yahoo-eng-team] [Bug 1294434] [NEW] Add missing ondelete foreignkey constraint to Cisco N1kv tables

2014-03-18 Thread Abhishek Raut
Public bug reported: Current DB migration script to populate N1kv tables is missing the ondelete=CASCADE option in the ForeignKey constraint for network and port binding tables. This causes the network and port delete calls to fail with Integrity error. This occurs when the database is populated

[Yahoo-eng-team] [Bug 1294437] [NEW] GET role by name OS-KSADM call not functional

2014-03-18 Thread Nathan Buckner
Public bug reported: A get role by name call against adminurl returns all the roles instead of the filtered role GET /v2.0/OS-KSADM/roles?name=KeystoneServiceAdmin HTTP/1.1 Host: 10.127.101.67:35357 X-Auth-Token: Content-Type: application/json Accept-Encoding: gzip, deflate, compress Accept:

[Yahoo-eng-team] [Bug 1294445] [NEW] Record and log reason for dhcp agent resync

2014-03-18 Thread Ian Wienand
Public bug reported: A dhcp resync can be triggered at a number of points, but the actual resync is done asynchronously by a helper thread. This means by the time the resync happens, it's hard to establish what actually caused it. I've seen a number of problems in production systems that cause

[Yahoo-eng-team] [Bug 1143659] Re: Deleting instance during snapshot leaves snapshot state in saving

2014-03-18 Thread Simon Chang
Confirmed with Yang Yu that this problem has already been fixed in Havana and Icehouse. ** Changed in: nova Assignee: Simon Chang (changsimon) = (unassigned) ** Changed in: nova Status: Confirmed = Fix Released -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1286463] Re: Security-group-name is case sensitive when booting instance with neutron

2014-03-18 Thread Aaron Rosen
** 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/bugs/1286463 Title: Security-group-name is case sensitive when booting instance with neutron Status in

[Yahoo-eng-team] [Bug 1294474] [NEW] OFAgent: fix the too long tunnel devices names problem

2014-03-18 Thread fumihiko kakuma
Public bug reported: This problem was occurred on OVS agent and fixed. Apply the bug fix to OFAgent. related-bug: 1281098 ** Affects: neutron Importance: Undecided Assignee: fumihiko kakuma (kakuma) Status: In Progress -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1294480] [NEW] commented out code in test_cinder_cloud

2014-03-18 Thread Aaron Rosen
Public bug reported: commented out code in test_cinder_cloud ** Affects: nova Importance: Low Assignee: Aaron Rosen (arosen) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Aaron Rosen (arosen) ** Changed in: nova Importance: Undecided = Low --

[Yahoo-eng-team] [Bug 1294481] [NEW] nova.conf.sample out of sync

2014-03-18 Thread Yongli He
Public bug reported: $ tools/config/generate_sample.sh -b . -p nova -o etc/nova $ git diff diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample index 3e9bef8..47e98c9 100644 --- a/etc/nova/nova.conf.sample +++ b/etc/nova/nova.conf.sample @@ -1962,6 +1962,16 @@ # Whether to use cow