install lbaas fwaas vpnaas on production neutron
Hello,
I'm trying to add neutron services (lbaas, fwaas adn vpnaas) to our production neutron service (ofcourse first in a testing enviroment). When i try to install these services on a empty stack install all works fine. We are running havanna. But if i add these services after there is already some data in neutron stuff does not work. neutron-db-manage does not seem to add the nessesary tables to the neutron db.
Is this behaviour suppost to be like this? Or are we doing something work?
Here is the guide I used to setup those on test environment: https://gist.github.com/cloudnull/885...
Yes i've followed all the guidelines but still no solution. The neutron-server service fails when the lbaas plugin is enables (cannot find neutron.pools mysql table). If i leave out lbaas, neutron-server starts but still some mysql tables are not created.