openbaton / generic-vnfm

Repository containing the source code of the generic VNFM
Apache License 2.0
20 stars 20 forks source link

Which the latest version of OpenStack that generic-vnfm support? #4

Closed chart2023 closed 8 years ago

chart2023 commented 8 years ago

I have used OpenStack Kilo and Liberty. First, I have tried generic-vnfm with OpenStack Kilo. Then, I have created instances successfully. But, I have tried generic-vnfm with OpenStack Liberty and the process failed. It cannot assign floating IP. Which is the latest version of OpenStack that generic-vnfm support? (Kilo or Liberty)

ogozman commented 8 years ago

Hello, the compatibility with openstack does not depend on vnfm in this case, it depends on openstack plugin. The latest stable openstack plugin supports kilo, there is, however, a plugin that works with liberty, you can download it here http://get.openbaton.org/plugins/1.0.2-liberty/ After this you will need to put jar file into NFVO/plugins/vim-drivers instead of the plugin that you have there(which i suppose is a main one that works with kilo). It is advised however to use openstack kilo for now.

chart2023 commented 8 years ago

Thank you very much. I will test and update the result as soon as possible