Skip to content

Commit

Permalink
openstack: filter using metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
evawoodbridge committed Nov 27, 2024
1 parent 38fdf2c commit 73dc76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner_manager/backend/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def list(self) -> List[Runner]:
try:
servers: List[Server] = list(
self.client.compute.servers(
tags={
metadata={
"manager": str(self.manager),
"runner_group": str(self.runner_group),
}
Expand Down

0 comments on commit 73dc76b

Please sign in to comment.