bandwidth_units definition is missing in nsd-schema.yml and the validation is failing when bandwidth QoS contraints are added in the NS descriptor. In vnfd-schema is properly defined:
bandwidth_units:
enum:
"bps" # Bit per second
"kbps" # Kilobit per second
"Mbps" # Megabit per second
"Gbps" # Gigabit per second
"Tbps" # Terabit per second
I will create a PR to add this missing definition.
bandwidth_units definition is missing in nsd-schema.yml and the validation is failing when bandwidth QoS contraints are added in the NS descriptor. In vnfd-schema is properly defined: bandwidth_units: enum:
I will create a PR to add this missing definition.