Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 bin/ryu-manager                | 4 ++--
 ryu/app/quantum_adapter.py     | 2 +-
 ryu/app/tunnel_port_updater.py | 2 +-
 ryu/app/wsgi.py                | 2 +-
 ryu/controller/controller.py   | 2 +-
 ryu/flags.py                   | 2 +-
 ryu/lib/ovs/bridge.py          | 2 +-
 ryu/log.py                     | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/bin/ryu-manager b/bin/ryu-manager
index 1e8d3aa..454c7f4 100755
--- a/bin/ryu-manager
+++ b/bin/ryu-manager
@@ -26,10 +26,10 @@ monkey.patch_all()
 #   use it
 #
 # NOTE: this modifies sys.path and thus affects the following imports.
-# eg. openstack.common.cfg.
+# eg. oslo.config.cfg.
 import ryu.contrib
 
-from openstack.common import cfg
+from oslo.config import cfg
 import logging
 import sys
 
diff --git a/ryu/app/quantum_adapter.py b/ryu/app/quantum_adapter.py
index 8fc2339..2113d7e 100644
--- a/ryu/app/quantum_adapter.py
+++ b/ryu/app/quantum_adapter.py
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from openstack.common import cfg
+from oslo.config import cfg
 import logging
 
 from quantumclient import client as q_client
diff --git a/ryu/app/tunnel_port_updater.py b/ryu/app/tunnel_port_updater.py
index 915794d..7d02a8a 100644
--- a/ryu/app/tunnel_port_updater.py
+++ b/ryu/app/tunnel_port_updater.py
@@ -16,7 +16,7 @@
 
 import collections
 import gevent
-from openstack.common import cfg
+from oslo.config import cfg
 import logging
 import netaddr
 
diff --git a/ryu/app/wsgi.py b/ryu/app/wsgi.py
index 138563b..16ed3eb 100644
--- a/ryu/app/wsgi.py
+++ b/ryu/app/wsgi.py
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from openstack.common import cfg
+from oslo.config import cfg
 import logging
 import webob.dec
 
diff --git a/ryu/controller/controller.py b/ryu/controller/controller.py
index 9dc745a..ae2b1a9 100644
--- a/ryu/controller/controller.py
+++ b/ryu/controller/controller.py
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 import contextlib
-from openstack.common import cfg
+from oslo.config import cfg
 import logging
 import gevent
 import traceback
diff --git a/ryu/flags.py b/ryu/flags.py
index 1275530..b09e4d8 100644
--- a/ryu/flags.py
+++ b/ryu/flags.py
@@ -17,7 +17,7 @@
 global flags
 """
 
-from openstack.common import cfg
+from oslo.config import cfg
 
 CONF = cfg.CONF
 
diff --git a/ryu/lib/ovs/bridge.py b/ryu/lib/ovs/bridge.py
index b68b50b..af3def1 100644
--- a/ryu/lib/ovs/bridge.py
+++ b/ryu/lib/ovs/bridge.py
@@ -19,7 +19,7 @@ slimmed down version of OVSBridge in quantum agent
 """
 
 import functools
-from openstack.common import cfg
+from oslo.config import cfg
 import logging
 
 import ryu.exception as ryu_exc
diff --git a/ryu/log.py b/ryu/log.py
index 0efaeff..7d673ca 100644
--- a/ryu/log.py
+++ b/ryu/log.py
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from openstack.common import cfg
+from oslo.config import cfg
 import inspect
 import logging
 import logging.handlers
-- 
1.7.12


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to