[Yahoo-eng-team] [Bug 1648222] [NEW] Some unit tests using deprecated oslo_db.sqlalchemy.test_base

2016-12-07 Thread Henry Gessau
Public bug reported: In neutron/tests/unit/db/test_sqlalchemytypes.py: . . . from oslo_db.sqlalchemy import test_base . . . class SqlAlchemyTypesBaseTestCase(test_base.DbTestCase): . . . The contents of oslo_db.sqlalchemy.test_base have been deprecated. https://

[Yahoo-eng-team] [Bug 1642426] [NEW] attributes.PLURALS is never used

2016-11-16 Thread Henry Gessau
Public bug reported: PLURALS in neutron/api/v2/attributes.py is written to but never read from. Let's remove it. This change must be co-ordinated across subprojects that consume neutron. Bug tagged with 'lib' because the entire neutron/api/v2/attributes.py will be rehomed to neutron-lib once PLU

[Yahoo-eng-team] [Bug 1642280] [NEW] Adopt ExtensionDescriptor from neutron-lib

2016-11-16 Thread Henry Gessau
Public bug reported: This bug is to track the changes required to adopt ExtensionDescriptor from neutron-lib and remove it from neutron core. ExtensionDescriptor was added to neutron lib by https://review.openstack.org/389825 ** Affects: neutron Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1639103] [NEW] Unused left-overs from oslo-incubator still hanging around

2016-11-03 Thread Henry Gessau
Assignee: Henry Gessau (gessau) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Henry Gessau (gessau) ** Changed in: neutron Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, wh

[Yahoo-eng-team] [Bug 1628386] Re: both project_id & tenant_id are available in 'meter-label-create' output

2016-09-28 Thread Henry Gessau
See the second bullet here: http://docs.openstack.org/releasenotes/neutron/newton.html#new-features ** 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.launchp

[Yahoo-eng-team] [Bug 1626277] [NEW] DB migration tests are timing out

2016-09-21 Thread Henry Gessau
Public bug reported: Tests involving database migrations are timing out. This may be related to http://lists.openstack.org/pipermail/openstack-dev/2016-September/103664.html ** Affects: neutron Importance: Critical Assignee: Henry Gessau (gessau) Status: In Progress ** Tags

[Yahoo-eng-team] [Bug 1623108] [NEW] Add 'newton' milestone tag to alembic branches

2016-09-13 Thread Henry Gessau
Public bug reported: We do this for every release. Add a tag with the name of the milestone to the heads of all the alembic branches. ** Affects: neutron Importance: High Assignee: Henry Gessau (gessau) Status: New ** Tags: db ** Tags added: db ** Changed in: neutron

[Yahoo-eng-team] [Bug 1620841] [NEW] uuid_list validator regression

2016-09-06 Thread Henry Gessau
Public bug reported: Change https://review.openstack.org/358088 broke validate_uuid_list() ** Affects: neutron Importance: Undecided Assignee: Henry Gessau (gessau) Status: In Progress ** Tags: lib ** Changed in: neutron Assignee: (unassigned) => Henry Gessau (ges

[Yahoo-eng-team] [Bug 1614872] Re: delete method on auto-allocate extension returns 500

2016-08-24 Thread Henry Gessau
Client patch: https://review.openstack.org/359494 ** Also affects: python-neutronclient Importance: Undecided Status: New ** Changed in: python-neutronclient Status: New => In Progress ** Changed in: python-neutronclient Importance: Undecided => Low ** Changed in: python-neu

[Yahoo-eng-team] [Bug 1613318] [NEW] Separate alembic branch upgrades not tested in the gate

2016-08-15 Thread Henry Gessau
Public bug reported: The devstack setup and neutron migration tests do not check separate alembic branch migrations. Thus we do not catch things like [1]. The test should ensure that the following succeeds: neutron-db-manage upgrade --expand neutron-db-manage upgrade --contract It should pro

[Yahoo-eng-team] [Bug 1612433] [NEW] neutron-db-manage autogenerate is generating empty upgrades

2016-08-11 Thread Henry Gessau
Public bug reported: The alembic autogenerate wrapper, neutron-db-manage revision -m "description" --[contract|expand] is no longer collecting model/migration diffs and is generating empty upgrade scripts. Not sure when this broke. ** Affects: neutron Importance: Medium Status:

[Yahoo-eng-team] [Bug 1612281] Re: Neutron Linuxbridge jobs failing with 'operation failed: failed to read XML'

2016-08-11 Thread Henry Gessau
** Also affects: os-vif 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/1612281 Title: Neutron Linuxbridge jobs failing with 'operation failed:

