Merge "Remove nova.flags imports from scheduler code"
This commit is contained in:
@@ -18,15 +18,9 @@
|
|||||||
Manage hosts in the current zone.
|
Manage hosts in the current zone.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from nova import flags
|
|
||||||
from nova.openstack.common import log as logging
|
|
||||||
from nova.scheduler import host_manager
|
from nova.scheduler import host_manager
|
||||||
|
|
||||||
|
|
||||||
FLAGS = flags.FLAGS
|
|
||||||
LOG = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
class BaremetalNodeState(host_manager.HostState):
|
class BaremetalNodeState(host_manager.HostState):
|
||||||
"""Mutable and immutable information tracked for a host.
|
"""Mutable and immutable information tracked for a host.
|
||||||
This is an attempt to remove the ad-hoc data structures
|
This is an attempt to remove the ad-hoc data structures
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ import random
|
|||||||
|
|
||||||
from nova import config
|
from nova import config
|
||||||
from nova import exception
|
from nova import exception
|
||||||
from nova import flags
|
|
||||||
from nova.scheduler import driver
|
from nova.scheduler import driver
|
||||||
|
|
||||||
CONF = config.CONF
|
CONF = config.CONF
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ from nova.compute import vm_states
|
|||||||
from nova import config
|
from nova import config
|
||||||
from nova import db
|
from nova import db
|
||||||
from nova import exception
|
from nova import exception
|
||||||
from nova import flags
|
|
||||||
from nova import notifications
|
from nova import notifications
|
||||||
from nova.openstack.common import cfg
|
from nova.openstack.common import cfg
|
||||||
from nova.openstack.common import importutils
|
from nova.openstack.common import importutils
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ from nova import config
|
|||||||
import nova.context
|
import nova.context
|
||||||
from nova import db
|
from nova import db
|
||||||
from nova import exception
|
from nova import exception
|
||||||
from nova import flags
|
|
||||||
from nova import manager
|
from nova import manager
|
||||||
from nova import notifications
|
from nova import notifications
|
||||||
from nova.openstack.common import cfg
|
from nova.openstack.common import cfg
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ https://bugs.launchpad.net/nova/+bug/1009681
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
from nova import config
|
from nova import config
|
||||||
from nova import flags
|
|
||||||
from nova.openstack.common import cfg
|
from nova.openstack.common import cfg
|
||||||
from nova.openstack.common import importutils
|
from nova.openstack.common import importutils
|
||||||
from nova.scheduler import driver
|
from nova.scheduler import driver
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ Client side of the scheduler manager RPC API.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
from nova import config
|
from nova import config
|
||||||
from nova import flags
|
|
||||||
from nova.openstack.common import jsonutils
|
from nova.openstack.common import jsonutils
|
||||||
import nova.openstack.common.rpc.proxy
|
import nova.openstack.common.rpc.proxy
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ import json
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
from nova import config
|
from nova import config
|
||||||
from nova import flags
|
|
||||||
from nova.openstack.common import cfg
|
from nova.openstack.common import cfg
|
||||||
from nova.openstack.common import log as logging
|
from nova.openstack.common import log as logging
|
||||||
from nova.openstack.common import timeutils
|
from nova.openstack.common import timeutils
|
||||||
|
|||||||
Reference in New Issue
Block a user