]> review.fuel-infra Code Review - openstack-build/neutron-build.git/log
openstack-build/neutron-build.git
13 years agomerged salvatore's changes to local branch
Somik Behera [Fri, 13 May 2011 22:49:08 +0000 (15:49 -0700)]
merged salvatore's changes to local branch

13 years ago1) Added a bare-bones framework for quantum plugins.
Somik Behera [Fri, 13 May 2011 21:23:37 +0000 (14:23 -0700)]
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.

13 years agoFixing pep8 errors
Salvatore Orlando [Fri, 13 May 2011 11:54:18 +0000 (12:54 +0100)]
Fixing pep8 errors

13 years agoadding /bzrignore to precent checking in pyc files and that sort of stuff...
Somik Behera [Wed, 11 May 2011 21:41:02 +0000 (14:41 -0700)]
adding /bzrignore to precent checking in pyc files and that sort of stuff...

13 years agoPushing initial started code based on Glance project and infrstructure work done...
Somik Behera [Wed, 11 May 2011 21:29:35 +0000 (14:29 -0700)]
Pushing initial started code based on Glance project and infrstructure work done by the melange team.