[Yahoo-eng-team] [Bug 1602833] [NEW] Missing retry decorator on dhcp_ready_on_ports

2016-07-13 Thread Henry Gessau
no, errorvalue) 2016-07-12 17:03:45.124 55439 ERROR oslo_messaging.rpc.server DBDeadlock: (pymysql.err.InternalError) (1213, u'Deadlock found when trying to get lock; try restarting transaction') [SQL: u'DELETE FROM provisioningblocks WHERE provisioningblocks.standard_attr_id = %(stan

[Yahoo-eng-team] [Bug 1592546] [NEW] OVSLibTestCase.test_db_find_column_type_list is not isolated

2016-06-14 Thread Henry Gessau
Public bug reported: Spotted in a functional test log: neutron.tests.functional.agent.test_ovs_lib.OVSLibTestCase.test_db_find_column_type_list(vsctl) --- Captured traceback: ~~~ Trace

[Yahoo-eng-team] [Bug 1589328] [NEW] Alembic branch checks do not detect Add/DropColumn violations

2016-06-05 Thread Henry Gessau
. ** Affects: neutron Importance: Undecided Assignee: Henry Gessau (gessau) Status: In Progress ** Tags: db functional-tests ** Tags added: db functional-tests ** Changed in: neutron Assignee: (unassigned) => Henry Gessau (gessau) -- You received this bug notificat

[Yahoo-eng-team] [Bug 1588326] [NEW] Eliminate all use of id

2016-06-02 Thread Henry Gessau
Public bug reported: id is a Python built-in function. Too often we encounter bugs due to id being used as a variable, for example https://launchpad.net/bugs/1588281 We should eliminate all use of id in the code base. The hardest step will be to change neutron.db.model_base.HasId Once all uses h

[Yahoo-eng-team] [Bug 1501380] Re: Evolution of options and features in neutron-db-manage

2016-05-31 Thread Henry Gessau
** Also affects: kolla 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/1501380 Title: Evolution of options and features in neutron-db-manage S

[Yahoo-eng-team] [Bug 1586816] [NEW] SAWarning: in_(empty sequence) from get_networks_segments()

2016-05-29 Thread Henry Gessau
Public bug reported: neutron/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/sql/default_comparator.py:153: SAWarning: The IN-predicate on "networksegments.network_id" was invoked with an empty sequence. This results in a contradiction, which nonetheless can be expensive t

[Yahoo-eng-team] [Bug 1585022] [NEW] unit.agent.test_securitygroups_rpc broken by neutron-lib 0.2.0

2016-05-23 Thread Henry Gessau
Public bug reported: Example log: http://logs.openstack.org/72/306272/16/check/gate-neutron-python27/d0e6735/console.html#_2016-05-23_21_16_56_452 == Failed 12 tests - output below: == neutron.tests.unit.agent.test_securitygroups_rpc

[Yahoo-eng-team] [Bug 1460177] Re: Support metadata service with IPv6-only tenant network

2016-05-12 Thread Henry Gessau
More discussion is happening in the spec, https://review.openstack.org/315604 ** Tags added: rfe ** Summary changed: - Support metadata service with IPv6-only tenant network + [RFE] Support metadata service with IPv6-only tenant network ** Changed in: neutron Status: Expired => Incomplet

[Yahoo-eng-team] [Bug 1511982] Re: Unable to upgrade the DB from kilo to liberty with VPNaaS

2016-05-03 Thread Henry Gessau
*** This bug is a duplicate of bug 1550434 *** https://bugs.launchpad.net/bugs/1550434 ** This bug has been marked a duplicate of bug 1550434 vpnaas alembic migration fails for upgrade liberty -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1575316] [NEW] Functional job failures in pecan tests

2016-04-26 Thread Henry Gessau
Public bug reported: Examples: 2016-04-26 14:40:22.082 | 2016-04-26 14:40:22.054 | == 2016-04-26 14:40:22.083 | 2016-04-26 14:40:22.056 | Failed 2 tests - output below: 2016-04-26 14:40:22.083 | 2016-04-26 14:40:22.057 | == 2016-04-26 14

[Yahoo-eng-team] [Bug 1561233] Re: "Failed to format sample" warning in neutron.conf.sample file

2016-04-07 Thread Henry Gessau
*** This bug is a duplicate of bug 1548433 *** https://bugs.launchpad.net/bugs/1548433 This is fixed by https://review.openstack.org/292640 ** No longer affects: oslo.config ** This bug has been marked a duplicate of bug 1548433 neutron returns objects other than oslo_config.cfg.Opt insta

[Yahoo-eng-team] [Bug 1563926] Re: Release networking-powervm 2.0.0.0rc1 and create stable/mitaka branch

2016-03-30 Thread Henry Gessau
** Changed in: networking-powervm Status: New => Confirmed ** Changed in: neutron Status: New => Invalid ** Changed in: neutron Importance: Undecided => Wishlist ** Changed in: neutron Assignee: (unassigned) => Kyle Mestery (mestery) -- You received this bug notification

[Yahoo-eng-team] [Bug 1562970] Re: Handling tox errors in networking-brocade

2016-03-28 Thread Henry Gessau
I believe this does not affect core neutron. ** Also affects: networking-brocade Importance: Undecided Status: New ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neu

[Yahoo-eng-team] [Bug 1561378] Re: l3-agent-list-hosting-router failing with «Field names must be unique!» in interactive Neutron CLI

2016-03-24 Thread Henry Gessau
** Also affects: python-neutronclient Importance: Undecided Status: New ** No longer affects: neutron ** Changed in: python-neutronclient Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed t

[Yahoo-eng-team] [Bug 1561252] Re: Removing 'force_gateway_on_subnet' option

2016-03-23 Thread Henry Gessau
** Also affects: openstack-manuals Importance: Undecided Status: New ** 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/1561252

[Yahoo-eng-team] [Bug 1561233] Re: "Failed to format sample" warning in neutron.conf.sample file

2016-03-23 Thread Henry Gessau
I think this is a problem in oslo.config ** Also affects: oslo.config 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/1561233 Title: "Failed t

[Yahoo-eng-team] [Bug 1561143] Re: Add option for nova endpoint type

2016-03-23 Thread Henry Gessau
** Also affects: openstack-manuals Importance: Undecided Status: New ** 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/1561143

[Yahoo-eng-team] [Bug 1552935] [NEW] Add mitaka release milestone

2016-03-03 Thread Henry Gessau
Public bug reported: We do this for every release. Add a 'mitaka' tag to the end of the alembic contract and expand branches in neutron, neutron-fwaas, neutron-lbaas and neutron-vpnaas. ** Affects: neutron Importance: High Assignee: Henry Gessau (gessau) Status: I

[Yahoo-eng-team] [Bug 1550434] [NEW] vpnaas alembic migration fails for upgrade liberty

2016-02-26 Thread Henry Gessau
Public bug reported: With the mitaka version of neutron and vpnaas installed: $ NDBM --subproject neutron-vpnaas upgrade liberty No handlers could be found for logger "oslo_config.cfg" INFO [alembic.runtime.migration] Context impl MySQLImpl. INFO [alembic.runtime.migration] Will assume non-tran

[Yahoo-eng-team] [Bug 1539735] [NEW] DB migrations are not tested with data

2016-01-29 Thread Henry Gessau
Public bug reported: Currently the DB migration tests check only the schema. In several cases migration changes should be checked with data records to fully verify that they work. We need a framework for writing migration tests with data. We should leverage from or contribute to oslo.db appropria

[Yahoo-eng-team] [Bug 1537510] Re: Functional test_models_sync is not working in Jenkins

2016-01-26 Thread Henry Gessau
** Changed in: neutron Status: Fix Released => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1537510 Title: Functional test_models_sync is not working in Jenkins Sta

[Yahoo-eng-team] [Bug 1537971] [NEW] [RFE] Add timestamp to neutron resources

2016-01-25 Thread Henry Gessau
Public bug reported: This is the RFE bug used to track the blueprint: https://blueprints.launchpad.net/neutron/+spec/add-timestamp-attr ** Affects: neutron Importance: Wishlist Assignee: zhaobo (zhaobo6) Status: Triaged ** Tags: rfe-approved ** Tags added: rfe-approved ** C

[Yahoo-eng-team] [Bug 1537510] [NEW] Functional test_models_sync is not working in Jenkins

2016-01-24 Thread Henry Gessau
Public bug reported: Change https://review.openstack.org/212213 added some models but they were not added to head.py. This should have been detected by test_models_sync in the functional job, but it is currently not being detected. I tried the test_models_sync locally and it correctly fails. ** A

[Yahoo-eng-team] [Bug 1531706] [NEW] API job fails with ExternalIpAddressExhausted

2016-01-06 Thread Henry Gessau
Public bug reported: neutron.tests.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_floatingip_with_specified_ip_address[gate,id-332a8ae4-402e-4b98-bb6f-532e5a87b8e0,smoke] Captured traceback: ~~~ Traceback (most recent call last): File "neu

[Yahoo-eng-team] [Bug 1527719] Re: Adding a VNIC type for physical functions

2015-12-18 Thread Henry Gessau
** Also affects: openstack-manuals Importance: Undecided Status: New ** Changed in: neutron Status: New => 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/1527

[Yahoo-eng-team] [Bug 1525319] Re: Cisco apic router_id field length incorrectly changed for Mitaka

2015-12-16 Thread Henry Gessau
Not needed. The vendor package mitaka release can change its model to match the field size in Neutron mitaka. ** Changed in: neutron Status: In Progress => Invalid ** Changed in: networking-cisco Status: New => Invalid -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1523716] Re: oslo.utils upgrade breaks unit tests

