[Yahoo-eng-team] [Bug 1547362] [NEW] A driver API for triggering crash dump should abstract an implementation

2016-02-18 Thread Hironori Shiina
Public bug reported: We added a new API for triggering crash dump in Mitaka. At first, "inject_nmi" was proposed as a new API name. In discussion of the spec[1], we decided to abstract how to trigger crash dump because it depends on hypervisors. Since the function was partially implemented in Lib

[Yahoo-eng-team] [Bug 1547351] [NEW] change mysql chartset latin1 to utf-8 in 314_add_resource_provider_tables

2016-02-18 Thread tinytmy
Public bug reported: In the 314_add_resource_provider_tables.py, it use latin1 for mysql table. Maybe we can unify mysql chartset to utf-8. https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py#L54 ** Affects: nova Importa

[Yahoo-eng-team] [Bug 1529109] Re: [RFE] Security groups resources are not extendable

2016-02-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/261338 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=18bc556bd44c5f73e37dbc9687c7792065440722 Submitter: Jenkins Branch:master commit 18bc556bd44c5f73e37dbc9687c7792065440722 Author: Roey Chen Date: Thu Dec 24 06:50:00 2015 -

[Yahoo-eng-team] [Bug 1547341] [NEW] Content-body doesn't move left aligned in material theme

2016-02-18 Thread Kenji Ishii
Public bug reported: In material theme, when the page is minimum mode, the sidebar is hidden but content-body doesn't move. So, there remain much empty space on left side. The browser width is short, though. It should be moved like same as the sidebar for usability. ** Affects: horizon Imp

[Yahoo-eng-team] [Bug 1544522] Re: Don't use Mock.called_once_with that does not exist

2016-02-18 Thread Tang Chen
** Also affects: python-openstackclient Importance: Undecided Status: New ** Changed in: python-openstackclient Assignee: (unassigned) => Tang Chen (tangchen) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1457986] Re: RFE: Need API to provide network IP allocation counts

2016-02-18 Thread Armando Migliaccio
Only the spec merged ** Changed in: neutron Status: Fix Released => In Progress ** Changed in: neutron Milestone: mitaka-2 => mitaka-3 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net

[Yahoo-eng-team] [Bug 1475792] Re: [RFE] Get me a network

2016-02-18 Thread Armando Migliaccio
Code completed. ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1475792 Title: [RFE] Get me a network Status in neutron

[Yahoo-eng-team] [Bug 1547331] [NEW] AuthorizationFailure: Authorization failed: Cannot authenticate without an auth_url

2016-02-18 Thread Julian Edwards
Public bug reported: If you create a client using a session and an endpoint override, if you then call authenticate() on the client it blows up with the error AuthorizationFailure: Authorization failed: Cannot authenticate without an auth_url There is a comment in the code that the newer behavi

[Yahoo-eng-team] [Bug 1547308] [NEW] can not find server group on child cell when building instance on it

2016-02-18 Thread likun
Public bug reported: Version: Kilo When I was trying to build instance indicating server group on my child cell, I used the following command: nova boot --flavor m1.tiny --image cirros-0.3.4-x86_64 --nic net-id=59c9203b-61a4-44a7-9ccf-76894e270092 test1 --hint target_cell='api_cell!child_cell'

[Yahoo-eng-team] [Bug 1545101] Re: "TypeError: __init__() takes exactly 3 arguments (2 given)" in n-api logs for nova metadata api request

2016-02-18 Thread Armando Migliaccio
Looks like my grenade fix that removed the deprecated middleware [1] did the trick. We got a clean pass in [2]. [1] http://logs.openstack.org/00/281600/6/experimental/gate-grenade-dsvm-neutron-multinode/40e16c8/logs/etc/nova/api-paste.ini.txt.gz [2] http://logs.openstack.org/00/281600/6/experime

[Yahoo-eng-team] [Bug 1547164] Re: Documentation warning on openvswitch_firewall.rst

2016-02-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/282000 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=384fe5f9a6b72cfa3effaeee5215064b35a8744b Submitter: Jenkins Branch:master commit 384fe5f9a6b72cfa3effaeee5215064b35a8744b Author: Victor Morales Date: Thu Feb 18 12:33:40 2

[Yahoo-eng-team] [Bug 1547290] [NEW] We currently do not generate Javascript API docs

2016-02-18 Thread Richard Jones
Public bug reported: We should! ** Affects: horizon Importance: Undecided Status: New -- 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/1547290 Title:

