OpenStack Networking (Neutron)
Go to file
Somik Behera c7e632d3f9 1) Created a DummDataPlugin in SamplePlugin module.
- DummyDataPlugin is a sligh improvment over QuantumEchoPlugin in that 
           the plugin returns hard-coded data structures.

2) Created a CLI that enabled quantum plugin writers to test their plug-in implementation.

		- Currently I am using DummyDataPlugin to test and run the CLI
           but if anybody has another better Quantum plug-in, please modify
           manager.py to use your plug-in and drive the plug-in using the CLI.
        - Running the CLI against wider variety of plug-ins will help the CLI
           evolve and improve. Please free to send patches.

3) TODO: list

	- Finalize the plug-in data model
    - Finalize the exception and make the plug-in throw exceptions
	- Write unit tests for plug-in qualification and CLI testing.
2011-05-15 13:31:23 -07:00
bin Pushing initial started code based on Glance project and infrstructure work done by the melange team. 2011-05-11 14:29:35 -07:00
etc Pushing initial started code based on Glance project and infrstructure work done by the melange team. 2011-05-11 14:29:35 -07:00
quantum 1) Created a DummDataPlugin in SamplePlugin module. 2011-05-15 13:31:23 -07:00
.bzrignore adding /bzrignore to precent checking in pyc files and that sort of stuff... 2011-05-11 14:41:02 -07:00
.pydevproject Pushing initial started code based on Glance project and infrstructure work done by the melange team. 2011-05-11 14:29:35 -07:00