Verify operation of the Ansible Networking ML2 Driver service.
Note
Perform these commands on the controller node.
Grep the neutron logs for ansible and confirm the driver has been registered and configured. root access CLI commands:
$ grep ansible /var/log/neutron/server.log
INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ansible']
INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ansible']
INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ansible']
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.