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
@mbredel could you check the field version in nsr and vnfr schema. Currently is "^[0-9]+$" and for example the package descriptor version is "^[0-9-_.]+$"
It should allow versions like 0.1 0.2 1.0 right?
The text was updated successfully, but these errors were encountered:
@mbredel could you check the field version in nsr and vnfr schema. Currently is "^[0-9]+$" and for example the package descriptor version is "^[0-9-_.]+$"
It should allow versions like 0.1 0.2 1.0 right?
The text was updated successfully, but these errors were encountered: