zones: scan for Machine details after they've all been added
Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
@@ -24,3 +24,7 @@ func (m *Machine) updatePublicAddresses() error {
|
||||
m.PublicAddresses = addrs
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *Machine) scan() error {
|
||||
return m.updatePublicAddresses()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user