2015-12-15 Thread Henry Gessau
Neutron no longer affected after oslo.utils 3.2.0 released ** 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/1523716 Title: oslo.utils

[Yahoo-eng-team] [Bug 1522732] Re: Add availability_zone support for router

2015-12-15 Thread Henry Gessau
** Also affects: openstack-manuals Importance: Undecided Status: New ** Changed in: neutron Status: New => 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/1522

[Yahoo-eng-team] [Bug 1526108] Re: Octavia devstack install fails behind proxy

2015-12-14 Thread Henry Gessau
** Also affects: octavia Importance: Undecided Status: New ** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1526108 Title: Octavia devstack install

[Yahoo-eng-team] [Bug 1525424] Re: Automatically generate neutron VPNaaS configuration files

2015-12-11 Thread Henry Gessau
** Also affects: openstack-manuals Importance: Undecided Status: New ** Changed in: neutron Status: New => 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/1525

[Yahoo-eng-team] [Bug 1525319] [NEW] Cisco apic router_id field length incorrectly changed for Mitaka

2015-12-11 Thread Henry Gessau
: Undecided Assignee: Henry Gessau (gessau) Status: New ** Affects: neutron Importance: Undecided Assignee: Henry Gessau (gessau) Status: In Progress ** Tags: cisco db ** Tags added: cisco ** Tags added: db ** Also affects: networking-cisco Importance: Undecided

