[Yahoo-eng-team] [Bug 1338938] [NEW] dhcp scheduler should stop redundant agent

2014-07-08 Thread Xurong Yang
Public bug reported: we initiate the counter of dhcp agents between active host and cfg.CONF.dhcp_agents_per_network, suppose that we start dhcp agents correctly, then some dhcp agents are down(host down or kill the dhcp- agent), during this period, we will reschedule and recover the normal dhcp

[Yahoo-eng-team] [Bug 1338977] [NEW] Using OpenvSwitch, all devices with name tapxxx attached to OVS bridge can not be synchronized successfully when ovs_use_veth is set to True

2014-07-08 Thread Yang Yu
Public bug reported: OpenStack will create a device attached to the OVS integration bridge as a dhcp server, so whenever you create a network in OpenStack, there will be a tap device created and attached to the OVS integration bridge such as below. stack@vm:/opt/stack/tempest$ sudo ovs-vsctl

[Yahoo-eng-team] [Bug 1333137] Re: Can't launch Nova instance: no boot image available

2014-07-08 Thread Amit Prakash Pandey
I tried to reproduce this bug and I don't see this error. I have not created any image on my own but still I see a few in my devstack insall ( master). So I am marking this as Invalid! ** Changed in: horizon Status: Incomplete = Invalid -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1339023] [NEW] It is impossible to import selenium submodules inside 'selenium.py' file

2014-07-08 Thread Timur Sufiev
Public bug reported: Currently there are 2 such files inside horizon tests: horizon.test.tests.selenium and openstack_dashboard.test.tests.selenium - so it would be impossible to import any submodules of selenium package inside them. The most obvious solution is to rename both into, say,

[Yahoo-eng-team] [Bug 1339028] [NEW] Update costom route on Router not take effect

2014-07-08 Thread Xurong Yang
Public bug reported: 1. create a router 2. create a network with subnet 4.6.72.0/23 3. attach the above subnet to the router 4. update the router with route {destination: 4.6.72.0/23, nexthop: 4.6.72.10}, success 5. remove the above route from the router, success 6. update the router with the

[Yahoo-eng-team] [Bug 1339039] [NEW] ERROR: Store for scheme glance.store.rbd.Store not found

2014-07-08 Thread Roman Jerger
Public bug reported: glance-api is unable to initilize rbd storage backend. Running glance-api with only rbd backend configured and disabling all the other backends causes the service to exit with the following error: root@control:~# glance-api 2 2014-07-07 17:48:03.950 1874 DEBUG

[Yahoo-eng-team] [Bug 1339045] [NEW] Cannot open network namespace

