October 2015
Intermediate to advanced
282 pages
5h 40m
English
The first step in the journey to write an ML2 mechanism driver is to create a basic driver class. This will also help us understand the code structure.
As mentioned earlier, we will use DevStack in order to write and test our plugin. So, ensure that the DevStack environment is up and running successfully.
/opt/stack/neutron/neutron/plugins/ml2/drivers.ch10_ml2_mech_driver.py file will be our main mechanism driver file, as follows:
CookbookMechanismDriver ...Read now
Unlock full access