neutron/quantum
Somik Behera 9a82d8a9e3 1) Added a bare-bones framework for quantum plugins.
2) Created demo quantum plugin that conforms to QuantumPluginBase
    Abstract class specification.
3) Demonstrated plugin registration and invocation using the demo
    plugin called "QuantumEchoPlugin"
4) Created the initial file structure for a quantum CLI
5) Seeded the utils module that will contain frequently used Quantum utilities.
6) Modified the manager module to initialize and register the quantum plugin
    defined in a configuration file. I have hard-coded the path to plugin for now
    but this will move to a quantum.conf file.

TODO:

1) Finish up the Quantum CLI
2) Write Quantum unit tests that can be run against any plug-in for certification.
3) Create a working quantum plugin.
2011-05-13 14:23:37 -07:00
..
common Pushing initial started code based on Glance project and infrstructure work done by the melange team. 2011-05-11 14:29:35 -07:00
plugins 1) Added a bare-bones framework for quantum plugins. 2011-05-13 14:23:37 -07:00
__init__.py Pushing initial started code based on Glance project and infrstructure work done by the melange team. 2011-05-11 14:29:35 -07:00
manager.py 1) Added a bare-bones framework for quantum plugins. 2011-05-13 14:23:37 -07:00
quantumCLI.py 1) Added a bare-bones framework for quantum plugins. 2011-05-13 14:23:37 -07:00
quantum_plugin_base.py 1) Added a bare-bones framework for quantum plugins. 2011-05-13 14:23:37 -07:00
service.py Pushing initial started code based on Glance project and infrstructure work done by the melange team. 2011-05-11 14:29:35 -07:00
utils.py 1) Added a bare-bones framework for quantum plugins. 2011-05-13 14:23:37 -07:00