October 2015
Intermediate to advanced
282 pages
5h 40m
English
Once the driver code is added, the next step is to register the driver with Neutron. In this recipe, we will see how to register the new mechanism driver with Neutron. We will also check whether our mechanism driver has been loaded and initialized successfully as we restart the Neutron server.
The previous recipe is the prerequisite for this recipe. The basic ML2 driver code is required to be placed at the location mentioned in the previous recipe.
/etc/neutron/plugins/ml2/ml2_conf.ini configuration file using your desired editor. For example, the command for the vi editor will be as follows: ...Read now
Unlock full access