diff options
| author | Russell Bryant <rbryant@redhat.com> | 2012-05-01 17:31:26 -0400 |
|---|---|---|
| committer | Russell Bryant <rbryant@redhat.com> | 2012-05-02 16:05:58 -0400 |
| commit | 29dc47bd5045853d83a2343ec88c36ea89db188d (patch) | |
| tree | 4a7d4696ceed6ddf34976445bf90a14480e1170e /openstack-common.conf | |
| parent | 1d97b77ea4c31f1fb17bc20cc4c16a3f6edf2cf1 (diff) | |
| download | nova-29dc47bd5045853d83a2343ec88c36ea89db188d.tar.gz nova-29dc47bd5045853d83a2343ec88c36ea89db188d.tar.xz nova-29dc47bd5045853d83a2343ec88c36ea89db188d.zip | |
Use save_and_reraise_exception() from common.
This patch common.excutils from openstack-common, which includes
save_and_reraise_exception(). The patch also converts the code
base to use it from there instead of nova.utils and then removes
it from nova.utils.
The initial motivation for this was removing another nova dependency
from nova.rpc so that it can eventually be moved to openstack-common.
Change-Id: I7354ca51a02aec9c709cf33f77d4abc46acc2742
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 61850d238..e39e5d468 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,local,importutils,iniparser +modules=cfg,excutils,local,importutils,iniparser # The base module to hold the copy of openstack.common base=nova |
