Procedure 7.7. To use the PLUMgrid plug-in with OpenStack Networking
Edit
/etc/neutron/neutron.conf
and set:core_plugin = neutron.plugins.plumgrid.plumgrid_plugin.plumgrid_plugin.NeutronPluginPLUMgridV2
Edit
/etc/neutron/plugins/plumgrid/plumgrid.ini
under the[PLUMgridDirector]
section, and specify the IP address, port, admin user name, and password of the PLUMgrid Director:[PLUMgridDirector] director_server = "PLUMgrid-director-ip-address" director_server_port = "PLUMgrid-director-port" username = "PLUMgrid-director-admin-username" password = "PLUMgrid-director-admin-password"
For database configuration, see Install Networking Services in the Installation Guide.
Restart
neutron-server
to apply the new settings:# service neutron-server restart