Remove unused code

There were a couple of files that import from oslo_log
but never actually used it, remove them.

Trivial-fix

Change-Id: Ia261d717645606e458b826664037895fa07e646a
This commit is contained in:
Brian Haley
2022-03-24 17:39:44 -04:00
parent 74d3765407
commit a3ee9e06c2
2 changed files with 0 additions and 7 deletions

View File

@@ -16,9 +16,6 @@ from neutron_lib.api import converters
from neutron_lib.api.definitions import provider_net as providernet
from neutron_lib import constants
from neutron_lib.db import constants as db_const
from oslo_log import log as logging
LOG = logging.getLogger(__name__)
# The name of the extension.
NAME = 'Neutron Network Segment Range'

View File

@@ -15,16 +15,12 @@
import uuid
import os_traits
from oslo_log import log as logging
from neutron_lib._i18n import _
from neutron_lib import constants as const
from neutron_lib.placement import constants as place_const
LOG = logging.getLogger(__name__)
def physnet_trait(physnet):
"""A Placement trait name to represent being connected to a physnet.