[Yahoo-eng-team] [Bug 1524568] Re: Automatically generate neutron LBaaS configuration files

2015-12-10 Thread Henry Gessau
Removed duplicate since docs for *aaS are separate. ** This bug is no longer a duplicate of bug 1520722 Automatically generate neutron core configuration files ** Description changed: + DocImpact for LBaaS + https://review.openstack.org/252981 commit e719861c00ab1e50e271c3bcdbc0b9130

[Yahoo-eng-team] [Bug 1524510] Re: Remove Neutron FWaaS static example configuration files

2015-12-10 Thread Henry Gessau
Removed duplicate since docs for *aaS are separate. ** This bug is no longer a duplicate of bug 1520722 Automatically generate neutron core configuration files ** Also affects: openstack-manuals Importance: Undecided Status: New ** Description changed: + DocImpact for FWaaS +

[Yahoo-eng-team] [Bug 1524671] Re: Added CORS support to Neutron

2015-12-10 Thread Henry Gessau
** Also affects: openstack-manuals Importance: Undecided Status: New ** Changed in: neutron Status: New => 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/1524

[Yahoo-eng-team] [Bug 1524661] Re: "neutron help net-update" shows insufficient parameter info

2015-12-10 Thread Henry Gessau
** Also affects: python-neutronclient Importance: Undecided Status: New ** No longer affects: neutron ** Changed in: python-neutronclient Status: New => Confirmed ** Changed in: python-neutronclient Importance: Undecided => Medium -- You received this bug notification becau

[Yahoo-eng-team] [Bug 1524510] Re: Remove Neutron FWaaS static example configuration files

2015-12-10 Thread Henry Gessau
*** This bug is a duplicate of bug 1520722 *** https://bugs.launchpad.net/bugs/1520722 Martin, no problem, it helped to weed out a messaging bug in the tooling: https://review.openstack.org/255715 Since the doc bug for the core patch covers fwaas, I am marking this as a duplicate. ** This bu

[Yahoo-eng-team] [Bug 1524568] Re: Automatically generate neutron LBaaS configuration files

2015-12-10 Thread Henry Gessau
*** This bug is a duplicate of bug 1520722 *** https://bugs.launchpad.net/bugs/1520722 This was autogenerated because of DocImpact. Since the doc bug for the core patch covers fwaas, I am marking this as a duplicate. ** This bug has been marked a duplicate of bug 1520722 Automatically

[Yahoo-eng-team] [Bug 1524568] Re: Automatically generate neutron LBaaS configuration files

2015-12-09 Thread Henry Gessau
This bug seems to have been erroneously created by some automation. ** 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/1524568 Title:

[Yahoo-eng-team] [Bug 1524510] Re: Remove Neutron FWaaS static example configuration files

