diff --git a/nova/network/__init__.py b/nova/network/__init__.py index 3ce9a4f499..73835e2a9f 100644 --- a/nova/network/__init__.py +++ b/nova/network/__init__.py @@ -14,13 +14,10 @@ # License for the specific language governing permissions and limitations # under the License. -from oslo_log import log as logging from oslo_utils import importutils import nova.conf -LOG = logging.getLogger(__name__) - NOVA_NET_API = 'nova.network.api.API' NEUTRON_NET_API = 'nova.network.neutronv2.api.API'