[Yahoo-eng-team] [Bug 1334981] [NEW] [FWaaS]: Not able to delete the firewall with shared policy and unshared rule

2014-06-26 Thread Koteswara Rao Kelam
Public bug reported: Steps to reproduce: 1. As admin, create a rule r1(unshared) and associate it to the shared policy p1 2. As a tenant1, try to create firewall f1 with policy p1 3. It thows error but f1 got created 4. We cann't even delete the created firewall f1 console: === roo

[Yahoo-eng-team] [Bug 1334974] [NEW] create vm fail by volume when use diskfilter

2014-06-26 Thread warewang
Public bug reported: I configed the diskfilter in nova.conf,i created vm by a bootable volume and use the back-end storage , the vm flavor is following: cpu 1 mem 2G root_gb 2T In fact , the local disk in computer node is 80G, so i create vm that remind no available host; I think , i create v

[Yahoo-eng-team] [Bug 1334965] [NEW] the headroom infomation is wrong in the method of limit_check

2014-06-26 Thread zhangtralon
Public bug reported: If multiple resources beyond the quotas , the headroom information about the resources beyond the quotas is incomplete(quota.py). for example: If the lens of path and content of the injected files exceed the limits, the above situation will appear. 2014-06-27 12:14:04.

[Yahoo-eng-team] [Bug 1334941] [NEW] Send error notifications on reschedule failures

2014-06-26 Thread lizheming
Public bug reported: No error notifications are sent when VMs are re-scheduled. However when re-schedule failed three times or the specified times, it will lead to NoValidHost errors.select_destinations function also lead to NoValidHost errors, For user, they can not distinguish. ** Affects: nova

[Yahoo-eng-team] [Bug 1334938] [NEW] established floating ip connection won't get disconnected after disassociating floating ip

2014-06-26 Thread stanzgy
Public bug reported: Established connections via floating ip won't get disconnected after we disassociating that floating ip. As mentioned in maillist by Vish, we should move clean_conntrack() from migration code to remove_floating_ip. https://github.com/openstack/nova/blob/master/nova/network/

[Yahoo-eng-team] [Bug 1334929] [NEW] Need to add a new task_state between 'SCHEDULING' & 'BLOCK_DEVICE_MAPPING'

2014-06-26 Thread wingwj
Public bug reported: Now there's a 'None' task_state between 'SCHEDULING' & 'BLOCK_DEVICE_MAPPING'. So if compute node is rebooted after that procession, all building VMs on it will always stay in 'None' task_state. And it's useless and not convenient for locating problems. Therefore, we need

[Yahoo-eng-team] [Bug 1334926] [NEW] floatingip still working once connected even after it is disociated

2014-06-26 Thread yong sheng gong
Public bug reported: After we create an SSH connection to a VM via its floating ip, even though we have removed the floating ip association, we can still access the VM via that connection. Namely, SSH is not disconnected when the floating ip is not valid ** Affects: neutron Importance: Undec

[Yahoo-eng-team] [Bug 1334923] [NEW] No need to backup instance when 'rotation' equals to 0

2014-06-26 Thread wingwj
Public bug reported: Nova will delete all backup images according the 'backup_type' parameter when 'rotation' equals to 0. But according the logic now, Nova will generate one new backup, and then delete it.. So It's weird to snapshot a useless backup firstly IMO. We need to add one new branch he

[Yahoo-eng-team] [Bug 1334922] [NEW] agent functional tests reference incorrect MAX_LEN constant

2014-06-26 Thread Henry Gessau
Public bug reported: File "neutron/neutron/tests/functional/agent/linux/base.py", line 59, in create_resource name = self.get_rand_name(n_const.DEV_NAME_MAX_LEN, name_prefix) AttributeError: 'module' object has no attribute 'DEV_NAME_MAX_LEN' ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1334915] [NEW] Minor grammatical error in using-api-v2.rst

2014-06-26 Thread Michael McCune
Public bug reported: In the Introduction section, the sentence "You obtain access to managers through via attributes of the keystoneclient.v2_0.client.Client object. " contains an extra word. ** Affects: keystone Importance: Undecided Status: New ** Tags: documentation low-hanging

