Codebase list cinder-tempest-plugin / 0d2835b
Remove logging import unused removes logging import unused Change-Id: I5c1f23dcb32e89fcbd25f74dcde8e99ad337737b Cady_Chen 9 years ago
1 changed file(s) with 0 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1313 # License for the specific language governing permissions and limitations
1414 # under the License.
1515
16 from oslo_log import log as logging
1716 from tempest.api.volume import base
1817 from tempest.common import waiters
1918 from tempest import config
2322 from cinder.tests.tempest import cinder_clients
2423
2524 CONF = config.CONF
26 LOG = logging.getLogger(__name__)
2725
2826
2927 class ConsistencyGroupsV2Test(base.BaseVolumeAdminTest):