[Yahoo-eng-team] [Bug 1547283] [NEW] hacking rules for callback notifications

2016-02-18 Thread Armando Migliaccio
Public bug reported: Callbacks were made available during the Liberty timeframe [1]. They have been put to use in a number of places, like [2] and [3]. Currently there's no formal convention or place where to locate callback notifications. This can represent a potential drawback where an inexperi

[Yahoo-eng-team] [Bug 1547279] [NEW] nova.tests.unit.compute.test_compute.ComputeTestCase.test_run_instance_queries_macs takes an average of 1 minute to run

2016-02-18 Thread Matt Riedemann
Public bug reported: http://status.openstack.org//openstack-health/#/job/gate-nova- python27?groupKey=project&resolutionKey=hour&duration=P1M shows that the nova.tests.unit.compute.test_compute.ComputeTestCase.test_run_instance_queries_macs unit test is taking around 1 minute to run. It looks lik

[Yahoo-eng-team] [Bug 1547271] Re: Preserve subnet_create behavior in presence of subnet pools

2016-02-18 Thread Armando Migliaccio
We'll have to provide user facing documentation on how to use subnetpools and how they blend in with subnets. ** Changed in: neutron Status: New => Confirmed ** Changed in: neutron Importance: Undecided => Low ** Also affects: openstack-api-site Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1546780] Re: Open vSwitch conntrack based firewall driver

2016-02-18 Thread Armando Migliaccio
I am sure this needs extensive user documentation, more than developer documentation ** Also affects: openstack-manuals Importance: Undecided Status: New ** Changed in: openstack-manuals Status: New => Confirmed ** Changed in: neutron Status: New => Confirmed -- You rec

[Yahoo-eng-team] [Bug 1542417] Re: LDAP backend lacks support for user_description_attribute mapping

2016-02-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/276873 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=448778a51126a79676e9f9ffcc9eaf4c06288a73 Submitter: Jenkins Branch:master commit 448778a51126a79676e9f9ffcc9eaf4c06288a73 Author: Rudolf Vriend Date: Fri Feb 5 19:58:53 20

[Yahoo-eng-team] [Bug 1547271] [NEW] Preserve subnet_create behavior in presence of subnet pools

2016-02-18 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/279378 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/neutron" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option ne

[Yahoo-eng-team] [Bug 1545199] Re: preserve subnet-create behavior in presence of subnet pools

2016-02-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/279378 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d38aeade9db7169955b4524a5fc8d814067dec15 Submitter: Jenkins Branch:master commit d38aeade9db7169955b4524a5fc8d814067dec15 Author: Armando Migliaccio Date: Thu Feb 11 20:56:

[Yahoo-eng-team] [Bug 1545789] Re: keystone ADMIN_TOKEN set by default can lead to default insecure deployment

2016-02-18 Thread Steve Martinelli
the partial fixes were actually complete on the keystone side ** Changed in: keystone Status: In Progress => Fix Released ** Changed in: keystone Assignee: Steve Martinelli (stevemar) => Adam Young (ayoung) -- You received this bug notification because you are a member of Yahoo! Eng

[Yahoo-eng-team] [Bug 1545101] Re: "TypeError: __init__() takes exactly 3 arguments (2 given)" in n-api logs for nova metadata api request

2016-02-18 Thread Armando Migliaccio
Results from run [1] still didn't yield any result. So that's my analysis: the api-paste file is not upgraded and that still contains an ec2 middleware (ec2faultwrap). This is the one that responds with 404, inline with what patch [3] does. That's the reason why we don't see the trace from Sean'

[Yahoo-eng-team] [Bug 1547068] Re: Configuration option 'fake_call' is not used

2016-02-18 Thread Ed Leafe
** Changed in: nova Status: Invalid => New -- 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/1547068 Title: Configuration option 'fake_call' is not used Status in O

[Yahoo-eng-team] [Bug 1547068] Re: Configuration option 'fake_call' is not used

2016-02-18 Thread Ed Leafe
** 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/1547068 Title: Configuration option 'fake_call' is not used Status in O

[Yahoo-eng-team] [Bug 1369465] Re: nova resize doesn't resize(extend) rbd disk files when using rbd disk backend

2016-02-18 Thread Matt Riedemann
** Also affects: nova/liberty Importance: Undecided Status: New ** Changed in: nova/liberty Status: New => In Progress ** Changed in: nova/liberty Assignee: (unassigned) => Tony Breeds (o-tony) -- You received this bug notification because you are a member of Yahoo! Engine

