Merge "Remove unused imports."
diff --git a/stress/test_floating_ips.py b/stress/test_floating_ips.py
index fcc5904..f23dca2 100755
--- a/stress/test_floating_ips.py
+++ b/stress/test_floating_ips.py
@@ -12,7 +12,6 @@
 #    See the License for the specific language governing permissions and
 #    limitations under the License.
 
-import logging
 import random
 import telnetlib
 import time
diff --git a/tempest/tests/boto/test_s3_ec2_images.py b/tempest/tests/boto/test_s3_ec2_images.py
index 4990be6..f8f5027 100644
--- a/tempest/tests/boto/test_s3_ec2_images.py
+++ b/tempest/tests/boto/test_s3_ec2_images.py
@@ -16,7 +16,6 @@
 #    under the License.
 
 from contextlib import closing
-import logging
 import os
 
 from boto.s3.key import Key