Merge "Get rid of normalization in network CL" into feature/r1
This commit is contained in:
commit
b5dd992751
@ -17,13 +17,12 @@ import threading
|
||||
import time
|
||||
import types # noqa
|
||||
|
||||
from openstack.cloud import _normalize
|
||||
from openstack.cloud import _utils
|
||||
from openstack.cloud import exc
|
||||
from openstack import exceptions
|
||||
|
||||
|
||||
class NetworkCloudMixin(_normalize.Normalizer):
|
||||
class NetworkCloudMixin:
|
||||
|
||||
def __init__(self):
|
||||
self._ports = None
|
||||
|
@ -16,11 +16,10 @@
|
||||
import threading
|
||||
import types # noqa
|
||||
|
||||
from openstack.cloud import _normalize
|
||||
from openstack.cloud import exc
|
||||
|
||||
|
||||
class NetworkCommonCloudMixin(_normalize.Normalizer):
|
||||
class NetworkCommonCloudMixin:
|
||||
"""Shared networking functions used by FloatingIP, Network, Compute classes
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user