[Yahoo-eng-team] [Bug 1270038] [NEW] os-hypervisior api not respond display name

2014-01-16 Thread Kun Huang
Public bug reported: An example: [root@controller contrib]# nova hypervisor-servers compute2.ustack.in +--+---+---+-+ | ID | Name | Hypervisor ID | Hypervisor Hostna

[Yahoo-eng-team] [Bug 1270036] [NEW] Inconsistency in Flavor Table Column

2014-01-16 Thread Zhenguo Niu
Public bug reported: On Flavor Table, RAM and Swap Disk both followed with 'MB', but Disk and Ephemeral Disk didn't, to keep consistent, 'GB' shoud be added here. ** Affects: horizon Importance: Undecided Assignee: Zhenguo Niu (niu-zglinux) Status: New ** Changed in: horizon

[Yahoo-eng-team] [Bug 1268480] Re: assertTrue(isinstance()) in tests should be replace with assertIsInstance()

2014-01-16 Thread Liusheng
** Also affects: cinder Importance: Undecided Status: New ** Changed in: cinder Assignee: (unassigned) => Liusheng (liusheng) ** Also affects: python-ceilometerclient Importance: Undecided Status: New ** Changed in: python-ceilometerclient Assignee: (unassigned) =>

[Yahoo-eng-team] [Bug 1212555] Re: remove schedule_network in nicira plugin

2014-01-16 Thread ZhiQiang Fan
no longer affected ** Changed in: neutron Assignee: ZhiQiang Fan (aji-zqfan) => (unassigned) ** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.l

[Yahoo-eng-team] [Bug 1217804] Re: some module is missing in openstack-common.conf

2014-01-16 Thread ZhiQiang Fan
** Changed in: python-neutronclient Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1217804 Title: some module is missing in openstack-common.conf Status i

[Yahoo-eng-team] [Bug 1221679] Re: 'os-hypervisors/detail' breaks if service key is not present

2014-01-16 Thread Kun Huang
** 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/1221679 Title: 'os-hypervisors/detail' breaks if service key is

[Yahoo-eng-team] [Bug 1270008] [NEW] periodic tasks will be invalid if a qemu process becomes to defunct status

2014-01-16 Thread wangpan
Public bug reported: I am using stable havana nova. I got this exception while I delete my kvm instance, but the qemu process of this instance become to 'defunct' status by some unknown reason(may be a qemu/kvm bug), and then the periodic task stopped unexpectly everytime, then the resources of

[Yahoo-eng-team] [Bug 1244694] Re: [SRU] Creating snapshot fails due to nonexistent temporary directory

2014-01-16 Thread Brian Murray
Hello Daniel, or anyone else affected, Accepted libvirt into saucy-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/libvirt/1.1.1-0ubuntu8.3 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://w

[Yahoo-eng-team] [Bug 1269997] [NEW] Needs verification for *_ workers value

2014-01-16 Thread Liyingjun
Public bug reported: When we start the nova-api service, the *_workers (metadata_workers, ec2_workers, osapi_compute_workers) value are not checked if the value is proper. If the user passes a negative value, an exception should be threw. reproduce: osapi_compute_workers = -1 Here is part of

[Yahoo-eng-team] [Bug 1269701] Re: log message level is unreasonable

2014-01-16 Thread Liusheng
Hi Fei Long Wang,thanks, as you said, it is not a big deal, but, IMHO, I don't think is recommended that if we want to find the reson of error in log, we should search in lots of INFO level or DEBUG lever log not the ERROR level log. Additionally, if configured the debug and verbose False in the

[Yahoo-eng-team] [Bug 1262678] Re: Missing firewall_driver with ml2 breaks neutron securitygroups API

2014-01-16 Thread Mathieu Gagné
** Also affects: puppet-neutron/havana Importance: Undecided Status: New ** Changed in: puppet-neutron Milestone: 3.0.0 => None ** Changed in: puppet-neutron/havana Milestone: None => 3.0.0 ** Changed in: puppet-neutron/havana Importance: Undecided => High ** Changed in: pu

[Yahoo-eng-team] [Bug 1269990] [NEW] LXC volume issues

