A set of Neutron drivers for the VMware NSX.
Go to file
Bob Kukura c098aa43ba Cleanup the source distribution.
Missing text files such as LICENSE and various READMEs are now
included in the tarball source distribution. The Makefile and shell
script for installing the openvswitch agent on xen are also now
included. The openvswitch and linuxbridge agents are included, and
executable wrapper scripts for the agents are provided. The cisco and
linuxbridge nova drivers are now setup to be run from the quantum
namespace rather than copied to nova. Finally, the setup_*.py scripts
have been removed from the project. Fixes bug 925074.

Test by running "python setup.py sdist" and examining the generated
tarball.

Change-Id: I33d336a5eb13678e6d527b575958393b337b6f3d
Signed-off-by: Bob Kukura <rkukura@redhat.com>
2012-02-17 17:55:00 -05:00
bin Cleanup the source distribution. 2012-02-17 17:55:00 -05:00
doc Merge from launchpad quantum/diablo branch: 2011-09-23 20:17:44 -07:00
etc blueprint quantum-linux-bridge-plugin 2012-02-08 13:32:55 -08:00
quantum Cleanup the source distribution. 2012-02-17 17:55:00 -05:00
tools Bug 925372: remove deprecated webob attributes 2012-02-02 10:56:56 +00:00
.bzrignore bp/api-filters 2012-01-25 08:51:51 +00:00
.gitignore Split out quantum.client and quantum.common. 2012-01-24 18:49:31 -08:00
.gitreview Add .gitreview config file for gerrit. 2011-10-24 15:06:42 -04:00
.pylintrc Bug #890028 2011-12-14 00:33:37 +00:00
LICENSE Adding Apache Version 2.0 license file. This is the official license agreement under which Quantum code is available to 2011-08-08 12:31:04 -07:00
MANIFEST.in Cleanup the source distribution. 2012-02-17 17:55:00 -05:00
README blueprint refactor-readme-to-manual 2011-12-14 01:53:55 -08:00
run_tests.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
run_tests.sh Getting ready for the client split. 2012-01-19 11:43:18 +11:00
setup.cfg Split out quantum.client and quantum.common. 2012-01-24 18:49:31 -08:00
setup.py Cleanup the source distribution. 2012-02-17 17:55:00 -05:00
TESTING Add TESTING document: description and polices for quantum tests 2011-07-18 13:44:48 -07:00
tox.ini Make tox config work. 2012-01-25 01:23:12 -08:00

# -- Welcome!

  You have come across a cloud computing network fabric controller.  It has
  identified itself as "Quantum."  It aims to tame your (cloud) networking!

# -- External Resources:

 The homepage for Quantum is: http://launchpad.net/quantum .  Use this
 site for downloading the latest code, asking for help, and filing bugs.

 The latest and most in-depth documentation on how to use Quantum is
 available at: http://docs.openstack.org .  This includes:

 Quantum Administrator Guide
 http://docs.openstack.org/incubation/openstack-network/admin/content/

 Quantum API Reference:
 http://docs.openstack.org/incubation/openstack-network/developer/quantum-api-1.0/content/

 The start of some developer documentation is available at:
 http://wiki.openstack.org/QuantumDevelopment

 For help using or hacking on Quantum, you can send mail to
 netstack@lists.launchpad.net .