[Yahoo-eng-team] [Bug 1334910] [NEW] read-only form text fields should be more apparent

2014-06-26 Thread Cindy Lu
Public bug reported: For example: Projects > Volumes > Extend Volume modal The 'Current Size' field is readonly/disabled, but it looks the same as the 'New Size' field unless you hover over it (you will see a red cancel cursor) Admin > Images > Update Image modal Kernel ID Ramdisk ID Architectu

[Yahoo-eng-team] [Bug 1334904] [NEW] Add required libs in requirements.txt to enable sphinx doc generation

2014-06-26 Thread Susan Tan
Public bug reported: There are additional python libraries missing in the requirements.txt inside the root of the horizon repo. I had to install these libraries in order for the "make html" build script to work on the docs/ repo. Let's put those libraries inside the requirements.txt. ** Affects:

[Yahoo-eng-team] [Bug 1334903] [NEW] Should use 403 status code instead of 413 when out of quota

2014-06-26 Thread Christopher Yeoh
Public bug reported: We should fix the remaining API cases where the 413 status code is used instead of 403 when the failure is due to running out of quota ** Affects: nova Importance: Low Assignee: Christopher Yeoh (cyeoh-0) Status: New ** Tags: api -- You received this bu

[Yahoo-eng-team] [Bug 1334897] [NEW] Horizon: Edit Project dialog doesn't fit window size

2014-06-26 Thread Ido Ovadia
Public bug reported: Description of problem: === 'Edit Project' dialog doesn't fit window size, so user need to scrole Version-Release number of selected component: = python-django-horizon-2014.1-7.el7ost.noarch openstack-dashboar

[Yahoo-eng-team] [Bug 1334876] [NEW] Horizon: Launch Instance dialog doesn't fit window size

2014-06-26 Thread Ido Ovadia
Public bug reported: Description of problem: == 'Launch Instance' dialog doesn't fit window size, so user need to scrole Version-Release number of selected component: = python-django-horizon-2014.1-7.el7ost.noarch openstack-dashboard-2014.1-7.el7ost.noarc

[Yahoo-eng-team] [Bug 1219658] Re: Wrong image size using rbd backend for libvirt

2014-06-26 Thread Rafael David Tinoco
** Project changed: nova => nova (Ubuntu) -- 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/1219658 Title: Wrong image size using rbd backend for libvirt Status in OpenSta

[Yahoo-eng-team] [Bug 856764] Re: RabbitMQ connections lack heartbeat or TCP keepalives

2014-06-26 Thread Duncan Thomas
** 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/856764 Title: RabbitMQ connections lack heartbeat or TCP keepalives St

[Yahoo-eng-team] [Bug 1334857] [NEW] EC2 metadata retuns ip of instance and ip of nova-api service node

2014-06-26 Thread NickS
Public bug reported: curl -vL http://169.254.169.254/latest/meta-data/local-ipv4/ * About to connect() to 169.254.169.254 port 80 (#0) * Trying 169.254.169.254... connected * Connected to 169.254.169.254 (169.254.169.254) port 80 (#0) > GET /latest/meta-data/local-ipv4/ HTTP/1.1 > User-Agent: cu

[Yahoo-eng-team] [Bug 1334846] [NEW] can not delete metadata key using aggregate-set-metadata

2014-06-26 Thread Neetu Jain
Public bug reported: before i updated to latest code base ( my branch was i guess 20 days old) i was able to delete metadata from the list using nova aggregate-set-metadata id "key" and add metadata by nova aggregate-set-metadata id "key=value" I am still abel to add but seems like the rec

[Yahoo-eng-team] [Bug 1334466] Re: Eventlet Log Spamming on Client Disconnect (Broken Pipe)

2014-06-26 Thread Morgan Fainberg
Targeted to Icehouse based upon original request from -infra. ** Also affects: keystone/icehouse Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs

[Yahoo-eng-team] [Bug 1334798] [NEW] Gate test is masking failure details

2014-06-26 Thread Paul Michali
Public bug reported: Both the 2.6 and 2.7 gate tests are failing, console log indicating two failures, but only showing one failure 'process-retcode'. When looking at testr_results it shows a fail and only mentions: ft1.12873: neutron.tests.unit.services.vpn.service_drivers.test_ipsec.TestValidat

