Skip to content

Commit

Permalink
Human Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
VariableDeclared committed Mar 27, 2024
1 parent fa990fc commit ebf6f29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/storage_manifests.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def evaluate(self) -> Optional[str]:
return f"Storage manifests waiting for definition of {prop}"
return None


class UpdateControllerPlugin(Patch):
"""Update the controller args in Deployments."""

Expand All @@ -156,4 +157,4 @@ def __call__(self, obj):
if "feature-gates" in val.lower():
topology = str(self.manifests.config.get("topology")).lower()
container.args[i] = f"feature-gates=Topology={topology}"
log.info(f"Configuring cinder topology awareness=%s", topology)
log.info("Configuring cinder topology awareness=%s", topology)

0 comments on commit ebf6f29

Please sign in to comment.