2015-12-09 Thread Henry Gessau
This bug seems to have been erroneously created by some automation. ** Changed in: neutron Status: Confirmed => 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/1524510 Title

[Yahoo-eng-team] [Bug 1522903] Re: oslo code should be updated when you update neutron repo

2015-12-04 Thread Henry Gessau
This is not a neutron bug. If you feel it may be a bug in devstack, please file a bug in that project. ** 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.laun

[Yahoo-eng-team] [Bug 1520719] [NEW] OsloDBDeprecationWarning: EngineFacade is deprecated

2015-11-27 Thread Henry Gessau
Public bug reported: neutron/tests/functional/db/test_ipam.py:41: OsloDBDeprecationWarning: EngineFacade is deprecated; please use oslo_db.sqlalchemy.enginefacade ** Affects: neutron Importance: Low Status: New ** Tags: db low-hanging-fruit ** Tags added: db ** Changed in: neutr

[Yahoo-eng-team] [Bug 1520054] [NEW] HyperV third-party code still present in neutron tree

2015-11-25 Thread Henry Gessau
Public bug reported: The HyperV ML2 mechanism driver and agent should be completely removed from the neutron tree. All HyperV code and artifacts should be contained in the networking-hyperv sub-project. See http://docs.openstack.org/developer/neutron/devref/contribute.html ** Affects: networking

[Yahoo-eng-team] [Bug 1519171] [NEW] model-migration check fails to detect integer-biginteger mismatch

2015-11-23 Thread Henry Gessau
Public bug reported: See https://review.openstack.org/#/c/222079/15/neutron/db/migration/alembic_migrations/versions/mitaka/expand/32e5974ada25_add_neutron_resources_table.py Kevin had Integer in the model and BigInteger in the migration. This should be detected by _TestModelsMigrations(). ** Af

[Yahoo-eng-team] [Bug 1519078] [NEW] Freescale vendor code still present in neutron tree

2015-11-23 Thread Henry Gessau
Public bug reported: The Freescale service plugin and ML2 mechanism driver should be completely removed from the neutron tree. All Freescale code and artifacts should be contained in an external freescale repository. See http://docs.openstack.org/developer/neutron/devref/contribute.html ** Affec

[Yahoo-eng-team] [Bug 1518643] [NEW] Nuage vendor code still present in neutron tree

2015-11-21 Thread Henry Gessau
Public bug reported: The Nuage plugins and ML2 mechanism drivers should be completely removed from the neutron tree. See http://docs.openstack.org/developer/neutron/devref/contribute.html ** Affects: neutron Importance: Medium Assignee: Henry Gessau (gessau) Status: New

[Yahoo-eng-team] [Bug 1518637] [NEW] Brocade vendor code still present in neutron tree

2015-11-21 Thread Henry Gessau
: networking-brocade Importance: Undecided Status: New ** Affects: neutron Importance: Medium Assignee: Henry Gessau (gessau) Status: New ** Changed in: neutron Importance: Undecided => Medium ** Changed in: neutron Assignee: (unassigned) => Henry

[Yahoo-eng-team] [Bug 1396671] Re: Cannot Migrate OpenStack (Juno) Neutron's database

2015-11-15 Thread Henry Gessau
sqlite is not a supported backend. If you have this problem with mysql then please file a new bug with logs showing what went wrong. ** Tags added: db ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1514823] [NEW] Opendaylight driver shim still present in neutron tree

2015-11-10 Thread Henry Gessau
Public bug reported: The opendaylight ML2 mechanism driver should be completely removed from the neutron tree. All opendaylight driver code and artifacts should be contained in the networking-odl sub-project. ** Affects: networking-odl Importance: Undecided Assignee: Henry Gessau

[Yahoo-eng-team] [Bug 1504670] Re: Remove embrane plugin

2015-11-09 Thread Henry Gessau
Oops, not released yet. ** Changed in: neutron Status: Fix Released => Fix Committed ** Changed in: neutron Milestone: None => mitaka-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.ne

[Yahoo-eng-team] [Bug 1504670] Re: Remove embrane plugin

2015-11-08 Thread Henry Gessau
** Changed in: neutron Milestone: mitaka-1 => None ** Changed in: neutron Status: Fix Committed => 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/1504670 Title:

[Yahoo-eng-team] [Bug 1471333] Re: neutron-db-manage autogenerate support for external repos

2015-11-08 Thread Henry Gessau
neutron-db-manage revision --autogenerate works for sub-projects. There are some remaining issues tracked by Bug #1497830 and Bug #1458682. ** Changed in: neutron Milestone: mitaka-1 => None ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notificat

