whoops: point the machines file back from the address to the hostname
Graham Christensen committed
Jun 3, 2022 at 11:04 UTC
8e8668be80e6d3b6f5f602770dca42e6c6f33d50
1 file changed
+1
-1
hydra-packet-importer/import.py
+1
-1
@@ -165,7 +165,7 @@ def main(config: Dict[str, Any]) -> None:
165
[
166
"{user}@{host}".format(
167
user=builder_info["metadata"].get("user", "root"),
168
- host=builder["hostname"],
168
+ host=builder["address"],
169
),
170
",".join(builder_info["metadata"]["system_types"]),
171
str(config["ssh_key"]),