components/openstack/cinder/files/solaris/solarisiscsi.py
branchs11u3-sru
changeset 6035 c9748fcc32de
parent 5317 fa561e436e88
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
     1 # vim: tabstop=4 shiftwidth=4 softtabstop=4
     1 # vim: tabstop=4 shiftwidth=4 softtabstop=4
     2 
     2 
     3 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     3 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     4 #
     4 #
     5 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
     5 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
     6 #    not use this file except in compliance with the License. You may obtain
     6 #    not use this file except in compliance with the License. You may obtain
     7 #    a copy of the License at
     7 #    a copy of the License at
     8 #
     8 #
    18 
    18 
    19 import os
    19 import os
    20 import platform
    20 import platform
    21 import time
    21 import time
    22 
    22 
       
    23 from oslo_concurrency import processutils as putils
       
    24 from oslo_log import log as logging
       
    25 
    23 from cinder.brick import exception
    26 from cinder.brick import exception
    24 from cinder.openstack.common.gettextutils import _
    27 from cinder.openstack.common.gettextutils import _
    25 from cinder.openstack.common import log as logging
       
    26 from cinder.openstack.common import processutils as putils
       
    27 
    28 
    28 LOG = logging.getLogger(__name__)
    29 LOG = logging.getLogger(__name__)
    29 
    30 
    30 
    31 
    31 class SolarisiSCSI(object):
    32 class SolarisiSCSI(object):