Zhongyue Luo 71a9176586 Quantum should use openstack.common.jsonutils
Implements blueprint use-common-jsonutils

1. Edit openstack-common.conf and import quantum/openstack/common/jsonutils.py
2. Remove json package imports and replace with jsonutils
3. Remove json related functions in common/utils.py

Change-Id: Id5abc49175899fa4d83e613f852aaaac539ecfcb
2012-06-07 12:24:21 +08:00
..
2012-02-22 14:40:51 -08:00
2012-06-01 10:50:36 -05:00
2012-06-01 10:50:36 -05:00
2012-02-22 14:40:51 -08:00

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