Neutron GCE router bug fixes

Bug #1702881 reported by Pratik Shah
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Openstack Omni
Fix Released
Undecided
Pratik Shah

Bug Description

Neutron GCE router has different imports in master and stable/newton branch

Pratik Shah (pratikshah)
Changed in omni:
assignee: nobody → Pratik Shah (pratikshah)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to omni (master)

Fix proposed to branch: master
Review: https://review.openstack.org/481576

Changed in omni:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to omni (master)

Reviewed: https://review.openstack.org/481576
Committed: https://git.openstack.org/cgit/openstack/omni/commit/?id=ed23220a8dd42f12071e21a2ceadf95ea56e8719
Submitter: Jenkins
Branch: master

commit ed23220a8dd42f12071e21a2ceadf95ea56e8719
Author: Pratik Shah <email address hidden>
Date: Fri Jul 7 16:30:23 2017 +0530

    Fixed a bug in Neutron GCE router to run on master and stable/newton

    Issue:
    - Classes used in gce_router_plugin.py are different on master and
    stable/newton branch.
    Example:
    - In newton branch, we are importing "from neutron.db import l3_db"
    and we are using this import as l3_db.Router. But on master branch,
    l3_db doesn't have attribute "Router". Hence to solve this, we need
    to import "from neutron.db.models import l3".

    File Modified:
    - neutron/neutron/services/l3_router/gce_router_plugin.py
    Closes-Bug: #1702881

    Change-Id: I4d872ee0034417cdf38e774d69d1acec7924cc17

Changed in omni:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.