From Fedora Project Wiki

Revision as of 12:47, 10 September 2012 by Gkotton (talk | contribs) (Created page with "{{QA/Test_Case |description= Deploy the Quantum virtual network service and configure Nova to use QuantumManager as its NetworkManager. Quantum includes several plugins. Th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

{{QA/Test_Case |description=

Deploy the Quantum virtual network service and configure Nova to use QuantumManager as its NetworkManager.

Quantum includes several plugins. The linuxbridge and openvswitch plugins are covered here.

|setup=

Install openstack-quantum:

$> sudo yum install --enablerepo=updates-testing openstack-quantum

Install the relevant plugin:

OpenvSwicth:

$> sudo yum install --enablerepo=updates-testing openstack-quantum-openvswitch

Linux Bridge:

$> sudo yum install --enablerepo=updates-testing openstack-quantum-linuxbridge

Configure quantum-server to use the selected plugin. Please note that this will create a database:

$> sudo quantum-server-setup

Enable and start the quantum-server:

$> sudo systemctl enable quantum-server.service
$> sudo systemctl start quantum-server.service

You are done setting up the Quantum service!