2014-01-16 Thread Sam Morrison
Public bug reported: Few issues with LXC and volumes that relate to the same code. * Hard rebooting a volume will make attached volumes disappear from libvirt xml * Booting an instance specifying an extra volume (passing in block_device_mappings on server.create) will result in the volume not be

[Yahoo-eng-team] [Bug 1264314] Re: warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored)

2014-01-16 Thread Dolph Mathews
The warning line is just that - a warning. You must have a token and endpoint in your environment (there are deprecated environment variables names that are still supported that could be in use). However, in the case of token-get, using a token & endpoint is actually the cause of "'NoneType' object

[Yahoo-eng-team] [Bug 1269947] [NEW] v3/ec2tokens validation results in v2 token

2014-01-16 Thread Steven Hardy
Public bug reported: The ec2tokens extension is available in the default paste pipeline for both v2 and v3 API, but it's the same controller and it returns v2 tokens via both paths. We probably need to refactor to remove the v3 compatibility mangling in the existing ec2tokens implementation and p

[Yahoo-eng-team] [Bug 1269938] [NEW] Interprocess Locks with run_tests.sh

2014-01-16 Thread Justin Hammond
Public bug reported: Looks exactly like: https://bugs.launchpad.net/nova/+bug/1264058 And we're trying to port the fix now. ** Affects: neutron Importance: Undecided Assignee: Justin Hammond (justin-hammond) Status: In Progress -- You received this bug notification because y

[Yahoo-eng-team] [Bug 1269935] [NEW] Updating image metadata fails when value contains newline (\n)

2014-01-16 Thread Steve Gregory
Public bug reported: This is a correct request/response (Via LibCloud) to set metadata (without the newline) The metadata I am attempting to add is: {"application_description": "10chartest", "application_version":"1"} # begin 66424056 request -- curl -i -X POST -H 'Host: xx.xx.x

[Yahoo-eng-team] [Bug 1269926] [NEW] ML2 vlan type driver does not honor network_vlan_ranges

2014-01-16 Thread Paul Ward
Public bug reported: I have the following configuration entry in /etc/neutron/plugins/ml2/ml2_conf.ini: [ml2_type_vlan] network_vlan_ranges = default:1:4093 However, creating a new network with a segmentation_id of 4094 is NOT prevented. In looking at type_vlan.py (https://github.com/openstack/

[Yahoo-eng-team] [Bug 1269915] [NEW] Hyper-V unable to find mounted disks when attaching volume to instance

2014-01-16 Thread Lance Bragstad
Public bug reported: Steps to create: 1.) Create and instance, hosted on a Hyper-V system 2.) Create a new volume that is carved out of IBM Storwize V7K 3.) Confirm both are available/active 3.) Attach volume to instance $ nova volume-attach ldbragst-instance ldbragst-volume auto The followin

[Yahoo-eng-team] [Bug 1269910] [NEW] A large project members list is hardly manageable

2014-01-16 Thread Gabriel Briones Sayeg
Public bug reported: On Admin Projects page when a user request to modify users, a modal appears with a list of available members, the buttons may go very far down from screen if the members list is large. ** Affects: horizon Importance: Undecided Assignee: Gabriel Briones Sayeg (gbrion

[Yahoo-eng-team] [Bug 1266513] Re: Some Python requirements are not hosted on PyPI

2014-01-16 Thread Alan Pevec
** Also affects: keystone Importance: Undecided Status: New ** Also affects: keystone/havana Importance: Undecided Status: New ** Changed in: keystone Status: New => Fix Committed ** Changed in: keystone/havana Status: New => In Progress ** Changed in: nova

[Yahoo-eng-team] [Bug 1269864] [NEW] error: [Errno 113] No route to host

2014-01-16 Thread Joe Gordon
Public bug reported: 2014-01-15 23:09:49,872 Creating ssh connection to '172.24.4.7' as 'cirros' with public key authentication 2014-01-15 23:13:05,967 Failed to establish authenticated ssh connection to cirros@172.24.4.7 after 42 attempts 2014-01-15 23:13:05.967 32057 TRACE tempest.common.ssh T

[Yahoo-eng-team] [Bug 1269851] [NEW] Allowed Address Pair Extension doesn't work with port update

2014-01-16 Thread Miguel Lavalle
Public bug reported: When doing a port update (put) specifying the allowed address pair attribute, the api returns a 200, but the attribute is not actually updated. An example from a Tempest test run follows: 1) The following request was executed: Request: PUT http://172.16.0.2:9696//v2.0/ports

