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
Then this module just adds the list of clusters to the network after creation, without clearing the default first. Compounding this, it seems that this resource doesn't update the list of clusters after updating either, so the list is never checked.
The text was updated successfully, but these errors were encountered:
When setting one or more specific cluster ids without the default cluster in the list (typically 0), the default cluster gets implicitly added.
Given the example:
This will result in:
The sunstone frontend also shows that this default cluster was added implicitly
I believe this is caused by the upstream virtual network controller in the api adding the default cluster automatically if none is specified:
https://github.com/OpenNebula/one/blob/master/src/oca/go/src/goca/virtualnetwork.go#L122-L130
Then this module just adds the list of clusters to the network after creation, without clearing the default first. Compounding this, it seems that this resource doesn't update the list of clusters after updating either, so the list is never checked.
The text was updated successfully, but these errors were encountered: