sonata-nfv / son-catalogue

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

Problem listing all VNFs #49

Closed lconceicao closed 8 years ago

lconceicao commented 8 years ago

I noticed that making a request to obtain a list of all VNFs (GET /vnfs) only returns the first two VNFs of the catalogue database. Can you confirm this issue?

dang03 commented 8 years ago

I'll be checking this.

dang03 commented 8 years ago

NSs and VNFs list-all methods have a return limit due to pagination. Somehow, VNFs limit was set to 2. Now both limits are incremented to 50. This limit could be increased or even removed. Now the issue should be fixed.

lconceicao commented 8 years ago

Ok, great. I just found odd returning only two VNFs when I had only three in the catalogue. Glad it is a configuration parameter, rather than a bug. Thank you.