diff options
| author | Zhongyue Luo <lzyeval@gmail.com> | 2012-06-04 13:30:35 +0800 |
|---|---|---|
| committer | Zhongyue Luo <lzyeval@gmail.com> | 2012-06-04 13:49:02 +0800 |
| commit | 17723a6b6dc047e6341bcfcda29120580f352b46 (patch) | |
| tree | c48f1d19219968b9dc0a10836d23e6c580637a99 /openstack-common.conf | |
| parent | 4bfa203ac433da1537d8da963bd7554d36f2add7 (diff) | |
Keystone should use openstack.common.importutils
Implements blueprint use-common-importutils
Change-Id: I597f71dc72aa3b87a454c4a23ca1b5328e222f76
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 44eda773..4fc47f9a 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,iniparser,setup +modules=cfg,importutils,iniparser,setup # The base module to hold the copy of openstack.common base=keystone |
