diff options
| author | Brant Knudson <bknudson@us.ibm.com> | 2014-05-05 17:35:04 -0500 |
|---|---|---|
| committer | Brant Knudson <bknudson@us.ibm.com> | 2014-05-05 17:35:04 -0500 |
| commit | 62aca6f0b4351de00a139170fda669d2e1fed094 (patch) | |
| tree | 48fc9e63bdc299b563e6ef0e7e0bc3f42aa8b528 /openstack-common.conf | |
| parent | 0ed3246caf90f119366d90f173399d1d7d1418e2 (diff) | |
| download | python-keystoneclient-62aca6f0b4351de00a139170fda669d2e1fed094.tar.gz | |
Remove importutils from oslo config
The importutils module is only used by other oslo modules, so
remove it from openstack-common.conf. It'll be pulled in
automatically if it's needed.
Change-Id: Iaa7e047a9ff76f911f8c64b45ceb1f240855670a
Diffstat (limited to 'openstack-common.conf')
| -rw-r--r-- | openstack-common.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack-common.conf b/openstack-common.conf index e6993ee..2927740 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -2,7 +2,6 @@ # The list of modules to copy from oslo-incubator module=apiclient -module=importutils module=install_venv_common module=fixture.config module=jsonutils |
