diff options
| author | Henry Nash <henryn@linux.vnet.ibm.com> | 2012-11-08 20:15:07 +0000 |
|---|---|---|
| committer | Henry Nash <henryn@linux.vnet.ibm.com> | 2012-11-09 02:35:11 +0000 |
| commit | 76b7d92dcc189908000f7d70d3f75c5c3aec3e73 (patch) | |
| tree | 159484ea2ae4410577d9ed5a9a8577de64024a5a /openstack-common.conf | |
| parent | d471f65231427d54c329697982533e6868b7cdb1 (diff) | |
| download | python-keystoneclient-76b7d92dcc189908000f7d70d3f75c5c3aec3e73.tar.gz | |
Make initial structural changes to keystoneclient in preparation
to moving auth_token here from keystone. No functional change
should occur from this commit (even though it did refresh a newer copy
of openstack.common.setup.py, none of the newer updates are in
functions called from this client)
blueprint authtoken-to-keystoneclient-repo
Change-Id: Ie54feb73e0e34b56400fdaa8a8f876f9284bac27
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 de8f129..e6df21e 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,7 +1,7 @@ [DEFAULT] # The list of modules to copy from openstack-common -modules=setup +modules=setup,cfg,iniparser,jsonutils,timeutils # The base module to hold the copy of openstack.common base=keystoneclient |
