[Yahoo-eng-team] [Bug 1482585] Re: Fix duplicate-key pylint issue

2015-08-18 Thread Rajesh Tailor
** Also affects: oslo.log Importance: Undecided Status: New ** Changed in: oslo.log Assignee: (unassigned) => Rajesh Tailor (rajesh-tailor) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.laun

[Yahoo-eng-team] [Bug 1485885] [NEW] ESLint is not run on Javascript files in dashboards

2015-08-18 Thread Rajat Vig
Public bug reported: Recently, some Javascript files changed locations from "openstack_dashboard/static" to "openstack_dashboard/dashboards/identity/static" and "openstack_dashboard/dashboards/project/static" The lint task does not consider these directories ** Affects: horizon Importan

[Yahoo-eng-team] [Bug 1485925] [NEW] setting AVAILABLE_REGIONS breaks header layout

2015-08-18 Thread Kirill Zaitsev
Public bug reported: To reproduce: set 2 available keystone endpoints in local_settings.py, for example like this: AVAILABLE_REGIONS = [ (OPENSTACK_KEYSTONE_URL, 'cluster1'), (OPENSTACK_KEYSTONE_URL, 'cluster2'), ] Then login to horizon and observe header and try to change cluster1 to cl

[Yahoo-eng-team] [Bug 1485926] [NEW] Delete qos policy fails due to missing ON DELETE CASCADE

2015-08-18 Thread Jakub Libosvar
Public bug reported: When deleting qos policy with existing rule, we fail and 404 is returned (which might by also error as I would expect 50x). 2015-08-17 16:34:50.869 21020 ERROR neutron.api.v2.resource DBReferenceError: (pymysql.err.IntegrityError) (1451, u'Cannot delete or update a parent ro

[Yahoo-eng-team] [Bug 1485940] [NEW] non-admin user get error code "500" if he tries to deactivate the image hosted by admin which have visibility "public"

2015-08-18 Thread Piyush Pathak
Public bug reported: Description: non-admin user get error code "500" if he tries to deactivate the image hosted by admin which have visibility "public" which is not user friendly it should raise response 403 forbidden. Steps: scenario was tested using tempest. 1. image was uploaded by admin

[Yahoo-eng-team] [Bug 1428713] Re: migrate non-dvr to dvr case, snat netns not created

2015-08-18 Thread Oleg Bondarev
I think we need to add explicit validation for router being set to admin state down prior to upgrade. This should eliminate the confusion. ** Changed in: neutron Status: Invalid => Triaged ** Changed in: neutron Assignee: ZongKai LI (lzklibj) => Oleg Bondarev (obondarev) -- You re

[Yahoo-eng-team] [Bug 1485969] [NEW] test_dualnet_multi_prefix_dhcpv6_stateless failed due to "RuntimeError: Set changed size during iteration" in quota code

2015-08-18 Thread Ihar Hrachyshka
Public bug reported: The failure is: http://logs.openstack.org/13/213913/3/check/gate- tempest-dsvm-neutron-full/1d73a46/logs/testr_results.html.gz Nova failed to build an instance because neutron crashed with InternalError. In neutron-server.log, we see: 2015-08-18 05:08:05.737 ERROR neutron.ap

[Yahoo-eng-team] [Bug 1485993] [NEW] Tenants could potentially modify rules from not owned policies

2015-08-18 Thread Miguel Angel Ajo
Public bug reported: In configurations where the policy creation is left open to the tenants by policy.json modification, this is possible: a) Admin creates policy A, attaches Rule X b) tenant creates policy B, modifies rule X via API. AS ADMIN: [vagrant@devstack ~]$ source ~/devstack/accrc/ad

[Yahoo-eng-team] [Bug 1486001] [NEW] Netapp ephemeral instance snapshot very slow

2015-08-18 Thread Prashant Zanwar
Public bug reported: When I try to snapshot a instance carved out on netapp ephemeral storage mounted on /var/lib/nova/instances, process seems to be taking very long. It almost does full image download everytime even for same instance. And also I don't think it takes advantage netapp native snaps

