How does Neutron's db schema get created in Icehouse?
I'm doing an Icehouse install on Ubuntu 14.04 and the below guide shows how to setup Neutron on the controller. http://docs.openstack.org/icehouse/install-guide/install/apt/content/neutron-ml2-controller-node.html (http://docs.openstack.org/icehouse/in...)
However, there is no 'neutron db_sync' ( that I'm aware of ) . My neutron db is created but it has no schema .
When/Where does the schema get installed ? Thanks,