[Yahoo-eng-team] [Bug 1333103] [NEW] wrong_info_is_displayed_during_no_probe_neutron_debug_probe_clear

2014-06-23 Thread Mh Raies
Public bug reported: Take a case, when there is no probe present. In this case if we try to clear probes using following CLI - #neutron-debug probe-clear it should ideally give a message like - Nothing to delete/clear or No probe is present to clear But when I tries above command following is

[Yahoo-eng-team] [Bug 1333106] [NEW] Tempest:Running test_network_basic_ops scenario in tempest results is failing with internal server error

2014-06-23 Thread Ashish Kumar Gupta
Public bug reported: Tested on build: 2014.2.dev543.g8bdc649 Pre-requisite : External network exist. Both the instances are created successfully with internal and external network connectivity passed. neutronclient.client: DEBUG: RESP:{'date': 'Mon, 23 Jun 2014 02:09:48 GMT', 'status':

[Yahoo-eng-team] [Bug 1329929] Re: Cannot 'resize' while instance is in task_state resize_migrating

2014-06-23 Thread hzxiongwenwu
I think it's right, nova does not allow resizing when vm task_state is in resize_migrating. ** 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 1304409] Re: VMs can't be booted with networks without subnet

2014-06-23 Thread hzxiongwenwu
it no sense to boot a instance without a network. ** 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). https://bugs.launchpad.net/bugs/1304409 Title: VMs

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

2014-06-23 Thread Hong-Guang
Public bug reported: Testing step: 1:login as admin 2:go to project/instance/launch instance 3:No image available whether what flavor is choosed ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

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

2014-06-23 Thread Alan Pevec
** Also affects: horizon/icehouse Importance: Undecided Status: New ** Changed in: horizon/icehouse Status: New = Confirmed ** Changed in: horizon/icehouse Importance: Undecided = Critical -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1333144] [NEW] Jenkins fails patch verification on: ConnectionError: HTTPConnectionPool(host='public.nova.example.com', port=8774): Max retries exceeded

2014-06-23 Thread Daniel Korn
Public bug reported: Jenkins fails on three tests: == gate-horizon-python26 gate-horizon-python27 gate-horizon-python27-django14 The error that repeats in the log files is: 14-06-22 20:18:42.483 | ERROR:

[Yahoo-eng-team] [Bug 1333145] [NEW] quota-usage error in soft-delete

2014-06-23 Thread hzxiongwenwu
Public bug reported: how to reproduct it: i am project_id='30528b0d602c4a9c9d8b4cd3d416d710', and I have an instance: ubuntu@xfolsom:/opt/stack/nova$ nova list +--+--+++-+--+ | ID

[Yahoo-eng-team] [Bug 1324363] Re: Firewall status remains 'PENDING_CREATE' for regular user

2014-06-23 Thread Jakub Libosvar
This is designed behavior. Router becomes ACTIVE once router with interfaces is added. ** 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.

[Yahoo-eng-team] [Bug 1333160] [NEW] Creating and updating empty names for lbaas pool and vip is successfull

2014-06-23 Thread Vishal Agarwal
Public bug reported: For VIP and Pool name field is mandatory in horizon and CLI. But If curl is used, in both POST or PUT even if we give name field as empty the API processing is successfull. ** Affects: neutron Importance: Undecided Assignee: Vishal Agarwal (vishala)

[Yahoo-eng-team] [Bug 1333161] [NEW] delete image url in glanceclient v2

2014-06-23 Thread Guangyu Suo
Public bug reported: I notice the delete image method in v2/images.py has no slash(/) in front of v2, but others have: def delete(self, image_id): self.http_client.json_request('DELETE', 'v2/images/%s' % image_id) def get(self, image_id): url = '/v2/images/%s' % image_id And the log

[Yahoo-eng-team] [Bug 1331217] [NEW] keystone should not import pbr

2014-06-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: pbr is a build time tool, and pulls in dependencies that are not appropriate for runtime. It is only used for the version string in order to load the config file. Longer issues with pbr are discussed https://bugs.launchpad.net/keystone/+bug/1330771 **

[Yahoo-eng-team] [Bug 1333144] Re: Jenkins fails patch verification on: ConnectionError: HTTPConnectionPool(host='public.nova.example.com', port=8774): Max retries exceeded

2014-06-23 Thread Julie Pichon
The problem appears due to 1.1.6 and bug 1308637. However as far as I can tell that patch is not causing the problem itself but only surfacing an issue that already existed within the Horizon test. At this point when we redirect the user to /auth/logout/ in a unit test the user is not properly

[Yahoo-eng-team] [Bug 1333219] [NEW] Virt driver impls don't match ComputeDriver base class API

