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 time
|
||||||
import types # noqa
|
import types # noqa
|
||||||
|
|
||||||
from openstack.cloud import _normalize
|
|
||||||
from openstack.cloud import _utils
|
from openstack.cloud import _utils
|
||||||
from openstack.cloud import exc
|
from openstack.cloud import exc
|
||||||
from openstack import exceptions
|
from openstack import exceptions
|
||||||
|
|
||||||
|
|
||||||
class NetworkCloudMixin(_normalize.Normalizer):
|
class NetworkCloudMixin:
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self._ports = None
|
self._ports = None
|
||||||
|
@ -16,11 +16,10 @@
|
|||||||
import threading
|
import threading
|
||||||
import types # noqa
|
import types # noqa
|
||||||
|
|
||||||
from openstack.cloud import _normalize
|
|
||||||
from openstack.cloud import exc
|
from openstack.cloud import exc
|
||||||
|
|
||||||
|
|
||||||
class NetworkCommonCloudMixin(_normalize.Normalizer):
|
class NetworkCommonCloudMixin:
|
||||||
"""Shared networking functions used by FloatingIP, Network, Compute classes
|
"""Shared networking functions used by FloatingIP, Network, Compute classes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user