[Yahoo-eng-team] [Bug 1334791] [NEW] horizon not writing region when generating openrc file

2014-06-26 Thread Matt Fischer
Public bug reported: When generating the openrc file, Horizon is not setting the OS_REGION_NAME. It's not even in the template file, which explains why it doesn't work. openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access/openrc.sh.template ** Affe

[Yahoo-eng-team] [Bug 1334779] [NEW] db_sync breaks in non-utf8 databases on region table

2014-06-26 Thread Vish Ishaya
Public bug reported: The migration that creates the region table does not explicitly set utf8 so if the database default is not set, then db_sync fails with the following error: 2014-06-26 17:00:48.231 965 CRITICAL keystone [-] ValueError: Tables "region" have non utf8 collation, please make sur

[Yahoo-eng-team] [Bug 1334774] [NEW] test_quota unit tests failing with UnicodeError from oslo gettextutils

2014-06-26 Thread Matt Riedemann
Public bug reported: I'm seeing something like this in many unrelated changes: 2014-06-26 15:55:57.452 | FAIL: glance.tests.unit.test_quota.TestImageLocationQuotas.test_add_too_many_image_locations 2014-06-26 15:55:57.452 | tags: worker-0 2014-06-26 15:55:57.452 | --

[Yahoo-eng-team] [Bug 1334766] [NEW] More button on tables isn't translated