2014-06-23 Thread Daniel Berrange
Public bug reported: There are a number of problems where the virt driver impls do not match the API defined by the base ComputeDriver class. For example - Libvirt: Adds 'SOFT' as default value for 'reboot' method but no other class does - XenAPI: set_admin_passwd takes 2 parameters but

[Yahoo-eng-team] [Bug 1333160] Re: Creating and updating empty names for lbaas pool and vip is successfull

2014-06-23 Thread Eugene Nikanorov
** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1333160 Title: Creating and updating empty names for lbaas pool and vip is

[Yahoo-eng-team] [Bug 1333232] [NEW] Gate failure: autodoc: failed to import module X

2014-06-23 Thread Matthew Booth
Public bug reported: Spurious gate failure: http://logs.openstack.org/65/99065/4/check/gate- nova-docs/af27af8/console.html Logs are full of: 2014-06-23 09:55:32.057 | /home/jenkins/workspace/gate-nova-docs/doc/source/devref/api.rst:39: WARNING: autodoc: failed to import module

[Yahoo-eng-team] [Bug 1333161] Re: delete image url in glanceclient v2

2014-06-23 Thread Erno Kuvaja
This is not glance bug, but seems to be correct for python-glanceclient ** Project changed: glance = python-glanceclient ** Changed in: python-glanceclient Assignee: (unassigned) = Erno Kuvaja (jokke) ** Changed in: python-glanceclient Status: New = Confirmed -- You received this

[Yahoo-eng-team] [Bug 1333240] [NEW] filter project doesn't work per all pages

2014-06-23 Thread Ami Jeain
Public bug reported: go to the admin page, and have a big list of instances (I had around 100), enough to have multiple pages of them. While in the first page of the instances, enter a project name that doesn't exist in the first page to filter. I would expect it to find it, but rather, it

[Yahoo-eng-team] [Bug 1269134] Re: ML2 unit test coverage - driver_api

2014-06-23 Thread Ilya Shakhat
File neutron/plugins/ml2/driver_api is a collection of abstract classes. The only code (which coverage complains to) is 'pass' statements. Thus marking this bug as invalid. ** Changed in: neutron Status: Confirmed = Invalid -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1333325] [NEW] glance-api workers should default to number of CPUs available

2014-06-23 Thread Matt Riedemann
Public bug reported: The docs recommend setting the 'workers' option equal to the number of CPUs on the host but defaults to 1. I proposed a change to devstack to set workers=`nproc` but it was decided to move this into glance itself: https://review.openstack.org/#/c/99739/ Note that nova

[Yahoo-eng-team] [Bug 1101404] Re: nova syslog logging to /dev/log race condition in python 2.6

2014-06-23 Thread Bogdan Dobrelya
** Also affects: mos Importance: Undecided Status: New ** Changed in: mos Status: New = Confirmed ** Changed in: mos Importance: Undecided = High ** Changed in: mos Milestone: None = 5.1 ** Changed in: mos Assignee: (unassigned) = MOS Nova (mos-nova) -- You

[Yahoo-eng-team] [Bug 1307346] Re: Directory /var/lib/glance not owned by glance user

2014-06-23 Thread Justin Shepherd
** Also affects: glance (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1307346 Title: Directory /var/lib/glance not owned by glance

[Yahoo-eng-team] [Bug 1333325] Re: glance-api workers should default to number of CPUs available

2014-06-23 Thread Matt Riedemann
Added oslo since I'd like to move nova.utils.cpu_count() from nova into oslo-incubator, thinking service.py module, so that it can be re-used in glance and cinder. https://review.openstack.org/#/c/69266/1/nova/utils.py ** Also affects: oslo Importance: Undecided Status: New -- You

[Yahoo-eng-team] [Bug 1333365] [NEW] Deleting a VM port does not remove Security rules in ip tables

2014-06-23 Thread chandrasekaran natarajan
Public bug reported: Deleting a VM port does not remove security rules associated to VM port in ip tables. Setup : ICEHOUSE GA with KVM Compute node,network node, controller 1. Spawn a VM with security group attached. 2. Delete a VM port 3. Verify the ip tables VM IP : 10.10.1.4 Rules

[Yahoo-eng-team] [Bug 1333325] Re: glance-api workers should default to number of CPUs available

2014-06-23 Thread Matt Riedemann
** No longer affects: oslo -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/125 Title: glance-api workers should default to number of CPUs available Status in OpenStack Image Registry

[Yahoo-eng-team] [Bug 1332601] Re: Refactor Authenticates and generates a token docs for Keystone v3

2014-06-23 Thread Dolph Mathews
Happy to see this improved, but we don't require a bug to track the work. Thanks! ** Changed in: keystone Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1287938] Re: Keystoneclient logs auth tokens

2014-06-23 Thread Dolph Mathews
Closes-Bug should actually work, but unfortunately the bug was targeted at keystone rather than python-keystoneclient. ** Project changed: keystone = python-keystoneclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1331406] Re: can not login to Dashboard on devstack

