Remove unused logging import

Change-Id: I781ffe7fce168c191ef83d2cc7403f2543f64a84
This commit is contained in:
Anh Tran 2017-02-20 10:56:59 +07:00
parent 4555789bda
commit 70ec6d35ba
2 changed files with 0 additions and 5 deletions

View File

@ -14,7 +14,6 @@
# limitations under the License.
from oslo_config import cfg
from oslo_log import log as logging
import six
from sahara.plugins import provisioning as p
@ -24,8 +23,6 @@ from sahara.utils import xmlutils as x
CONF = cfg.CONF
CONF.import_opt("enable_data_locality", "sahara.topology.topology_helper")
LOG = logging.getLogger(__name__)
CORE_DEFAULT = x.load_hadoop_xml_defaults(
'plugins/vanilla/v2_7_1/resources/core-default.xml')

View File

@ -14,7 +14,6 @@
# limitations under the License.
from oslo_config import cfg
from oslo_log import log as logging
from sahara import conductor
from sahara import context
@ -36,7 +35,6 @@ from sahara.utils import cluster as cluster_utils
conductor = conductor.API
LOG = logging.getLogger(__name__)
CONF = cfg.CONF