[Yahoo-eng-team] [Bug 1473567] Re: Fernet tokens fail tempest runs

2016-02-18 Thread Morgan Fainberg
** Changed in: keystone Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1473567 Title: Fernet tokens fail tempest runs Statu

[Yahoo-eng-team] [Bug 1547214] [NEW] Domain created by keystone-manage bootstrap has no description

2016-02-18 Thread Brant Knudson
Public bug reported: When keystone-manage bootstrap creates a domain it doesn't have a description. Normally the description is like "Owns users and tenants (i.e. projects) available on Identity API v2." Testing this requires that the default domain isn't created by keystone- manage db_sync, w

[Yahoo-eng-team] [Bug 1547197] [NEW] "Additional properties are not allowed" message not getting translated

2016-02-18 Thread Lauren Taylor
Public bug reported: During a Nova v2.1 request, the message "Additional properties are not allowed" is not being translated. Other parts of the API request are being translated, but the error message seems to be hard-coded in English. Example: URL: https://9.47.82.183/powervc/openstack/comput

[Yahoo-eng-team] [Bug 1547164] [NEW] Documentation warning on openvswitch_firewall.rst

2016-02-18 Thread Victor Morales
Public bug reported: After executing : $ tox -e doc I'm getting the following warning: reading sources... [100%] stadium/sub_projects Warning, treated as error: /opt/stack/neutron/doc/source/devref/openvswitch_firewall.rst:25: WARNING: Title underline too short. Open vSwitch Firewall Drive

[Yahoo-eng-team] [Bug 1523759] Re: Nova (liberty): Unexpected API Error.

