diff options
| author | Russell Bryant <rbryant@redhat.com> | 2012-07-02 11:30:10 -0400 |
|---|---|---|
| committer | Russell Bryant <rbryant@redhat.com> | 2012-07-02 11:30:10 -0400 |
| commit | 7c3999d6ed710a45f4f76ca7f5ff2acd46e0771e (patch) | |
| tree | 742f02ee4d11bb719d5001be2e47c239fe01a6d8 /openstack-common.conf | |
| parent | c2853c48166cb8d0f1d7b4307c96bba27345419c (diff) | |
| download | nova-7c3999d6ed710a45f4f76ca7f5ff2acd46e0771e.tar.gz nova-7c3999d6ed710a45f4f76ca7f5ff2acd46e0771e.tar.xz nova-7c3999d6ed710a45f4f76ca7f5ff2acd46e0771e.zip | |
Add missing gettextutils from openstack-common.
This patch adds gettextutils from openstack-common to nova. It is used
by rpc, so some parts of rpc are broken without this patch.
Change-Id: I0830319f4e2011b87180abcc24354c935bea8d16
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 efbecba3b..ec446f1ca 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,excutils,importutils,iniparser,jsonutils,local,policy,setup,timeutils,rpc +modules=cfg,excutils,importutils,iniparser,jsonutils,local,policy,setup,timeutils,rpc,gettextutils # The base module to hold the copy of openstack.common base=nova |