[Yahoo-eng-team] [Bug 1486028] [NEW] If you attach a QoS policy to a network, agents handling the port networks are not notified

2015-08-18 Thread Miguel Angel Ajo
Public bug reported: All agents with ports connected to such network need to be notified about the update. We have several options here: 1) Add handle_network to the extension manager, so it's notified about any network update 2) force ML2 to update all relevant ports (more RPC messages involve

[Yahoo-eng-team] [Bug 1486032] [NEW] Swapping a volume cause an exception

2015-08-18 Thread Fabien Dupont
Public bug reported: Hi, Apparently, when cinder tells nova to swap the volume a of VM after a retyping it, this exception appears in the logs and the volume is not swapped. It seems the instance UUID is passed as parameter instead of a dict. I'm using last kilo packaged version for ubuntu 14.0

[Yahoo-eng-team] [Bug 1486039] [NEW] Setting a policy to a network will limit the router/dhcp/net-device ports, that's not expected

2015-08-18 Thread Miguel Angel Ajo
Public bug reported: For example: 1) You set your private network to a qos policy 'X', limiting egress BW to 1Mbps 2) You create your router, the internal leg gets plugged to the internal network The internal leg will be limited to egress 1Mbps, which is actually limiting the network in general

[Yahoo-eng-team] [Bug 1486041] [NEW] IntegrityError: NOT NULL constraint failed: tags.resource_id during instance_tag_set

