diff options
| author | Alessio Ababilov <ilovegnulinux@gmail.com> | 2013-05-19 18:12:27 +0300 |
|---|---|---|
| committer | Alessio Ababilov <aababilo@yahoo-inc.com> | 2013-07-01 11:55:31 +0300 |
| commit | a7cce08eab5e2e42275b84bd56127bd09b00f5bf (patch) | |
| tree | 579840e14193fe10efb0fcfabf1c87ef34885464 /openstack-common.conf | |
| parent | 273a82967170ecf4d44973d0dd7baf9c21f4da08 (diff) | |
| download | python-cinderclient-a7cce08eab5e2e42275b84bd56127bd09b00f5bf.tar.gz | |
Use exceptions from oslo
These exceptions can be used in novaclient, keystoneclient,
glanceclient, and other client projects.
Partially implements: blueprint common-client-library
Change-Id: I43918316622b1c1d722872fe30199db6a3a7bb76
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 35e0ccf..ce83deb 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,7 +1,7 @@ [DEFAULT] # The list of modules to copy from openstack-common -modules=strutils +modules=apiclient,strutils # The base module to hold the copy of openstack.common base=cinderclient |