2014-07-08 Thread moorryan
Public bug reported: While booting tripleo undercloud have occassionally (about 8 in 10 attempts) seen errors in neutron-dhcp-agent.log of: 2014-07-08 10:12:07.374 3905 ERROR neutron.agent.linux.utils [-] Command: ['sudo', '/usr/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'ip',

[Yahoo-eng-team] [Bug 1307424] Re: undercloud won't come up: seed metadata server 404s

2014-07-08 Thread Jay Dobies
** Changed in: tripleo 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/1307424 Title: undercloud won't come up: seed metadata

[Yahoo-eng-team] [Bug 1339098] [NEW] detach_interface may hide issues due to async call

2014-07-08 Thread Drew Thorstensen
Public bug reported: The detach_interface runs to the compute host via a cast rpc invocation (async). As such, the validation that is done on the compute manager (example: an incorrect port id being passed in) is lost and the HTTP response code returned to the user is always 202. Users would

[Yahoo-eng-team] [Bug 1339107] [NEW] Kyestone: Auth token not in the request header

2014-07-08 Thread Nicolae Paladi
Public bug reported: Hi, I am using CentOS 6.4, deployed OpenStack Icehouse with Packstack. After the deployment, they admin user is not authorized for some commands, e.g. nova list, neutron net-list, etc. Similar to the bug described in https://bugs.launchpad.net/keystone/+bug/1289935,

[Yahoo-eng-team] [Bug 1323578] Re: randmly failing rebuild on ssh-key errors on a setup which is configured for non-migration resize

2014-07-08 Thread Daniel Berrange
Proposing a blueprint/nova-specs is only appropriate if the submitter actually intends to provide a solution. We're not wanting nova-specs for arbitrary user reported wish-list items. For user wish list items like this, they should be status: confirmed/triaged, importance: wishlist ** Changed

[Yahoo-eng-team] [Bug 1339104] [NEW] error lunching instance:OpenStackconsole is currently unavailable, please try again later

2014-07-08 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: i have created the vm using xen hypervisor and trying to lunch the vm using openstack dashboard-horizon, but is showing the error console is currently unavailable, please try again later while i check for the console log for the same. I have base

[Yahoo-eng-team] [Bug 1339184] [NEW] L3 Agent should advertise the right RPC version

2014-07-08 Thread Armando Migliaccio
Public bug reported: When looking at the following: - https://github.com/openstack/neutron/blob/master/neutron/agent/l3_agent.py#L66 https://github.com/openstack/neutron/blob/master/neutron/agent/l3_agent.py#L216 It looks like the L3 Agent does not advertises the right supported RPC version,

[Yahoo-eng-team] [Bug 1339104] Re: error lunching instance:OpenStackconsole is currently unavailable, please try again later

2014-07-08 Thread John Vrbanac
This doesn't affect Barbican. Moving to project referred to in the description. ** Project changed: barbican = horizon -- 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 1338550] Re: V3 API project/user/group list only work with domain scoped token

2014-07-08 Thread Dolph Mathews
This is by design. Project, user and group collections are owned by the domain, and therefore the policy requires domain-level authorization to administer those collections. ** Changed in: keystone Status: In Progress = Invalid -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1337768] Re: keystone v2 api change_password authz require also update_user authz

2014-07-08 Thread Dolph Mathews
This is by design in v2 - that password update call is intended for administrators. In v3, we support a self-service password change that requires the user's existing password: https://github.com/openstack/identity-api/blob/master/v3/src/markdown

[Yahoo-eng-team] [Bug 1339197] [NEW] Linuxbridge agent test for VXLAN module requires /lib/modules

2014-07-08 Thread Hugh Saunders
Public bug reported: The Linuxbridge agent VXLAN test[1] uses modinfo which requires /lib/modules to be available. This leads to a false negative result on LXC containers where /lib/modules is not mounted. Expected behaviour: VXLAN module detected if loaded. Current behvarious: VXLAN module

[Yahoo-eng-team] [Bug 1339232] [NEW] Debug logs for unit tests appear to contain some corrupted characters

2014-07-08 Thread Henry Nash
Public bug reported: When running our unit tests as part of jenkins the output file are merged into one output file using subunit. The resulting files appear to contain corrupted characters, e.g.: From a jenkins test: ³+@žS¹_.Ô-

[Yahoo-eng-team] [Bug 1328245] Re: libvirt does not store connection_info after BFV setup

2014-07-08 Thread Alan Pevec
** Also affects: nova/havana Importance: Undecided Status: New ** Also affects: nova/icehouse Importance: Undecided Status: New ** Changed in: nova/havana Status: New = In Progress ** Changed in: nova/icehouse Status: New = In Progress ** Changed in:

[Yahoo-eng-team] [Bug 1339235] [NEW] UnexpectedTaskStateError: Unexpected task state: expecting (u'powering-off', ) but the actual state is None

2014-07-08 Thread Matt Riedemann
*** This bug is a duplicate of bug 1320628 *** https://bugs.launchpad.net/bugs/1320628 Public bug reported: This is showing up all over the n-cpu logs on teardown of tempest tests: UnexpectedTaskStateError: Unexpected task state: expecting (u'powering- off',) but the actual state is None

[Yahoo-eng-team] [Bug 1339266] [NEW] LBaaS: Member object doesn't contains VM instance id

