Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Community Note
Description
Fixes #586. Introduces the following changes:
ula_prefix
in ARreservation_first_ip6
toopennebula_virtual_network
to allow to create Network reservations on IP6.Also add another fix which is not mentioned in the Issue but can not be introduced separately as its side effect makes tests fail:
Address Range has leases in use
. This can happen for example when a NIC is deleted and the AR deleted immediatly after. The NIC may be deleted in the ON API but the associated IP lease may take a further few seconds to actually be removed from the AR.New or Affected Resource(s)
opennebula_virtual_network_address_range
opennebula_virtual_router_nic
opennebula_virtual_network
Checklist
References
go fmt
)