[Yahoo-eng-team] [Bug 1269848] [NEW] nova-api error: [Errno 113] No route to host

2014-01-16 Thread Joe Gordon
Public bug reported: Seen in nova-api in passing gate tests: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/eventlet/greenpool.py", line 80, in _spawn_n_impl func(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/eventlet/wsgi.py", line 594,

[Yahoo-eng-team] [Bug 1269701] Re: log message level is unreasonable

2014-01-16 Thread Liusheng
** Changed in: glance Status: New => Invalid ** Changed in: glance Assignee: Liusheng (liusheng) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1269701 Title:

[Yahoo-eng-team] [Bug 1269848] Re: nova-api error: [Errno 113] No route to host

2014-01-16 Thread Joe Gordon
logstash points to this being a stable/havana bug that isn't seen in trunk. ** Also affects: nova/havana 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

[Yahoo-eng-team] [Bug 1269845] [NEW] Failed to get metadata when multiple instances starts up in parallel

2014-01-16 Thread bsemp
Public bug reported: In Grizzly version, when starting multiple VMs at once in horizon (ex: Instance Count = 20), instances can't get keypair from metadata server. Metadata server returns error 500. nova-api.log shows these errors: 2014-01-16 15:03:06.841 ERROR nova.api.metadata.handler [req-e

[Yahoo-eng-team] [Bug 1269830] [NEW] neutron debug shell fails on misconfigured interface_driver

2014-01-16 Thread Dirk Mueller
Public bug reported: When no interface_driver is set in the provided configuration, starting debug shell fails with: 2014-01-16 15:40:39.378 7928 ERROR neutron.common.legacy [-] Skipping unknown group key: firewall_driver 2014-01-16 15:40:39.378 7928 ERROR neutronclient.shell [-] 'NoneType' obje

[Yahoo-eng-team] [Bug 1242607] Re: Delete the image ok when upload

2014-01-16 Thread Fei Long Wang
** 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/1242607 Title: Delete the image ok when upload Status in OpenStack Image Registry and D

[Yahoo-eng-team] [Bug 1245865] Re: Glance doesn't find private images

2014-01-16 Thread Fei Long Wang
** 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/1245865 Title: Glance doesn't find private images Status in OpenStack Image Registry an

[Yahoo-eng-team] [Bug 1264230] Re: Glance api fails to start with ZeroMQ rpc backend

2014-01-16 Thread Fei Long Wang
Hi Rohit, please follow the configuration of this link to configure zeroMQ https://github.com/openstack/oslo.messaging/blob/master/oslo/messaging/_drivers/impl_zmq.py And please let me know if you run into any issue about notifications. Thanks. ** Changed in: glance Status: New => Invalid

[Yahoo-eng-team] [Bug 1269805] [NEW] XenServer 6.2 OVS problem

2014-01-16 Thread Martins Jakubovics
Public bug reported: When setup Neutron + XenServer 6.2 I faced this error in neutron- openvswitch-agent log in hosts compute node: 2014-01-03 10:48:13.319 2364 ERROR neutron.agent.linux.ovs_lib [-] Unable to execute ['ovs-ofctl', 'mod-flows', 'br-tun', 'hard_timeout=0,idle_timeout=0,priority=1

[Yahoo-eng-team] [Bug 1240487] Re: glance-api & rabbit_ha_queues

2014-01-16 Thread Fei Long Wang
Now we have migrated to oslo.messaging, the RabbitMQ HA should be supported now. Please feel free reopen this. ** 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://bug

[Yahoo-eng-team] [Bug 1269795] [NEW] Port tags not reliably implementing

2014-01-16 Thread Jesse Pretorius
Public bug reported: Environment: - Ubuntu 12.04.3 LTS - Grizzly 2013.1.3-0ubuntu1~cloud0 - Quantum with GRE Tunneling - OpenVSwitch 1.4.0-1ubuntu1.5 I'm getting inconsistent implementations of port tags for the Router internal interfaces and the DHCP's interface when they're created in OVS.

[Yahoo-eng-team] [Bug 1269789] [NEW] using templated catalog causes issues creating/listing new services/endpoints

2014-01-16 Thread Darren Birkett
Public bug reported: This is an issue in HAVANA We are using a templated catalog for the initial list of services and endpoints, which works fine. Trying to add a service works, but the following behaviour is observed with various keystoneclient commands: keystone catalog: = only the list of se

[Yahoo-eng-team] [Bug 1269785] [NEW] Dogpile no longer caches anything

2014-01-16 Thread Ondergetekende
Public bug reported: Since december 14th, keystone Head's caching no longer works for me, there no longer is any communication over the memcache port, and no queries seem to be cached. However, the startup logs (see below) show no indication of any error, apart from quite a few cache misses. Good

[Yahoo-eng-team] [Bug 1263578] Re: http connection pool error in test runs

2014-01-16 Thread Flavio Percoco
This issue was hit by 2 patches: 1 already merged and the other one abandoned. I'm unable to reproduce it and that makes 2 of us. I'll close this issue as invalid. ** Changed in: glance Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1269740] [NEW] metadata agent fails with self-signed SSL certs