2014-06-26 Thread Doug Fish
Public bug reported: On the Project->Compute->Instances table (and likely many others) the More link at the bottom for pagination is not translated. ** Affects: horizon Importance: Undecided Assignee: Doug Fish (drfish) Status: New ** Changed in: horizon Assignee: (unassi

[Yahoo-eng-team] [Bug 1334739] Re: A bug for test(ignore it)

2014-06-26 Thread Dolph Mathews
** 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. https://bugs.launchpad.net/bugs/1334739 Title: A bug for test(ignore it) Status in OpenStack Identity (Keystone):

[Yahoo-eng-team] [Bug 1334739] [NEW] A bug for test(ignore it)

2014-06-26 Thread Amandeep Chhabra
Public bug reported: description: A bug for test(ignore it) ** Affects: keystone Importance: Undecided Assignee: Amandeep Chhabra (amanchhabra) Status: New ** Changed in: keystone Assignee: (unassigned) => Amandeep Chhabra (amanchhabra) -- You received this bug notifica

[Yahoo-eng-team] [Bug 1334734] [NEW] User creation error not descriptive

2014-06-26 Thread Ryan Rossiter
Public bug reported: When the creation of a user fails by some exceptions within Keystone, the error message given by Horizon is "Error: Unable to create user." The error message within Keystone CLI shows detailed description of error. To replicate: 1. Raise an exception within keystone/keyston

[Yahoo-eng-team] [Bug 1246308] Re: AttributeError in Redis Matchmaker ack_alive()

2014-06-26 Thread Matt Riedemann
Not sure if this is still an issue but it needs to be fixed in oslo.messaging first and the proposed patch was abandoned awhile ago. ** Changed in: oslo Status: In Progress => Triaged ** Changed in: oslo Assignee: Rohit Karajgi (rohitk) => (unassigned) ** Changed in: nova Assign

[Yahoo-eng-team] [Bug 1334711] [NEW] Document workers parameter for the registry

2014-06-26 Thread Stuart McLaren
Public bug reported: The workers parameter applies to the registry as well as the api, ie adding workers=N to glance-registry.conf will increase the number of registry processes. ** Affects: glance Importance: Undecided Assignee: Stuart McLaren (stuart-mclaren) Status: New

[Yahoo-eng-team] [Bug 1334708] [NEW] NSX VMWare Mine-Sweeper fails to update status of Floating ip

2014-06-26 Thread Yair Fried
Public bug reported: This patch verifies Floating IP status is updated correctly according to blue print. https://review.openstack.org/#/c/102700/ https://blueprints.launchpad.net/neutron/+spec/fip-op-status VMWWare-Minesweeper fails consistently. The Jenkins gates pass ok Please check ** Affe

[Yahoo-eng-team] [Bug 1334661] Re: rpc.cleanup method is not reachable due to wrong import of rpc module

2014-06-26 Thread Ben Nemec
This is not a bug in Oslo AFAICT. It sounds like an Oslo rpc reference wasn't cleaned up in Nova when it converted to oslo.messaging. I'm not even sure where this bad import is happening (it would be good to link to the file where you see this), but it's likely that something needs to be imported

[Yahoo-eng-team] [Bug 1334661] Re: rpc.cleanup method is not reachable due to wrong import of rpc module

2014-06-26 Thread Ben Nemec
** Changed in: oslo Status: Invalid => Triaged ** Changed in: oslo Importance: Undecided => Medium -- 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/1334661 Title:

[Yahoo-eng-team] [Bug 1334677] [NEW] Flavor extra specs should be refactored

2014-06-26 Thread Santiago Baldassin
Public bug reported: The IndexView is extending from ModalFormMixin when there is no intention to display a modal or allow form actions in the Index. The index only displays a table of the key/value pairs so extending from DataTableView should be enough The template _index.html is unnecessarily e

[Yahoo-eng-team] [Bug 1334651] [NEW] Nova api service outputs error messages when SIGHUP signal is sent

2014-06-26 Thread Rajesh Tailor
Public bug reported: When SIGHUP signal is send to nova-api service, it stops all the nova- api processes and while restarting the nova-api processes, it throws AttributeError: 'WSGIService' object has no attribute 'reset'. 2014-06-24 15:52:55.185 CRITICAL nova [-] AttributeError: 'WSGIService'

[Yahoo-eng-team] [Bug 1334647] [NEW] Nova api service doesn't handle SIGHUP signal properly

2014-06-26 Thread Rajesh Tailor
Public bug reported: When SIGHUP signal is send to nova-api service, it doesn't complete processing of all pending requests before terminating all the processes. Steps to reproduce: 1. Run nova-api service as a daemon. 2. Send SIGHUP signal to nova-api service. kill -1 After getting SIGHUP

[Yahoo-eng-team] [Bug 1334634] [NEW] linuxbridge agent delete a physcial interface

2014-06-26 Thread mouadino
Public bug reported: How to reproduce ? === 1. Use Linux bridge agent. 2. Set the physical interface to something like: physical_interface_mappings= physnet1:eth0,physnet2:eth0.4000 3. Start using the physnet2 by creating a port for example ... What happen ? === As soon a

[Yahoo-eng-team] [Bug 1334622] [NEW] Javascript issues found by jshint

2014-06-26 Thread Peter Belanyi
Public bug reported: Running the jshint codeanalysis tool for javascript on the horizon codebase found 10 errors: horizon/static/horizon/js/horizon.d3linechart.js: line 415, col 11, It's not necessary to initialize 'last_point' to 'undefined'. horizon/static/horizon/js/horizon.d3linechart.js: li

[Yahoo-eng-team] [Bug 1334608] [NEW] Project Volumes page could be more optimised

2014-06-26 Thread Julie Pichon
Public bug reported: With a large number of volumes, the project volume page can take a very long time to load. It seems we call volumes_list() 3 times when loading the page. 1. Once to get the volumes list for populating the table - OK https://github.com/openstack/horizon/blob/e790ac070e/o

[Yahoo-eng-team] [Bug 1334563] [NEW] nova-network allow creating network with invalid vlan number

2014-06-26 Thread Dong Liu
Public bug reported: My openstack use nova network service, I create network with "vlan" parameter. I can create network with vlan 4097. As we known, this is a invalid vlan number. This is my request body: { "network": { "cidr": "192.168.50.0/24", "vlan": "4097", "label": "testnetwo

[Yahoo-eng-team] [Bug 1334323] Re: Check ips availability before adding network to DHCP agent

2014-06-26 Thread Rossella Sblendido
Hello mouadino, thanks for filing this bug. This is the expected behavior, every dhcp agent will have a port on a network. You should take this into account when you create the allocation pool. If you want to change this behavior I suggest you file a blueprint instead of a bug. ** Changed in: n