You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under certain circumstances, when they are non-responsive cells, nova
may return a partial result instead of an error.
(this is controlled by list_records_by_skipping_down_cells parameter
that is true by default - no error will be thrown)
When it faces this issue, capo controller will try to create a new
server for the machine, resulting in deleting ports of existing one.
In order ovoid this issue, use GET instead of LIST with server uuid stored
in machine spec when it is created, and store server ID in machine spec
immediately
0 commit comments