diff options
| author | Andrew Bogott <abogott@wikimedia.org> | 2012-07-01 16:37:14 -0500 |
|---|---|---|
| committer | Andrew Bogott <abogott@wikimedia.org> | 2012-07-15 16:25:26 -0500 |
| commit | a30ed72967eddf16718af717978acd80ebef2006 (patch) | |
| tree | e1bb817d7827d16a2de48e31236adf76e5e0724c /openstack-common.conf | |
| parent | 500ee77121512fd40f5c2afb885fdc45fbf4b57f (diff) | |
| download | nova-a30ed72967eddf16718af717978acd80ebef2006.tar.gz nova-a30ed72967eddf16718af717978acd80ebef2006.tar.xz nova-a30ed72967eddf16718af717978acd80ebef2006.zip | |
Add the plugin framework from common; use and test.
For blueprint novaplugins.
Change-Id: Id4a5ae3ebb91f941956e2f73ecfd9ea1d290a235
Diffstat (limited to 'openstack-common.conf')
| -rw-r--r-- | openstack-common.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack-common.conf b/openstack-common.conf index 25f0a1d08..7014ff9f4 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,7 +1,7 @@ [DEFAULT] # The list of modules to copy from openstack-common -modules=cfg,context,excutils,gettextutils,importutils,iniparser,jsonutils,local,log,notifier,policy,setup,timeutils,rpc +modules=cfg,context,excutils,gettextutils,importutils,iniparser,jsonutils,local,log,notifier,plugin,policy,setup,timeutils,rpc # The base module to hold the copy of openstack.common base=nova |