2015-08-18 Thread Sergey Nikitin
Public bug reported: Steps to reproduce: 1. create instance 2. set ['tag1', 'tag2'] to the instance 3. set ['tag1'] to the instance Expected result: tags were added. Actual result: 2015-08-18 16:26:36,601 ERROR [oslo_db.sqlalchemy.exc_filters] DBAPIError exception wrapped from (sql

[Yahoo-eng-team] [Bug 1486053] [NEW] get get_policy_bandwidth_limit_rules_for_policy return all bw rules and not fillter by qos polciy

2015-08-18 Thread Moshe Levi
Public bug reported: when listing qos-bandwidth-limit-rule-list, we get all the rules as below instead of filler them by policy moshele@r-ufm183:/.autodirect/mtrswgwork/moshele/openstack/devstack$ neutron qos-bandwidth-limit-rule-list test2 +--+--

[Yahoo-eng-team] [Bug 1486077] [NEW] VPNAAS: dsvm-functional doesn't have installed database backends

2015-08-18 Thread Ann Kamyshnikova
Public bug reported: During the work on implementing ModelMigrationsSyncTest for vpnaas it came up that dsvm-functional in gate does not have mysql and postgresql backends installed - http://paste.openstack.org/show/420551/. ** Affects: neutron Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1486080] [NEW] No list of plugins available

2015-08-18 Thread Rob Cresswell
Public bug reported: Horizon is moving to a plugin model, but doesn't maintain a list of available plugins. ** Affects: horizon Importance: Wishlist Assignee: Rob Cresswell (robcresswell) Status: New ** Changed in: horizon Importance: Undecided => Wishlist ** Changed in: h

[Yahoo-eng-team] [Bug 1457517] Re: Unable to boot from volume when flavor disk too small

2015-08-18 Thread Liang Chen
** Description changed: + [Impact] + + * Without the backport, booting from volume requires flavor disk size + larger than volume size, which is wrong. This patch skips flavor disk + size checking when booting from volume. + + [Test Case] + + * 1. create a bootable volume +2. boot from th

[Yahoo-eng-team] [Bug 1486081] [NEW] safe_client fails in cleanup if resource was removed explicitly

2015-08-18 Thread Jakub Libosvar
Public bug reported: We need to ignore NotFound client exception in cleanup. ** Affects: neutron Importance: Undecided Status: New ** Tags: fullstack -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https:

[Yahoo-eng-team] [Bug 1486087] [NEW] deprecated neutron_opts usage not logging warnings

2015-08-18 Thread Matthew Edmonds
Public bug reported: nova.network.neutronv2.api.neutron_opts almost all say in their help that they are deprecated, but that's not the correct way to deprecate things. Because deprecated_for_removal was not used, usage of these options is not resulting in appropriate log warnings. Found on master

[Yahoo-eng-team] [Bug 1486113] [NEW] write-files runs before users/groups, renders "owner" useless

2015-08-18 Thread Graham Leggett
Public bug reported: When the following cloud-init script is run the expectation is that a group called ssl-cert-client is created, and this group is applied to the file that is written via the "owner" tag. groups: - ssl-cert-server - ssl-cert-client write_files: - encoding: gzip content: !

[Yahoo-eng-team] [Bug 1486115] [NEW] Show metadata properties with empty value

2015-08-18 Thread Kairat Kushaev
Public bug reported: Test case to reproduce: 1. Create any image with empty property i.e. --property dummy_property= 2. Request detailed image information glance image-show AR: dummy_property is not in output ER: dummy_property should be shown by the command. Glance API v1 master ** Affects: g

[Yahoo-eng-team] [Bug 1486118] [NEW] Incorrect response for GET /v3/artifacts/type

2015-08-18 Thread Alexander Tivelkov
Public bug reported: The call "List Artifacts" (both "drafts" and active ones) should return a regular pagination data structure (the dict with "artifacts", "next" and "first section), so it may be paginated in a regular way. This does not happen: the list artifacts call returns just an array of

[Yahoo-eng-team] [Bug 1486117] [NEW] Get all floatingips usage include used and unused

2015-08-18 Thread changzhi
Public bug reported: Floatingip, as a import function in Neutron.And it is useful to get usage of floatingips. ** Affects: neutron Importance: Undecided Assignee: changzhi (changzhi) Status: New ** Changed in: neutron Assignee: (unassigned) => changzhi (changzhi) -- You

[Yahoo-eng-team] [Bug 1486134] [NEW] Reservations code triggers deadlocks and lock wait timeouts

2015-08-18 Thread Salvatore Orlando
Public bug reported: Switching the gate tests to multiple workers + pymysql is triggering a lot of errors like [1] in the reservation logic. These errors are not hitting the gate at the moment (no instance of lock wait timeout or deadlock errors emerged from logstash). Nevertheless Rally failur

[Yahoo-eng-team] [Bug 1486139] [NEW] docs translation import errors

2015-08-18 Thread David Lyle
Public bug reported: When building docs, there are a ton of errors in this format: AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. Starting in Django 1.7, standalone scri

[Yahoo-eng-team] [Bug 1486144] [NEW] STATIC_ROOT underline too short

2015-08-18 Thread David Lyle
Public bug reported: in docs/source/topics/settings.rst the STATIC_ROOT underline is one char too short and throws an error when sphinx build happens. ** Affects: horizon Importance: Low Assignee: David Lyle (david-lyle) Status: In Progress ** Tags: documentation ** Descript

[Yahoo-eng-team] [Bug 1486136] [NEW] Neutron create_flavor_service_profile returns list not dict

2015-08-18 Thread James Arendt
Public bug reported: The Neutron flavor framework routine create_flavor_service_profile incorrectly returns a list instead of the expected dictionary. For example, this causes an internal server error in _exclude_attributes_by_policy when using curl to create a Neutron flavor service profile: F

[Yahoo-eng-team] [Bug 1486150] [NEW] Neutron port-update fails to roll back the binding:profile data in ports table in neutron DB if a MechanismDriverError thrown by a mechanism driver

2015-08-18 Thread Ashish Kumar Gupta
Public bug reported: Steps to reproduce: 1. Inherit the update_port_precommit(self, context) in the vendor mechanism driver 2. Throw MechanismDriverError in this method based on validation Expected output: None of the updated port parameters should be added in DB for the ports table

[Yahoo-eng-team] [Bug 1486178] [NEW] Boot from image (creates a new volume) Doesn't allow specification of volume-type

2015-08-18 Thread John Griffith
Public bug reported: Horizon has a cool feature that wrap cinder create-volume from image and novas boot from volume all up into a single command under launch instance. The only missing thing here is the ability to specify volume- type when doing this. There should probably be a follow up that l

[Yahoo-eng-team] [Bug 1486199] [NEW] Fullstack tests sometimes crash OVS, causing subsequent tests to fail

2015-08-18 Thread Assaf Muller
Public bug reported: I've observed both in the gate and locally, both in Ubuntu 14.04 with OVS 2.0 and Fedora 22 with OVS 2.3.1, that sometimes a full stack test can crash OVS. Subsequent tests in the same run will obviously fail. To get around this issue locally I restart the OVS service. ** Af

[Yahoo-eng-team] [Bug 1486204] [NEW] User specified volume device names are not ignored

2015-08-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: After change I3ce12563846b2c34ac778d44e7582eef930ae4b0 was merged, change I76a7cfd995db6c04f7af48ff8c9acdd55750ed76 ceased to work for root volume device name. Now we have a situation when we try to boot an instance from volume with specified device name

[Yahoo-eng-team] [Bug 1486203] [NEW] nova.tests.unit.virt.hyperv.test_pathutils.PathUtilsTestCase.test_rmtree should mock out time.sleep

2015-08-18 Thread Matt Riedemann
Public bug reported: The code and test was added here: https://review.openstack.org/#/c/194089/ That code has a time.sleep(1) in it but it's not mocked out, making the test take at least one second: http://logs.openstack.org/87/212487/1/check/gate-nova- python27/784bf7e/console.html.gz#_2015-08

[Yahoo-eng-team] [Bug 1486204] [NEW] User specified volume device names are not ignored

2015-08-18 Thread Maxim Nestratov
Public bug reported: After change I3ce12563846b2c34ac778d44e7582eef930ae4b0 was merged, change I76a7cfd995db6c04f7af48ff8c9acdd55750ed76 ceased to work for root volume device name. Now we have a situation when we try to boot an instance from volume with specified device name e.g. like this: nova

[Yahoo-eng-team] [Bug 1486222] [NEW] lots of docs warning showing up

2015-08-18 Thread David Lyle
Public bug reported: There are a high number of warnings in the doc generation process. These should all be fixed and have errors block merging. /home/david-lyle/horizon_test/doc/source/contributing.rst:299: WARNING: Enumerated list ends without a blank line; unexpected unindent.

[Yahoo-eng-team] [Bug 1474069] Re: DeprecatedDecorators test does not setup fixtures correctly

2015-08-18 Thread Davanum Srinivas (DIMS)
** Changed in: oslo.log Status: Fix Committed => Fix Released ** Changed in: oslo.log Milestone: None => 1.9.0 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1474069 Title:

[Yahoo-eng-team] [Bug 1486234] [NEW] adding-glance-image-deactivation-horizion

2015-08-18 Thread German
Public bug reported: As a user, i would like to be able to deactivae and activate my glance images through my horizon dashboard. Actual: have to execute a curl command to do so. Expected: in the images page, in the image's drop down add the command to deactivate the image. ** Affects: horizon

[Yahoo-eng-team] [Bug 1475787] Re: Cells compat support for Juno is broken in Kilo

2015-08-18 Thread melanie witt
*** This bug is a duplicate of bug 1479181 *** https://bugs.launchpad.net/bugs/1479181 ** This bug has been marked a duplicate of bug 1479181 Cells: Build instance doesn't work with kilo api, juno compute -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1461299] Re: Failure on list users when using ldap domain configuration from database

2015-08-18 Thread Dolph Mathews
** Tags removed: kilo-backport-potential ** Also affects: keystone/kilo Importance: Undecided Status: New ** Changed in: keystone Importance: Undecided => Medium ** Changed in: keystone/kilo Importance: Undecided => Medium -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1442333] Re: Floating IP is reused after nodeB deletion and nodeA shelve unshelve

2015-08-18 Thread Jeremy Stanley
Thanks for following up, Clark! ** Information type changed from Private Security to Public ** Changed in: ossa Status: Incomplete => Invalid ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, whic

[Yahoo-eng-team] [Bug 1486277] [NEW] Remove VIF_TYPES constants

2015-08-18 Thread Cedric Brandily
Public bug reported: Neutron defines in neutron.extensions.portbindings VIF_TYPES but is only used by bigswitch out-of-tree code ... such constant should be moved to bigswitch repo ** Affects: neutron Importance: Undecided Assignee: Cedric Brandily (cbrandily) Status: New **

[Yahoo-eng-team] [Bug 1486279] [NEW] Remove vendor VIF_TYPE_* constants

2015-08-18 Thread Cedric Brandily
Public bug reported: Neutron defines in neutron.extensions.portbindings vendor VIF_TYPE_* constants BUT there are only used by currently or future out-of-tree code ... such constants should be moved to out-of-tree repos ** Affects: neutron Importance: Undecided Assignee: Cedric Brandily

[Yahoo-eng-team] [Bug 1486300] [NEW] ICMP port code should be checked in range [0, 255]

2015-08-18 Thread huangpengtaohw
Public bug reported: ICMP allows port between 0 and 255, port-range-min is also need to be checked, but the variable was not checked in function _validate_port_range. ** Affects: neutron Importance: Undecided Assignee: huangpengtaohw (huangpengtao) Status: In Progress ** Chang

[Yahoo-eng-team] [Bug 1486313] [NEW] add executable bit of the source files

2015-08-18 Thread Ren Qiaowei
Public bug reported: keystone source code file (tools/pretty_tox.sh) should be marked as executable, like tools/colorizer.py, etc. We need to chmod +x for for it. ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1486314] [NEW] verification of tenant_id should be consist

