OpenStack Guide

9
Uninstalling the AFM Plug-in for OpenStack
The AFM Plug-in is located at the OpenStack Neutron plugins directory.
To uninstall the AFM Plug-in, restore the configuration files that you have changed and then remove the AFM plug-in
directory.
1. Run the following command to stop the Dell Neutron plugin.
root@dev1-openstack06:~# service quantum-server stop
2. Modify the following statement by removing the line "--config-file /etc/quantum/plugins/dell/
dell_quantum_plugins.ini \ from the quantum-server.conf file located in the /etc/init/ directory.
exec start-stop-daemon --start --chuid quantum --exec /usr/bin/quantum-server -- \
--config-file /etc/quantum/quantum.conf \
--log-file /var/log/quantum/server.log $CONF_ARG
3. Restore the /etc/quantum/quantum.conf file.
4. Remove the /etc/quantum/plugins/dell directory and all the files in it.
5. Restore the /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini file.
27