Contrail ML2 mechanism driver info
This commit adds information about how to install ML2 Mechanism Driver for Contrail Change-Id: Id8d9f4706900ecfcd8ab8da4a70bccafa007557b Implements: blueprint gluon-contrail-integration
This commit is contained in:
parent
596a595a9e
commit
ada9471d3f
27
CONTRAIL.md
Normal file
27
CONTRAIL.md
Normal file
@ -0,0 +1,27 @@
|
||||
Installation
|
||||
============
|
||||
|
||||
Deploy Contrail Mechanism Driver
|
||||
--------------------------------
|
||||
Contrail Mechanism Driver code is available here: https://github.com/codilime/ContrailMechanismDriver.
|
||||
Please follow the instructions there to deploy Contrail Mechanism Driver.
|
||||
|
||||
Install Dependencies
|
||||
--------------------
|
||||
* https://github.com/Juniper/contrail-python-api
|
||||
```bash
|
||||
git clone https://github.com/Juniper/contrail-python-api
|
||||
cd contrail-python-api
|
||||
sudo python setup.py install
|
||||
```
|
||||
|
||||
Configure Contrail Mechanism Driver
|
||||
-----------------------------------
|
||||
* In file `/etc/neutron/plugins/ml2/ml2_conf.ini`
|
||||
* Make sure that in section *ml2* key *mechanism_drivers* have value **contrail_driver** in list
|
||||
* In file `/opt/stack/neutron/neutron.egg-info/entry_points.txt`
|
||||
* In section *neutron.ml2.mechanism_drivers* set key *contrail_driver* to **neutron.plugins.ml2.drivers.contrail_driver:ContrailMechanismDriver**
|
||||
|
||||
Running
|
||||
=======
|
||||
Neutron service need to be restarted
|
Loading…
Reference in New Issue
Block a user