Remove logging import unused
removes logging import unused
Change-Id: I5c1f23dcb32e89fcbd25f74dcde8e99ad337737b
Cady_Chen
9 years ago
| 13 | 13 | # License for the specific language governing permissions and limitations |
| 14 | 14 | # under the License. |
| 15 | 15 | |
| 16 | from oslo_log import log as logging | |
| 17 | 16 | from tempest.api.volume import base |
| 18 | 17 | from tempest.common import waiters |
| 19 | 18 | from tempest import config |
| 23 | 22 | from cinder.tests.tempest import cinder_clients |
| 24 | 23 | |
| 25 | 24 | CONF = config.CONF |
| 26 | LOG = logging.getLogger(__name__) | |
| 27 | 25 | |
| 28 | 26 | |
| 29 | 27 | class ConsistencyGroupsV2Test(base.BaseVolumeAdminTest): |