[Yahoo-eng-team] [Bug 1347361] Re: There should be a naming convention for neutron DB tables

2015-11-08 Thread Henry Gessau
The recommended naming of tables for sub-projects is documented. The risk of conflicting names is low enough that it is not worth the effort to implement checks across sub-projects. Marking as Won't-Fix. This can be revisited if it becomes a problem. ** Changed in: neutron Status: Confirmed

[Yahoo-eng-team] [Bug 1465678] Re: Table cisco_ml2_apic_contracts has wrong router_id field length: 64 vs 36 in routers.id

2015-11-08 Thread Henry Gessau
** Changed in: neutron Status: Fix Committed => 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/1465678 Title: Table cisco_ml2_apic_contracts has wrong router_id field

[Yahoo-eng-team] [Bug 1363064] Re: Cannot set only one of IPv6 attributes while second is None

2015-11-08 Thread Henry Gessau
Now invalid because updating of ipv6 mode attributes has been disabled. ** Changed in: neutron Status: In Progress => 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/1363064

[Yahoo-eng-team] [Bug 1484344] Re: Decompose Cisco l3 and cfg_agent service plugins

2015-10-12 Thread Henry Gessau
Fixed by https://review.openstack.org/217910 ** Changed in: networking-cisco Status: Triaged => Fix Committed ** Changed in: neutron Status: Triaged => Fix Released ** Changed in: networking-cisco Assignee: (unassigned) => Henry Gessau (gessau) ** Changed in

[Yahoo-eng-team] [Bug 1388230] Re: Checks for DB models and migrations sync not working

2015-10-09 Thread Henry Gessau
No. ** 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. https://bugs.launchpad.net/bugs/1388230 Title: Checks for DB models and migrations sync not working Statu

[Yahoo-eng-team] [Bug 1504670] [NEW] Remove embrane plugin

2015-10-09 Thread Henry Gessau
Public bug reported: The embrane plugin shall be removed after EOL. ** Affects: neutron 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/1504

[Yahoo-eng-team] [Bug 1197570] Re: Update instructions for database migration with additional steps that may be needed

2015-09-30 Thread Henry Gessau
I will close it with a doc update soon. ** Changed in: neutron Status: Invalid => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1197570 Title: Update instructions fo

[Yahoo-eng-team] [Bug 1501380] [NEW] Evolution of options and features in neutron-db-manage

2015-09-30 Thread Henry Gessau
Public bug reported: Neutron's DB schema and alembic revisions management is evolving. In the process, we have deprecated and dropped features and options. This RFE will be used to track evolutionary updates: - Better help and documentation - Better formatting and and more useful output from comm

[Yahoo-eng-team] [Bug 1499033] [NEW] Add Liberty release milestone

2015-09-23 Thread Henry Gessau
Public bug reported: We do this for every release ** Affects: neutron Importance: Medium Assignee: Henry Gessau (gessau) Status: New ** Tags: db ** Changed in: neutron Assignee: (unassigned) => Henry Gessau (gessau) ** Changed in: neutron Importance: Undeci

[Yahoo-eng-team] [Bug 1497830] [NEW] Neutron subprojects cannot depend on alembic revisions from other neutron subprojects

