merged remote README changes
This commit is contained in:
commit
17a94bdfad
21
README
21
README
@ -17,6 +17,26 @@
|
|||||||
b) Allows Quantum users to not be tied down to a single Quantum implementation and
|
b) Allows Quantum users to not be tied down to a single Quantum implementation and
|
||||||
enables them to switch out a plug-in by simple editing a config file - plugins.ini
|
enables them to switch out a plug-in by simple editing a config file - plugins.ini
|
||||||
|
|
||||||
|
# -- Dependencies
|
||||||
|
|
||||||
|
The following python packages are required to run quantum. These can be installed using pip:
|
||||||
|
|
||||||
|
eventlet>=0.9.12
|
||||||
|
nose
|
||||||
|
Paste
|
||||||
|
PasteDeploy
|
||||||
|
pep8==0.5.0
|
||||||
|
python-gflags
|
||||||
|
routes
|
||||||
|
simplejson
|
||||||
|
webob
|
||||||
|
webtest
|
||||||
|
|
||||||
|
1) Install easy_install (there is probably a distribution specific package for this)
|
||||||
|
2) Install pip:
|
||||||
|
$ easy_install pip==dev
|
||||||
|
3) Install packages with pip:
|
||||||
|
$ pip install <package name>
|
||||||
|
|
||||||
# -- Configuring Quantum plug-in
|
# -- Configuring Quantum plug-in
|
||||||
|
|
||||||
@ -77,3 +97,4 @@ There are a few requirements to writing your own plugin:
|
|||||||
4) Launch the Quantum Service, and your plug-in is configured and ready to manage
|
4) Launch the Quantum Service, and your plug-in is configured and ready to manage
|
||||||
a Cloud Networking Fabric.
|
a Cloud Networking Fabric.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user