Merge "TrivialFix: Remove logging import unused"

This commit is contained in:
Jenkins
2016-08-30 12:02:39 +00:00
committed by Gerrit Code Review
-3
View File
@@ -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'