2015-09-20 Thread Henry Gessau
this issue we need to switch to one alembic environment (neutron's) for all neutron subprojects. ** Affects: neutron Importance: High Assignee: Henry Gessau (gessau) Status: New ** Tags: db ** Tags added: db ** Changed in: neutron Assignee: (unassigned) => Henr

[Yahoo-eng-team] [Bug 1484745] Re: DB migration juno-> kilo fails: Can't create table nsxv_internal_networks

2015-08-25 Thread Henry Gessau
** 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. https://bugs.launchpad.net/bugs/1484745 Title: DB migration juno-> kilo fails: Can't create table nsxv_intern

[Yahoo-eng-team] [Bug 1470625] Re: Mechanism to register and run all external neutron alembic migrations automatically

2015-08-17 Thread Henry Gessau
: (unassigned) => Henry Gessau (gessau) ** Changed in: networking-cisco Importance: Undecided => High ** Changed in: neutron Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed t

[Yahoo-eng-team] [Bug 1484344] [NEW] Decompose Cisco l3 and cfg_agent service plugins

2015-08-12 Thread Henry Gessau
Public bug reported: Files in plugins/cisco related to the l3 service and cfg_agent need to be decomposed to the vendor repo. ** Affects: networking-cisco Importance: High Status: Triaged ** Affects: neutron Importance: High Status: Triaged ** Tags: cisco ** Tags a

[Yahoo-eng-team] [Bug 1484165] [NEW] Final decomposition of ML2 Cisco UCSM driver

2015-08-12 Thread Henry Gessau
Public bug reported: Fully decompose the ML2 Cisco ucsm driver to the vendor repo ** Affects: networking-cisco Importance: High Assignee: Sandhya Dasu (sadasu) Status: Triaged ** Affects: neutron Importance: High Assignee: Sandhya Dasu (sadasu) Status: Triag

[Yahoo-eng-team] [Bug 1484160] [NEW] Final decomposition of ML2 Cisco NCS driver

2015-08-12 Thread Henry Gessau
Public bug reported: Fully decompose the ncs driver from neutron. ** Affects: networking-cisco Importance: High Assignee: Henry Gessau (gessau) Status: New ** Affects: neutron Importance: High Assignee: Henry Gessau (gessau) Status: New ** Tags: cisco

[Yahoo-eng-team] [Bug 1482236] Re: Support replay retry in Liberty so it works with multiprocesses

2015-08-06 Thread Henry Gessau
** Also affects: networking-cisco Importance: Undecided Status: New ** Changed in: networking-cisco Assignee: (unassigned) => Carol Bouchard (caboucha) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https:

[Yahoo-eng-team] [Bug 1475297] Re: Unbind segment not working correctly

2015-07-31 Thread Henry Gessau
** Changed in: neutron Importance: Undecided => Critical ** Changed in: neutron Importance: Critical => High ** Also affects: networking-cisco Importance: Undecided Status: New ** Changed in: networking-cisco Status: New => In Progress ** Changed in: networking-cisco I

[Yahoo-eng-team] [Bug 1479123] Re: N1Kv ML2 mech driver and DB models decomposition

2015-07-29 Thread Henry Gessau
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Saksham Varma (sakvarma) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.ne

[Yahoo-eng-team] [Bug 1470625] Re: Mechanism to register and run all external alembic migrations automatically

2015-07-24 Thread Henry Gessau
Status: New ** Changed in: networking-cisco Assignee: (unassigned) => Henry Gessau (gessau) ** Changed in: networking-l2gw Assignee: (unassigned) => Henry Gessau (gessau) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1471333] [NEW] neutron-db-manage autogenerate support for external repos

2015-07-03 Thread Henry Gessau
Importance: Medium Assignee: Henry Gessau (gessau) Status: Triaged ** Tags: db ** Changed in: neutron Status: New => Triaged ** Changed in: neutron Importance: Undecided => Medium ** Changed in: neutron Assignee: (unassigned) => Henry Gessau (gessau) ** Tags

[Yahoo-eng-team] [Bug 1470678] [NEW] Provide a template DB migration/model sync test for third-party maintainers

2015-07-01 Thread Henry Gessau
Public bug reported: See the "DB Model/Migration Testing" section in https://review.openstack.org/187267 ** Affects: neutron Importance: Medium Assignee: Ann Kamyshnikova (akamyshnikova) Status: Triaged ** Tags: db ** Changed in: neutron Status: New => Triaged ** Cha

[Yahoo-eng-team] [Bug 1470625] [NEW] Mechanism to register and run all external alembic migrations automatically

2015-07-01 Thread Henry Gessau
upgrading. ** Affects: neutron Importance: High Assignee: Henry Gessau (gessau) Status: Triaged ** Tags: db ** Changed in: python-neutronclient Status: New => Triaged ** Changed in: python-neutronclient Importance: Undecided => High ** Changed in:

[Yahoo-eng-team] [Bug 1470622] [NEW] Devref documentation for client command extension support

2015-07-01 Thread Henry Gessau
Public bug reported: The only documentation for client extensibility is the commit message in https://review.openstack.org/148318 The information should be in an official devref document. ** Affects: neutron Importance: Medium Status: Triaged ** Affects: python-neutronclient

[Yahoo-eng-team] [Bug 1470598] [NEW] Move LibraryAPIBreakage wiki to devref

2015-07-01 Thread Henry Gessau
Public bug reported: The following wiki is intended to keep track of neutron changes that may affect external plugins and drivers. https://wiki.openstack.org/wiki/Neutron/LibraryAPIBreakage However it is not easily discoverable unless you know that it exists and what to search for. The informati

[Yahoo-eng-team] [Bug 1466704] [NEW] Frozen (external) DB tables not prevented from alteration

2015-06-18 Thread Henry Gessau
Public bug reported: Database models are being split out of neutron. The FW/LB/VPNaaS models have already been split. Once a model is split out of neutron, it may no longer be altered by any neutron alembic migration. We need to add a test case to the DB migration tests that checks that no exter