2015-08-18 Thread yalei wang
Public bug reported: there is validation in l3 extension code, like https://github.com/openstack/neutron/blob/master/neutron/extensions/l3.py#L99 could we add a similar line for the securitygoup ? and also somewhere lack of it ? https://github.com/openstack/neutron/blob/master/neutron/extension

[Yahoo-eng-team] [Bug 1486335] [NEW] Create nova.conf with tox -egenconfig : ValueError: ("Expected ',' or end-of-list in", "Routes!=2.0,!=2.1,>=1.12.3; python_version=='2.7'", 'at', "; python_version

2015-08-18 Thread Wu Hong Guang
Public bug reported: $git clone https://git.openstack.org/openstack/nova.git $pip install tox $tox -egenconfig cmdargs: [local('/home/ubuntu/nova/.tox/genconfig/bin/pip'), 'install', '-U', '--force-reinstall', '-r/home/ubuntu/nova/requirements.txt', '-r/home/ubuntu/nova/test-requirements.txt']

[Yahoo-eng-team] [Bug 1486354] [NEW] DHCP namespace per VM

2015-08-18 Thread yong sheng gong
Public bug reported: Problem Description === How many namespaces can a linux host have without performance penalty? with a test, we found the linux box slows down significantly with about 300 namespaces. Proposed Change === Add a configuration item to allow dhcp ag

[Yahoo-eng-team] [Bug 1486373] [NEW] show_multiple_locations not in sample glance-api.conf

2015-08-18 Thread Christoph Dwertmann
Public bug reported: The show_multiple_locations configuration option should be included in the sample glance-api.conf that is shipped with glance packages. Otherwise it is not clear in which config section this option belongs. ** Affects: glance Importance: Undecided Status: New -

[Yahoo-eng-team] [Bug 1486379] [NEW] l2population raises an squashed exception

2015-08-18 Thread Kevin Benton
Public bug reported: L2population has a check to make sure the mac address of an active port hasn't changed.[1] However, this check occurs in post commit so any exception it throws doesn't stop anything. 1. http://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/ml2/drivers/l2pop/mec

[Yahoo-eng-team] [Bug 1486383] [NEW] the neutron service can't be start with multi same service_plugins variable

2015-08-18 Thread huangpengtaohw
Public bug reported: when service_plugins is configured with multi same value,neutron-server cannot be started, service_plugins is assigned with much variable,the same variable should be ignored instead of raise error, for the error is not important . ** Affects: neutron Importance: Undec

[Yahoo-eng-team] [Bug 1486388] [NEW] use timestamp of resources to reduce the agent sync load

2015-08-18 Thread yong sheng gong
Public bug reported: Problem Description === agent needs to resync with neutron server for some kind of reasons time to time. These syncs will consume lots of resources for neutron server, database, message queues etc. Proposed Change === add update timestamp to ne