2014-06-23 Thread David Lyle
While this effects Horizon the problem was in django_openstack_auth and a fix has been released ** Changed in: horizon Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1323299] Re: fwaas: firewall is not working for when destination ip address is VM's floating ip in firewall rule

2014-06-23 Thread Sumit Naiksatam
This is working as designed. The current FWaaS implementation sees the ip address before it's DNAT'ed, not after it. Changing this would probably be a bigger change, and a feature. ** Changed in: neutron Status: In Progress = Opinion -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1333410] [NEW] Several nova unit tests failing related to IPs

2014-06-23 Thread Matt Riedemann
Public bug reported: There are several different tests failing here: http://logs.openstack.org/79/101579/4/check/gate-nova- python26/990cd05/console.html Checking on the ec2 failure shows it started on 6/23:

[Yahoo-eng-team] [Bug 1333407] [NEW] Secure Site Recommendations recommends setting a flag that is already default

2014-06-23 Thread Matt Fischer
Public bug reported: See: http://docs.openstack.org/developer/horizon/topics/deployment.html #secure-site-recommendations The docs recommend setting SESSION_COOKIE_HTTPONLY = True, however this is already the default:

[Yahoo-eng-team] [Bug 1158684] Re: Pre-created ports get deleted on VM delete

2014-06-23 Thread Clint Byrum
This affects Heat, but it isn't a bug in Heat. Marking Invalid. ** Changed in: heat Status: New = 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/1158684

[Yahoo-eng-team] [Bug 1333434] [NEW] Floating ip 172.24.4.1 is not associated with instance

2014-06-23 Thread clayg
Public bug reported: Got a failured temptest test in the gate: 2014-06-23 20:41:24.763 | tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescued_vm_associate_dissociate_floating_ip[gate] 2014-06-23 20:41:24.763 |

[Yahoo-eng-team] [Bug 1333440] [NEW] Secure Site Recommendations does not discuss LOGGING settings

2014-06-23 Thread Matt Fischer
Public bug reported: The Secure Site Recommendations (http://docs.openstack.org/developer/horizon/topics/deployment.html #secure-site-recommendations) does not mention anything about the LOGGING section. One specific issue that should be covered is that if you ship the example config file, it

[Yahoo-eng-team] [Bug 1298495] Re: Associate and disassociate floating IP broken logic in PLUMgrid Plugin

2014-06-23 Thread Fawad Khaliq
** Changed in: neutron/icehouse Assignee: (unassigned) = Fawad Khaliq (fawadkhaliq) ** Changed in: neutron/icehouse Status: New = Fix Committed ** Changed in: neutron/icehouse Status: Fix Committed = Fix Released -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1333442] [NEW] PLUMgrid Plugin DHCP and gateway IP conflict

2014-06-23 Thread Fawad Khaliq
Public bug reported: In PLUMgrid Plugin, DHCP server IP is reserved as the first IP in the CIDR. This is a bad assumption as it conflicts with someone who would like to set it as gateway IP. This should be fixed. ** Affects: neutron Importance: Undecided Assignee: Fawad Khaliq

[Yahoo-eng-team] [Bug 1327425] Re: With default configuration Horizon is exposed to session-fixation attack

2014-06-23 Thread Travis McPeak
** Changed in: ossn Status: In Progress = Fix Released -- 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/1327425 Title: With default configuration Horizon is

[Yahoo-eng-team] [Bug 1333471] [NEW] Checking security group in nova immediately after instance is created results in error

2014-06-23 Thread Bill Rich
Public bug reported: Environment: Openstack Havana with Neutron for networking and security groups Error: Response from nova: The server could not comply with the request since it is either malformed or otherwise incorrect., code: 400 In nova-api log 014-06-19 00:48:39.483 17462 ERROR

[Yahoo-eng-team] [Bug 1333475] [NEW] ML2 : network filters for provider attributes not implemented

2014-06-23 Thread Manish Godara
Public bug reported: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L207 TBD line item. ** Affects: neutron Importance: Undecided Assignee: Manish Godara (manishatyhoo) Status: New ** Changed in: neutron Assignee: (unassigned) = Manish

[Yahoo-eng-team] [Bug 1333476] [NEW] keypair-add botches key from stdin

2014-06-23 Thread Mike Spreitzer
Public bug reported: `cat X | nova keypair-add K` produces a different result from `nova keypair-add --pub-key X K`. The latter takes the contents of X as the public key; the former does not. For example: ubuntu@mjs-dstk-623b:~$ cat bar.pub | nova keypair-add bar_stdin -BEGIN RSA PRIVATE

