A few fixes
* CLI properly formats the IP addresses in runner show * LXD provider now waits for an IP address before returning on Create * Added a few mocks for testing Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
afb1d31394
commit
5566cde77f
46 changed files with 8829 additions and 6 deletions
|
|
@ -218,7 +218,7 @@ func formatSingleInstance(instance params.Instance) {
|
|||
|
||||
if len(instance.Addresses) > 0 {
|
||||
for _, addr := range instance.Addresses {
|
||||
t.AppendRow(table.Row{"Addresses", addr}, table.RowConfig{AutoMerge: true})
|
||||
t.AppendRow(table.Row{"Addresses", addr.Address}, table.RowConfig{AutoMerge: true})
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue