This reverts commit 153947fd7b.
This commit is contained in:
parent
153947fd7b
commit
600847a2ea
16 changed files with 113 additions and 1257 deletions
|
|
@ -563,7 +563,7 @@ func mapFields(ctx context.Context, serverResp *iaas.Server, model *Model) error
|
|||
} else if serverResp.Id != nil {
|
||||
serverId = *serverResp.Id
|
||||
} else {
|
||||
return fmt.Errorf("server id not present")
|
||||
return fmt.Errorf("Server id not present")
|
||||
}
|
||||
|
||||
idParts := []string{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue