sonata-nfv / son-catalogue

SONATA's SDK Catalogue
http://www.sonata-nfv.eu
Apache License 2.0
1 stars 2 forks source link

Rework on PUT operation (update service) #25

Closed dang03 closed 8 years ago

dang03 commented 8 years ago

Feature for update services on Catalogues (NSD / VNFD) is implemented, but it currently allows to have multiple Descriptors objects with different ID but same Name, Group or Version.

dang03 commented 8 years ago

Now Descriptors UPDATE method doesn't allow duplicated Name, Group or Version descriptors with different IDs. Current logics for UPDATE method creates a new descriptor object in the database with updated attributes and a new ID, instead of replacing older version.