We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a863c41 commit 785a381Copy full SHA for 785a381
fence/agents/compute/fence_compute.py
@@ -103,7 +103,7 @@ def _get_evacuable_images():
103
104
def _host_evacuate(options):
105
result = True
106
- servers = nova.servers.list(search_opts={'host': options["--plug"]})
+ servers = nova.servers.list(search_opts={'host': options["--plug"], 'all_tenants': 1 })
107
if options["--instance-filtering"] == "False":
108
evacuables = servers
109
else:
0 commit comments