7ce95b59ea
Some syntax errors slipped in with a previous pep8 cleanup to this file. These errors currently prevent distro packages from installing. Fixes bug 1023066. Update: * Proper pep8 indentation. * Wrap in paranthesis instead. Change-Id: I257fbc7f0d8287ac648f2ad23caa7536388486d3
nvp-plugin ----------------------------------------------------------------------------- Overview and pre-requisites This is a Quantum plugin that can talk to a set of NVP controllers and implements the core Quantum L2 api. In order to use it you must have Nicira NVP running and configured. You must also have Quantum installed and configured. Installation and Configuration Edit nvp.ini to match your controller configuration and then modify your Quantum plugins.ini provider path: provider = quantum.plugins.nicira.nicira_nvp_plugin.QuantumPlugin.NvpPlugin Testing Edit etc/quantum/plugins/nicira/nvp.ini to match your nvp configuration (nvp must be up and running). Then: $ cd quantum/plugins/nicira $ PYTHONPATH=../../../:. nosetests -v