"""
iSCSI Cinder Volume driver for Hitachi Unified Storage (HUS-HNAS) platform.
"""
-
+ import os
from xml.etree import ElementTree as ETree
-from oslo.utils import excutils
-from oslo.utils import units
from oslo_config import cfg
+from oslo_utils import excutils
+from oslo_utils import units
from cinder import exception
- from cinder.i18n import _LE, _LI
+ from cinder.i18n import _LE, _LI, _LW
from cinder.openstack.common import log as logging
from cinder.volume import driver
from cinder.volume.drivers.hds.hnas_backend import HnasBackend