White space after # in the tempest/services
Fixing a style issue related to comments in services.
Change-Id: I0fc019ce9fe6ddb8037cdc6187df6015c160a9d7
diff --git a/tempest/services/botoclients.py b/tempest/services/botoclients.py
index 32ec109..66fb7af 100644
--- a/tempest/services/botoclients.py
+++ b/tempest/services/botoclients.py
@@ -180,7 +180,7 @@
:return: Returns with the first available zone name
"""
for zone in self.get_all_zones():
- #NOTE(afazekas): zone.region_name was None
+ # NOTE(afazekas): zone.region_name was None
if (zone.state == "available" and
zone.region.name == self.connection_data["region"].name):
return zone.name