2016-02-18 Thread Stepan G. Fedorov
Got the same on Ubuntu 14.04 + liberty On kilo with exact same configuration it works as expected. Backtrace from nova-api.log below: 2016-02-18 13:18:35.454 13902 ERROR nova.api.openstack.extensions [req-5c52a618-b76f-4678-91fa-6e69995761b7 6762c038fb8248cda5e5679dba68c453 baa518b6a590402695e

[Yahoo-eng-team] [Bug 1512636] Re: VLAN tag information is added to "port" after calling the agent setup port function

2016-02-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/272513 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b83fedbd78a441cf34d53dba35a3ccff7d8f4ac5 Submitter: Jenkins Branch:master commit b83fedbd78a441cf34d53dba35a3ccff7d8f4ac5 Author: Rodolfo Alonso Hernandez Date: Tue Jan 26

[Yahoo-eng-team] [Bug 1536916] Re: nova's task_state still is migrating after live migration failed

2016-02-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/275650 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=30d5d805c10b0cc6e474fe1292b2c6549fc07d33 Submitter: Jenkins Branch:master commit 30d5d805c10b0cc6e474fe1292b2c6549fc07d33 Author: ShaoHe Feng Date: Tue Feb 2 09:41:33 2016 +00

[Yahoo-eng-team] [Bug 1547142] [NEW] A shelved_offload VM's volumes are still attached to a host

2016-02-18 Thread Shoham Peller
Public bug reported: When shelve_offloading a VM, the VM loses it's connection to a host. However, connection to the host is not terminated to it's volumes, so they are still attached to a host. Afterwards, when the VM is unshleved, nova calls initialize_connection to the new host for it's volum

[Yahoo-eng-team] [Bug 1547098] [NEW] namespace not updated on namespace properties change

2016-02-18 Thread Lei Zhang
Public bug reported: When namespace properties are updated using metadata api, the updated_at time of namespace doesn't change. It's not a valid result, updated time of namespace should reflect changes to properties. It causes problems for Searchlight. ** Affects: glance Importance: Unde

[Yahoo-eng-team] [Bug 1547079] [NEW] image not updated on image member change

2016-02-18 Thread Brian Rosmaita
Public bug reported: When an image member is added to/deleted from an image, the updated_at time of the image does not change. This is misleading because image membership affects image behavior, in particular, whether an image is visible to (can be booted by) a particular user. Even though the i

[Yahoo-eng-team] [Bug 1547068] [NEW] Configuration option 'fake_call' is not used

2016-02-18 Thread Ed Leafe
Public bug reported: As of stable/liberty there is a configuration option named 'fake_call', defined in nova/network/manager.py, and has been moved in Mitaka to nova/conf/network.py as part of the config option cleanup. Running grep on this name shows no usage of this option anywhere in the nova c

[Yahoo-eng-team] [Bug 1547066] [NEW] Test test_live_migration_pause_vm_invalid_migration_state lacks of execution

2016-02-18 Thread Roman Dobosz
Public bug reported: In the test test_live_migration_pause_vm_invalid_migration_state there is an inner function _do_test() defined which actually should be called, while it does not. ** Affects: nova Importance: Undecided Assignee: Roman Dobosz (roman-dobosz) Status: In Progre

[Yahoo-eng-team] [Bug 1547061] [NEW] openrc v2.sh contains /v3 url

2016-02-18 Thread Bernhard M. Wiedemann
Public bug reported: bug 1460150 introduced separate openrc downloads for v2 and v3 but when backporting this to Liberty, we found that the v2 openrc download still contained a /v3 URL which would then cause client failures The v3 codepath does context['auth_url'] = utils.fix_auth_url_version(co

[Yahoo-eng-team] [Bug 1529785] Re: Create snapshot fails on VM containing multiple SRIOV vNICs configured with the same MAC

2016-02-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/262341 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f93d808bc3ba1c0a97ec46f345fad9c0d00865f8 Submitter: Jenkins Branch:master commit f93d808bc3ba1c0a97ec46f345fad9c0d00865f8 Author: David Edery Date: Wed Dec 30 02:05:19 2015 +0

[Yahoo-eng-team] [Bug 1298242] Re: live_migration_uri should be dependant on virt_type

2016-02-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/175780 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3159c8fd5bea80c820e58bd38d96f5f8fe8f4503 Submitter: Jenkins Branch:master commit 3159c8fd5bea80c820e58bd38d96f5f8fe8f4503 Author: Alvaro Lopez Garcia Date: Tue Apr 21 10:39:30

[Yahoo-eng-team] [Bug 1540254] Re: "#flake8: noqa" is using incorrectly

2016-02-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/281778 Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=8b5fcdb21fe0f07e674498b31fcedfa831e8d068 Submitter: Jenkins Branch:master commit 8b5fcdb21fe0f07e674498b31fcedfa831e8d068 Author: Bo Wang Date: Thu Feb 18 19:37:56 2016 +080

[Yahoo-eng-team] [Bug 1546742] Re: Unable to create an instance

2016-02-18 Thread Rossella Sblendido
It doesn't look like a bug in Neutron but it seems that something is misconfigured/not working properly in your cloud ** 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. ht

[Yahoo-eng-team] [Bug 1547055] [NEW] libvirt: make live_migration_uri flag dependent on virt_type

2016-02-18 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/175780 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/nova" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option needs

[Yahoo-eng-team] [Bug 1379581] Re: live migration (block migration) fails at post_live_migration_at_destination function, but the status of this instance is still "migrating".

2016-02-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/235994 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=89b1fecce116bc44f558e76cbb5dc43497ea67cc Submitter: Jenkins Branch:master commit 89b1fecce116bc44f558e76cbb5dc43497ea67cc Author: Pawel Koniszewski Date: Mon Feb 1 11:56:59 20

[Yahoo-eng-team] [Bug 1538204] Re: Failed to stop nova-api in grenade tests

2016-02-18 Thread Davanum Srinivas (DIMS)
16 hits in last week for message:"dictionary changed size during iteration" logstash query. Only one of them is a FAILURE though unrelated to this bug. -- Dims ** Changed in: oslo.service Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1546731] Re: 1df244e556f5_add_unique_ha_router_agent_port_bindings revision is not postgres compliant

2016-02-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/281517 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=77a9c1c0d49faf9f799d78437f5f1c4863629af2 Submitter: Jenkins Branch:master commit 77a9c1c0d49faf9f799d78437f5f1c4863629af2 Author: Cedric Brandily Date: Wed Feb 17 21:25:46

[Yahoo-eng-team] [Bug 1482171] Re: cinder ceph volume cannot attach to instance in Kilo

2016-02-18 Thread Sean Dague
Original reported said they could no longer reproduce the bug. ** 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/1482171 Ti

[Yahoo-eng-team] [Bug 1523425] Re: Nova timesout when "Boot from image (create new volume )" operation is tried using image> 10 GB

2016-02-18 Thread Sean Dague
These are user configurable options in nova. block_device_allocate_retries = 60 block_device_allocate_retries_interval = 3 That means that out of the box we wait about 3 minutes for volumes. That's a pretty reasonable default. If you need a longer time in your environment due to it being slow, yo

[Yahoo-eng-team] [Bug 1508442] Re: LOG.warn is deprecated

2016-02-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/281565 Committed: https://git.openstack.org/cgit/openstack/networking-powervm/commit/?id=16af89ab925bae246efd52123739aa9f73b2bb19 Submitter: Jenkins Branch:master commit 16af89ab925bae246efd52123739aa9f73b2bb19 Author: kairoaraujo Date: Wed Feb 17 20

[Yahoo-eng-team] [Bug 1546433] Re: nova.service.Service.kill() is unused and orphaned

2016-02-18 Thread Sean Dague
I'm not really convinced this is a bug, it's an interface we've got which is fine, even if it's only used by testing. If you want to annotate it as such, that's fine as well. ** Changed in: nova Status: In Progress => Opinion -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1546883] Re: poll_rebooting_instances in nova libvirt driver is not implemented

2016-02-18 Thread Sean Dague
I'm not really sure why this would be implemented. libvirt has an event mechanism so I don't think polling like this isn't required. ** Changed in: nova Status: New => Invalid ** Changed in: nova Importance: Undecided => Wishlist ** Changed in: nova Status: Invalid => Opinion *

[Yahoo-eng-team] [Bug 1547032] [NEW] Enhance API tests for neutron-vpnaas

2016-02-18 Thread Paul Michali
Public bug reported: Once VPN API tests are operational again (bug 1483417), they should be enhanced to exercise the new endpoint group APIs and the modifications to other APIs resulting from the new endpoint groups (e.g. no local subnet specified for vpnservice, and no peer subnets specified for

[Yahoo-eng-team] [Bug 1547031] [NEW] Can't distinguish users through openid login

2016-02-18 Thread yechengkun
Public bug reported: Accrounding to the doc (http://docs.openstack.org/developer/keystone/configure_federation.html), I parse openid login in my devstack. and i have success login with google account.   but there is a program, how can i distinguish users? I know all the federation users are in

[Yahoo-eng-team] [Bug 1525739] Re: Hyper-V: stable/liberty, mismatched requirements causes CI jobs to fail.

2016-02-18 Thread Claudiu Belu
** Changed in: networking-hyperv Status: In Progress => Fix Committed ** Changed in: networking-hyperv Importance: Undecided => High ** Changed in: networking-hyperv Assignee: (unassigned) => Tony Breeds (o-tony) ** No longer affects: nova -- You received this bug notification b

[Yahoo-eng-team] [Bug 1540254] Re: "#flake8: noqa" is using incorrectly

2016-02-18 Thread Wang Bo
** Also affects: murano Importance: Undecided Status: New ** Changed in: murano Assignee: (unassigned) => Wang Bo (chestack) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bug

[Yahoo-eng-team] [Bug 1495669] Re: domain-specific drivers does not honor the list_limit set in domain-specific conf file

2016-02-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/266989 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=7b6364a4f85e93ac77f740e654b681dfbd47e1f8 Submitter: Jenkins Branch:master commit 7b6364a4f85e93ac77f740e654b681dfbd47e1f8 Author: Boris Bobrov Date: Wed Jan 13 18:26:51 20

[Yahoo-eng-team] [Bug 1538387] Re: fdb_chg_ip_tun throwing exception because fdb_entries not in correct format

2016-02-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/272986 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8dcf39aae7a099e01bd322891526c134e87e6b1b Submitter: Jenkins Branch:master commit 8dcf39aae7a099e01bd322891526c134e87e6b1b Author: Kevin Benton Date: Wed Jan 27 02:17:01 201

[Yahoo-eng-team] [Bug 1480212] Re: Log warning: 'takes at most 1 positional argument'

2016-02-18 Thread javeme
** Also affects: horizon Importance: Undecided Status: New -- 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/1480212 Title: Log warning: 'takes at most 1 pos

[Yahoo-eng-team] [Bug 1546910] [NEW] args pass to precommit event should include the complete info

2016-02-18 Thread yalei wang
Public bug reported: We introduced the PRECOMMIT_XXX event, but the kwargs passed to it do not include the complete info of neutron db like AFTER_XXX event. For example, the id of the new created sg/rule. ** Affects: neutron Importance: Undecided Assignee: yalei wang (yalei-wang)