[Yahoo-eng-team] [Bug 1333483] [NEW] pie chart doesn't display properly if total = 0

2014-06-23 Thread Cindy Lu
Public bug reported: Example: If you go to Admin Project and change the number of volumes to 0 and then go to Project Overview page, it shows Volumes Used 2 of 0. It shows as an empty pie chart. Please see attached image. ** Affects: horizon Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1333484] [NEW] Launch Instance boot from image (creates a new volume) broken

2014-06-23 Thread Cindy Lu
Public bug reported: Once you select Instance Boot Source as Boot from Image (creates a new volume) you expect another dynamic dropdown menu, but nothing happens (see [A] in image) Please see image. When I press Launch, it stays on the modal, but appends the other tab content to the first tab

[Yahoo-eng-team] [Bug 1333486] [NEW] Create Volume Snapshot incorrect infographic

2014-06-23 Thread Cindy Lu
Public bug reported: Go to Project Volumes and click on 'Create Snapshot' from a volume you have. The infographic says Number of Volumes (2) -- 10. However, I have changed by Volume Snapshots quota (from Admin Projects Modify Quota tab). This graph is taking the *Volume* quota

[Yahoo-eng-team] [Bug 1332558] Re: Instance snapshot is created with wrong image format

2014-06-23 Thread hzxiongwenwu
** 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). https://bugs.launchpad.net/bugs/1332558 Title: Instance snapshot is created with wrong image format

[Yahoo-eng-team] [Bug 1333494] [NEW] os-agents api update return string that is different with index return integer

2014-06-23 Thread Alex Xu
Public bug reported: This bug found by Dan Smith in https://review.openstack.org/#/c/101995/ First problem, there is inconsistent in api samples. create and index action return integer for agent id actually. But in api samples file the agent id is string. This is because api sample file

[Yahoo-eng-team] [Bug 1333498] [NEW] table nova.pci_devices lost device status every time. PciDeviceList.get_by_compute_node pass a wrong parameter

2014-06-23 Thread Young
Public bug reported: I'm trying to use SR-IOV in openstack havana. After a pci device(virtual function in my case) is allocated to a vm, the status of according record in table 'nova.pci_devices' is updated to allocated. However, when I restart the openstack services, the devices' records

[Yahoo-eng-team] [Bug 1079452] Re: access denied when starting compute

2014-06-23 Thread Young
** Changed in: nova Status: Incomplete = Confirmed ** Changed in: nova Status: Confirmed = Incomplete ** Changed in: nova Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1333476] Re: keypair-add botches key from stdin

2014-06-23 Thread Joe Gordon
python-novaclient doesn't support reading the keypair from stdin. I see now reason why novaclient shouldn't support this model ** Also affects: python-novaclient Importance: Undecided Status: New ** Changed in: nova Status: New = Invalid ** Changed in: python-novaclient

[Yahoo-eng-team] [Bug 1333476] Re: keypair-add botches key from stdin

2014-06-23 Thread Mike Spreitzer
Those two commands used to produce the same result. They have diverged only recently. Sorry about the wrong project identification; will remove the wrong one. ** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 918238] Re: wrong error message of nova-api after failing to login to rabbitmq-server

2014-06-23 Thread Christopher Yeoh
Sorry doesn't appear to be fixable atm ** Changed in: nova Status: Confirmed = Won't Fix -- 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/918238 Title: wrong

[Yahoo-eng-team] [Bug 1333520] [NEW] Used VCPU's can show bigger value than Total VCPU's in nova hypervisor-show

2014-06-23 Thread Ami Jeain
Public bug reported: I have a system, where, when I type: nova hypervisor-show hypervisor mame I get: vcpus | 32 vcpus_used| 38 This is wired to have used value bigger then Total value ** Affects: nova Importance: Undecided Status: New -- You

[Yahoo-eng-team] [Bug 1054501] Re: Fail safe wsgi logging

2014-06-23 Thread Christopher Yeoh
The first thing we do is log the exception. This happens before we attempt to return any information to the client or do any other processing. So I don't think we need any other fallback. Unless you have a testcase which demonstrates this is necessary. ** Changed in: nova Status: In

[Yahoo-eng-team] [Bug 1333528] [NEW] Horizon doesn't allow access to dashboard

2014-06-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: After devstack install of openstack on baremetal of laptop, Horizon doesn't allow access to dashboard and keeps the credentials area clean even after entering the correct username and password. On entering wrong credentials it notifies of the error but

[Yahoo-eng-team] [Bug 1333528] [NEW] Horizon doesn't allow access to dashboard

2014-06-23 Thread Amit Prakash Pandey
Public bug reported: After devstack install of openstack on baremetal of laptop, Horizon doesn't allow access to dashboard and keeps the credentials area clean even after entering the correct username and password. On entering wrong credentials it notifies of the error but on entering correct