use qos DriverBase from neutron-lib
neutron-lib contains the QoS DriverBase class and neutron is moving to it in Ic8027b73f82d691bd3c465061a4c8d8301288b07. This patch updates reference of such to also use neutron-lib. Change-Id: I05d2432540882b77ff128ddd52d365559ff4fa24
This commit is contained in:
parent
1785298177
commit
32eefcfc60
@ -14,10 +14,10 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from neutron_lib.services.qos import base
|
||||
from oslo_log import log as logging
|
||||
|
||||
from neutron.common import constants as n_consts
|
||||
from neutron.services.qos.drivers import base
|
||||
from neutron.services.qos import qos_consts
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
@ -14,10 +14,10 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from neutron_lib.services.qos import base
|
||||
from oslo_log import log as logging
|
||||
|
||||
from neutron.common import constants as n_consts
|
||||
from neutron.services.qos.drivers import base
|
||||
from neutron.services.qos import qos_consts
|
||||
|
||||
from vmware_nsx.services.qos.nsx_v3 import utils as qos_utils
|
||||
|
Loading…
x
Reference in New Issue
Block a user