summaryrefslogtreecommitdiffstats
path: root/openstack/common/plugin/callbackplugin.py
Commit message (Collapse)AuthorAgeFilesLines
* pep8 cleanup in the plugin codeAndrew Bogott2012-07-081-1/+1
| | | | | | | | | The nova hacking test turned up one alphabetization error that I missed previously. Also, our path-altering process caused one line to exceed 80 characters when copied into nova; that line is shorter now. Change-Id: Ia3acfc25ecc5ba388526766dae3ed03792e906e3
* Add common plugin framework.Andrew Bogott2012-07-081-0/+93
For blueprint novaplugins. It turns out that most of the plugin framework applies equally well to other projects, so it's going into Nova via common so that other projects can pull it in with a minimum of fuss. Change-Id: Ia4455a8ca0b8c1c3e4b0b9647e8cacaf0a47c914