Corrects imported modules in Cisco and Ryu according to latest nova packages.
Change-Id: I58b6d4356b071624c725b4dd0d98a60592ef0b45
This commit is contained in:
parent
05be01c5c4
commit
bb2b244fe3
@ -24,8 +24,8 @@ Quantum Port Aware Scheduler Implementation
|
||||
|
||||
from nova import exception as excp
|
||||
from nova import flags
|
||||
from nova import log as logging
|
||||
from nova.openstack.common import cfg
|
||||
from nova.openstack.common import log as logging
|
||||
from nova.scheduler import chance
|
||||
from quantumclient import Client
|
||||
|
||||
|
@ -21,8 +21,8 @@
|
||||
|
||||
from nova import exception as excp
|
||||
from nova import flags
|
||||
from nova import log as logging
|
||||
from nova.openstack.common import cfg
|
||||
from nova.openstack.common import log as logging
|
||||
from nova.virt.vif import VIFDriver
|
||||
from quantumclient import Client
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
from ryu.app.client import OFPClient
|
||||
|
||||
from nova import flags
|
||||
from nova import log as logging
|
||||
from nova.network import linux_net
|
||||
from nova.openstack.common import cfg
|
||||
from nova.openstack.common import log as logging
|
||||
from nova import utils
|
||||
|
||||
|
||||
|
@ -20,8 +20,8 @@ import httplib
|
||||
from ryu.app.client import OFPClient
|
||||
|
||||
from nova import flags
|
||||
from nova import log as logging
|
||||
from nova.openstack.common import cfg
|
||||
from nova.openstack.common import log as logging
|
||||
from nova import utils
|
||||
from nova.virt.libvirt import vif as libvirt_vif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user