← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1299946] [NEW] OneConvergence plugin create_network fails for external networks

 

Public bug reported:

create_network for networks with --router:external=True call doesn't add
the network to the externalnetworks table. This is resulting in failures
due to the missing entry in externalnetworks table. The reason is
_process_l3_create() (called from create_network) expects to be invoked
with a plugin session. Until recently process_l3_create was adding the
entry to externalnetworks table even without the plugin session. Plugin
third-party tests have been failing the last few days due to this.

** Affects: neutron
     Importance: Undecided
     Assignee: Hemanth Ravi (hemanth-ravi)
         Status: In Progress

** Changed in: neutron
     Assignee: (unassigned) => Hemanth Ravi (hemanth-ravi)

** Changed in: neutron
       Status: New => 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/1299946

Title:
  OneConvergence plugin create_network fails for external networks

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  create_network for networks with --router:external=True call doesn't
  add the network to the externalnetworks table. This is resulting in
  failures due to the missing entry in externalnetworks table. The
  reason is _process_l3_create() (called from create_network) expects to
  be invoked with a plugin session. Until recently process_l3_create was
  adding the entry to externalnetworks table even without the plugin
  session. Plugin third-party tests have been failing the last few days
  due to this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1299946/+subscriptions


Follow ups

References