wait up to 30s for ip address

This commit is contained in:
Aiden McClelland
2024-03-11 16:10:59 -06:00
parent 4a285225db
commit 1308b5bcf3
3 changed files with 26 additions and 15 deletions

View File

@@ -180,7 +180,7 @@ impl PersistentContainer {
}
let net_service = ctx
.net_controller
.create_service(s9pk.as_manifest().id.clone(), lxc_container.ip())
.create_service(s9pk.as_manifest().id.clone(), lxc_container.ip().await?)
.await?;
Ok(Self {
s9pk,