Atom feed of this document
 

 Install quantum-server and plugin

Install quantum-server and plugin. Note the client is installed as a dependency for the Quantum service.

sudo yum install -y openstack-quantum
sudo yum install -y openstack-quantum-openvswitch

Most plugins require a database to be installed and configured in a plugin configuration file.  The Fedora packaging for Quantum a server setup utility scripts that will take care of this. For example:

sudo quantum-server-setup --plugin openvswitch 

Enable and start the service:

sudo systemctl enable quantum-server.service
sudo systemctl start quantum-server.service
[Note]Note

Different plugins can use different database schemas, so when switching a plugin, you must always drop the quantum database and start fresh.



loading table of contents...