2014-07-08 Thread Anil Vishnoi
Public bug reported: I would rather consider it enhancement than a bug. I created two VM instances in my openstack setup. VM1 ( id - 3d248e17-922c-4619-aa60-d30684108c01) VM2 (id - acb0148f- 508d-4c6f-a9b1-4d160960764d). I created pool (A) and added both of these VM instances as a pool member.

[Yahoo-eng-team] [Bug 1339271] [NEW] H104 cleanup in __init__ files

2014-07-08 Thread Fawad Khaliq
Public bug reported: As per H104 in [1] guidelines, files with no code shouldn’t contain any license header nor comments, and must be left completely empty. We have quite a few __init__.py files that will fail this hacking rule. These need to be cleaned up. [1]

[Yahoo-eng-team] [Bug 1334137] Re: [Errno 2] No such file or directory in gate-nova-python26

2014-07-08 Thread Clark Boylan
This looks like a nova test fixture bug. I have added nova to the bug and marked the Infra side incomplete. If you can provide more info that indicates this is an Infra bug please do and we can update the bug and hopefully fix it. All that said I think this is a bug in nova. ** Also affects:

[Yahoo-eng-team] [Bug 1339273] [NEW] Sphinx documentation build failed in stable/havana: source_dir is not a directory

2014-07-08 Thread Tristan Cacqueray
Public bug reported: Documentation is not building in stable/havana: $ tox -evenv -- python setup.py build_sphinx venv inst: /opt/stack/horizon/.tox/dist/horizon-2013.2.4.dev9.g19634d6.zip venv runtests: PYTHONHASHSEED='1422458638' venv runtests: commands[0] | python setup.py build_sphinx

[Yahoo-eng-team] [Bug 1334015] Re: Server could not comply with the request for .test_create_image_from_stopped_server

2014-07-08 Thread Clark Boylan
This appears to be a nova bug. Tempest asked nova to perform an action and the resulting response was unexpected. It may be a tempest bug but usually it is an issue in the project being tested. I have marked this bug as Incomplete for the Infra side, please feel free to add more info indicating

[Yahoo-eng-team] [Bug 1329995] Re: Sporadic tempest failures: The server could not comply with the request since it is either malformed or otherwise incorrect

2014-07-08 Thread Clark Boylan
This appears to be a nova bug. Tempest has asked nova to perform a task and it failed. If you still believe this is an Infra bug please update this bug with information on why that is the case so that we can debug it further and fix it. ** Also affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1231351] Re: nova-bm keeps a copy of baremetal image after deployment

2014-07-08 Thread Robert Collins
This is fixed for Ironic but we won't be trying to fix it for nova-bm - thats deprecated. ** Changed in: tripleo Status: Triaged = Won't Fix -- 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 1315095] Re: grenade nova network (n-net) fails to start

2014-07-08 Thread Attila Fazekas
The same logstash query founds this error in another jobs, and they are runtime issues. http://logs.openstack.org/94/105194/2/check/check-tempest-dsvm-postgres- full/f029225/logs/screen-n-net.txt.gz#_2014-07-07_17_24_19_012 ** Also affects: nova Importance: Undecided Status: New --

[Yahoo-eng-team] [Bug 1339342] [NEW] VMware: boot from sparse image results in OS not found

2014-07-08 Thread Eric Brown
Public bug reported: I am attempting to boot an instance from the cirros image found here: http://partnerweb.vmware.com/programs/vmdkimage/cirros-0.3.2-i386-disk.vmdk So I originally imported the image without setting any of the vmware properties. So when I go to boot from this image, I get

[Yahoo-eng-team] [Bug 1339271] Re: H104 cleanup in __init__ files

2014-07-08 Thread Fawad Khaliq
*** This bug is a duplicate of bug 1329017 *** https://bugs.launchpad.net/bugs/1329017 Duplicate of https://bugs.launchpad.net/neutron/+bug/1329017 ** Changed in: neutron Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1339382] [NEW] openrc does not use region to find auth_url

