diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2013-01-30 21:36:43 -0600 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2013-01-30 21:44:40 -0600 |
| commit | 6a785bc6e00b9a585b9058bc7b72d8c38b747f0f (patch) | |
| tree | 89c8620a7c265c703f942717635c5968b2b24430 /openstack-common.conf | |
| parent | 26fcc303b29e5fdfc09baa363ba2ac4a5f77c7eb (diff) | |
| download | python-openstackclient-6a785bc6e00b9a585b9058bc7b72d8c38b747f0f.tar.gz | |
Copy cfg and iniparser from oslo-incubator
https://review.openstack.org/20753 introduced tools/install_venv_common.py
but not it's dependencies openstack.common.{cfg,iniparser}
Change-Id: I270a1d8f6fd8f93988a5e2ccbc446adda0a6cd81
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 c6947e53..b99037bb 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,7 +1,7 @@ [DEFAULT] # The list of modules to copy from openstack-common -modules=install_venv_common,openstackkeyring,setup +modules=cfg,iniparser,install_venv_common,openstackkeyring,setup # The base module to hold the copy of openstack.common base=openstackclient |
