Removing old incompatible versions of roles_operations
Change-Id: I4ea33e5a708c0f6c7b0581b5928146a0b7a9792f
Signed-off-by: Eduardo Sousa <eduardo.sousa@canonical.com>
diff --git a/osm_nbi/auth.py b/osm_nbi/auth.py
index fcebad4..dda1d22 100644
--- a/osm_nbi/auth.py
+++ b/osm_nbi/auth.py
@@ -156,7 +156,7 @@
# Note: it is faster to rewrite the value than to check if it is already there or not
if self.config["authentication"]["backend"] == "internal":
return
-
+
operations = []
with open(self.resources_to_operations_file, "r") as stream:
resources_to_operations_yaml = yaml.load(stream)