[Yahoo-eng-team] [Bug 1465678] Re: Table cisco_ml2_apic_contracts has wrong router_id field length: 64 vs 36 in routers.id

2015-06-16 Thread Henry Gessau
** Also affects: networking-cisco Importance: Undecided Status: New ** Tags added: cisco ** Changed in: networking-cisco Status: New => Confirmed ** Changed in: neutron Importance: Undecided => Low ** Changed in: networking-cisco Importance: Undecided => Low -- You rece

[Yahoo-eng-team] [Bug 1423295] Re: Extend interfaces driver to support N1kV interface type

2015-06-04 Thread Henry Gessau
** Also affects: networking-cisco Importance: Undecided Status: New ** Changed in: networking-cisco Assignee: (unassigned) => Sourabh Patwardhan (sopatwar) ** No longer affects: neutron ** Changed in: networking-cisco Status: New => In Progress -- You received this bug no

[Yahoo-eng-team] [Bug 1404093] Re: Provide option for *OpportunisticTestCase to fail instead of skip on db error

2015-05-28 Thread Henry Gessau
** Also affects: neutron 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/1404093 Title: Provide option for *OpportunisticTestCase to fail inste

[Yahoo-eng-team] [Bug 1458682] [NEW] neutron-db-manage autogenerate does not produce a clean upgrade

2015-05-25 Thread Henry Gessau
in their autogenerated migration script. ** Affects: neutron Importance: Undecided Assignee: Henry Gessau (gessau) Status: New ** Tags: db ** Changed in: neutron Assignee: (unassigned) => Henry Gessau (gessau) ** Tags added: db -- You received this bug notificat

[Yahoo-eng-team] [Bug 1377997] Re: All combinations of IPv6 subnet modes need to be tested

2015-05-25 Thread Henry Gessau
** 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/1377997 Title: All combinations of IPv6 subnet modes need to be tested S

[Yahoo-eng-team] [Bug 1441790] [NEW] Simplify and modernize model_query()

2015-04-08 Thread Henry Gessau
Public bug reported: >From zzzeek on IRC, 2015-04-08: this thing: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L486 this is in a few places. the model_query() for neutron is broken up into these three awkward phases, and seveal of these pliugins put an unneces

[Yahoo-eng-team] [Bug 1440834] Re: Unit test tree does not match the structure of the code tree

2015-04-06 Thread Henry Gessau
** Also affects: networking-cisco Importance: Undecided Status: New ** Changed in: networking-cisco Importance: Undecided => Critical ** Changed in: networking-cisco Assignee: (unassigned) => Henry Gessau (gessau) -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1438463] [NEW] Some unit tests cannot be run independently

2015-03-30 Thread Henry Gessau
Public bug reported: See the comment here: https://review.openstack.org/#/c/163758/10/neutron/tests/unit/test_dhcp_agent.py The following test cases fail when run independently: neutron.tests.unit.db.test_agent_db.TestAgentsDbGetAgents.test_get_agents(Get all agents) neutron.tests.unit.db.test_

[Yahoo-eng-team] [Bug 1437745] [NEW] ML2 flat_networks config defaults to '*' instead of '', needs deprecation

2015-03-28 Thread Henry Gessau
Public bug reported: Problem #1: The description and help for the flat_networks config do not explain what the default value is. etc/neutron/plugins/ml2/ml2_conf.ini  # (ListOpt) List of physical_network names with which flat networks  # can be created. Use * to allow flat networks with arbitrary

[Yahoo-eng-team] [Bug 1437124] [NEW] API test_update_agent_description modifies agent assumed unchanged by test_list_agent

2015-03-26 Thread Henry Gessau
penstack.org', u'created_at': u'2015-03-18 14:43:45', u'description': None, u'topic': u'metering_agent', u'agent_type': u'Metering agent', u'id': u'8f0f8c3a-b8fe-41c8-ad3a-191e26dd71a4'}, {u'alive&#x

[Yahoo-eng-team] [Bug 1434103] [NEW] SQL schema downgrades are no longer supported

2015-03-19 Thread Henry Gessau
Public bug reported: Approved cross-project spec: https://review.openstack.org/152337 ** Affects: neutron Importance: Undecided Assignee: Henry Gessau (gessau) Status: In Progress ** Tags: db ** Tags added: db -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1431627] [NEW] Entrypoint should not refer to vendor library

2015-03-12 Thread Henry Gessau
Public bug reported: [entry_points] console_scripts = neutron-cisco-cfg-agent = networking_cisco.plugins.cisco.cfg_agent.cfg_agent:main ** Affects: neutron Importance: Undecided Status: New ** Tags: cisco ** Tags added: cisco -- You received this bug notification because y

  1   2   >