Fix some pep8 warnings

Fix some pep8 warnings found running under python3.5.

Also removed some ignore directives that were carried
over from the neutron tree, and exclude some additional
directories.

Trivialfix

Change-Id: I96f53d3d142352f0d2c7cc641391019b476b0724
diff --git a/neutron_tempest_plugin/api/test_qos.py b/neutron_tempest_plugin/api/test_qos.py
index ba7aad8..d31eab8 100644
--- a/neutron_tempest_plugin/api/test_qos.py
+++ b/neutron_tempest_plugin/api/test_qos.py
@@ -585,7 +585,7 @@
 
 
 class QosBandwidthLimitRuleWithDirectionTestJSON(
-    QosBandwidthLimitRuleTestJSON):
+        QosBandwidthLimitRuleTestJSON):
 
     required_extensions = (
         QosBandwidthLimitRuleTestJSON.required_extensions +