2014-01-16 Thread Sascha Peilicke
Public bug reported: When using a self-signed certificate for the network service endpoint, the metadata agent has to pass the 'insecure' flag to neutronclient. Otherwise requests will fail due to the failed certificate validity check. ** Affects: neutron Importance: Undecided Statu

[Yahoo-eng-team] [Bug 1269739] [NEW] an improvement of curl example doc?

2014-01-16 Thread Kun Huang
Public bug reported: In keystone curl example document, it uses "curl -d '{"auth":{"passwordCredentials":{"username": "joeuser", "password": "secrete"}}}' -H "Content-type: application/json" http://localhost:35357/v2.0/tokens"; to get a token, and in next example, it uses a token to access other s

[Yahoo-eng-team] [Bug 1262424] Re: Files without code should not contain copyright notices

2014-01-16 Thread Alexander Ignatov
** Also affects: trove 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/1262424 Title: Files without code should not contain copyright notices

[Yahoo-eng-team] [Bug 1269727] [NEW] minified js considered as binary

2014-01-16 Thread Maxime Vidori
Public bug reported: In Debian, minified javascript are considered either as an obfuscation of the original code, or as a "compiled-in binary" version of them, and therefore minified javascript files are considered non-free. Moreover, the use of unminified javascript will ease the development on

[Yahoo-eng-team] [Bug 1269722] [NEW] Help message of flag 'enable_isolated_metadata' is not correct

2014-01-16 Thread Édouard Thuleau
Public bug reported: To provide metadata service on isolated subnet, the DHCP agent send a static route to the guest to be able to join the metadata IP. This functionality was available through the flag 'enable_isolated_metadata'. Thanks to the patch [1], now the DHCP agent determines a subnet i

[Yahoo-eng-team] [Bug 1262424] Re: Files without code should not contain copyright notices

2014-01-16 Thread Liusheng
** No longer affects: python-ceilometerclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1262424 Title: Files without code should not contain copyright notices Status in OpenStack T

[Yahoo-eng-team] [Bug 1262424] Re: Files without code should not contain copyright notices

2014-01-16 Thread Liusheng
** Also affects: python-ceilometerclient Importance: Undecided Status: New ** Changed in: python-ceilometerclient Assignee: (unassigned) => Liusheng (liusheng) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron

[Yahoo-eng-team] [Bug 1269703] [NEW] list_projects_for_endpoint interface fail with "500 Internal Server Error"

2014-01-16 Thread Rui Chen
Public bug reported: Hello All, When I test endpoint filter feature, I send a GET request to '/v3/OS-EP-FILTER/endpoints/{endpoint_id}/projects', then get the following error { "error": { "message": "An unexpected error prevented the server from fulfilling your request. 'E

[Yahoo-eng-team] [Bug 1269701] [NEW] log message level is unreasonable

2014-01-16 Thread Liusheng
Public bug reported: In method glance.api.v1.images.Controller#_reserve, if an duplicate image uuid is specified, it will log the "debug" level message and raise error: except exception.Duplicate: msg = (_("An image with identifier %s already exists") % imag