d30be04909
Fixes bug 1036054. 'status' have four values 'ACTIVE/DOWN/ERROR/BUILD' in v2 spec. However, some plugins still using 'UP/DOWN' from v1. In order to consistent the use of 'status' value. A common constant file was created and modified all plugins to use the same constant value. Change-Id: I865dffbe031d9a3e76e52e334db3050a3ef11ed0 |
||
---|---|---|
.. | ||
api_client | ||
common | ||
tests | ||
__init__.py | ||
nvp_plugin_version.py | ||
NvpApiClient.py | ||
nvplib.py | ||
QuantumPlugin.py | ||
README | ||
run_tests.py |
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