Hi,<div>     I wanted to add a simple plug-in to quantum.</div><div><br></div><div>I did the following::</div><div><br></div><div>1)I created a new directory with the following path</div><div>/quantum/plugins/new_dir</div>
<div><br></div><div>2)Added a python script which prints the statement as a  debug statement when create network is clicked on the dashboard.Name of the file is ovs_quantum_plugin.py </div><div><br></div><div>3)In the /etc/quantum /quantum.conf file the following is replaced</div>
<div><div><br></div><div># Quantum plugin provider module</div><div><br></div><div>core_plugin = quantum.plugins.new_folder.ovs_quantum_plugin.OVSQuantumPluginV2</div></div><div><br></div><div>4)When I restart the quantum server :I see the following error</div>
<div><br></div><div><br></div><div><div>ERROR [quantum.common.config] Unable to load quantum from configuration file /etc/quantum/api-paste.ini.</div><div>Traceback (most recent call last):</div></div><div><br></div><div>
<div> File "/usr/lib/python2.7/dist-packages/quantum/openstack/common/importutils.py", line 30, in import_class</div><div>    __import__(mod_str)</div><div>ImportError: No module named vello.ovs_quantum_plugin</div>
</div><div><br></div><div><br></div><div><br></div><div>Can someone clearly explain the steps to add a plug in on to the quantum service.</div><div><br></div><div><br></div><div>Thanks,</div><div>Daisy</div>