2014-07-08 Thread Matt Fischer
Public bug reported: in the code to generate the openrc file, the region is not passed into the code that finds the keystone endpoint. The result is that you end up with the first endpoint in the list. ** Affects: horizon Importance: Undecided Assignee: Matt Fischer (mfisch)

[Yahoo-eng-team] [Bug 1339386] [NEW] Reboot should not require a Glance.show

2014-07-08 Thread Rick Harris
Public bug reported: When a host is rebooted, we use `resume_state_on_host_boot` to spin back up the instances. In `libvirt` this translates to a bunch of `_hard_reboot` calls. The problem is that, `_hard_reboot` calls `_get_guest_xml`, which then calls `get_image_metadata` (since no

[Yahoo-eng-team] [Bug 1339439] [NEW] TypeError: object of type 'NoneType' has no len()

2014-07-08 Thread angeloudy
Public bug reported: 2014-07-09 17:31:21.408 31964 ERROR keystone.common.wsgi [-] object of type 'NoneType' has no len() 2014-07-09 17:31:21.408 31964 TRACE keystone.common.wsgi Traceback (most recent call last): 2014-07-09 17:31:21.408 31964 TRACE keystone.common.wsgi File

[Yahoo-eng-team] [Bug 1339462] [NEW] vmware: cannot use adaptertype Paravirtual

2014-07-08 Thread Koichi Yoshigoe
Public bug reported: nova icehouse Ubuntu14.04 Version: 1:2014.1-0ubuntu1.2 Current Nova vmwareapi cannot configure guest VM's SCSI controller type as Paravirtual. (though this requires vmwaretools running on the guest VM) ** Affects: nova Importance: Undecided Assignee: Koichi

[Yahoo-eng-team] [Bug 1339039] Re: ERROR: Store for scheme glance.store.rbd.Store not found

2014-07-08 Thread Zhi Yan Liu
According to the error message Store for scheme glance.store.rbd.Store not found, your configuration on ''default_store is wrong, for your case it should be 'rbd' instead of 'glance.store.rbd.Store', since as help message of the option mentioned, the value should be schema of store but the module

[Yahoo-eng-team] [Bug 1048562] Re: Request for list/search of available options in nova api

2014-07-08 Thread Joe Gordon
This is a feature request and not a bug per se. ** Changed in: nova Status: Triaged = 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/1048562 Title:

[Yahoo-eng-team] [Bug 1080921] Re: Things that should not be in the main process

2014-07-08 Thread Joe Gordon
** Changed in: nova Status: Triaged = 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/1080921 Title: Things that should not be in the main process Status

[Yahoo-eng-team] [Bug 1338844] Re: FixedIpLimitExceeded: Maximum number of fixed ips exceeded in tempest nova-network runs since 7/4

2014-07-08 Thread Joe Gordon
** Also affects: tempest Importance: Undecided Status: New ** Changed in: tempest Importance: Undecided = High ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1189385] Re: quantum-server hung up it's listening port

2014-07-08 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1189385

[Yahoo-eng-team] [Bug 1126375] Re: Disable libvirt base file cleanup by default

2014-07-08 Thread Joe Gordon
patch was abandoned ** 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/1126375 Title: Disable libvirt base file

[Yahoo-eng-team] [Bug 981294] Re: use FQDN for hostnames of services

2014-07-08 Thread Joe Gordon
This approach was attempted but caused some issues: please see https://review.openstack.org/#/c/24080/ ** Changed in: nova Status: In Progress = Incomplete ** Changed in: nova Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1255001] Re: Fix exception for os-migrateLive

2014-07-08 Thread Joe Gordon
https://review.openstack.org/58469 was merged ** 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/1255001 Title:

[Yahoo-eng-team] [Bug 1233546] Re: Wrong Docstring format in some scheduler/driver.py methods

2014-07-08 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/1233546 Title: Wrong Docstring format in some