diff options
| author | Alan Pevec <apevec@redhat.com> | 2013-02-17 00:05:40 +0100 |
|---|---|---|
| committer | Alan Pevec <apevec@redhat.com> | 2013-02-17 00:35:40 +0100 |
| commit | 57c4997dcb8ce491b53bcdca693a99eda4b3b0fb (patch) | |
| tree | ebf3998676505de418bf216da1a4857238829e51 /openstack-common.conf | |
| parent | 5d062e04a3312b10489f5f24a7d741ef005da679 (diff) | |
| download | python-keystoneclient-57c4997dcb8ce491b53bcdca693a99eda4b3b0fb.tar.gz | |
Use oslo-config-2013.1b3
The cfg API is now available via the oslo-config library, so switch to
it and remove the copied-and-pasted version.
Removes the load of copied-and-pasted cfg from each application
in authtoken middleware.
Depends on oslo-config deployments:
Nova I4815aeb8a9341a31a250e920157f15ee15cfc5bc
Glance I4815aeb8a9341a31a250e920157f15ee15cfc5bc
Quantum I4815aeb8a9341a31a250e920157f15ee15cfc5bc
Cinder I4815aeb8a9341a31a250e920157f15ee15cfc5bc
Add the 2013.1b3 tarball to tools/pip-requires - this will be changed
to 'oslo-config>=2013.1' when oslo-config is published to pypi. This
will happen in time for grizzly final.
Change-Id: I18c450174277c8e2d15ed93879da6cd92074c27a
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 3152549..83ab192 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,cfg,iniparser,install_venv_common,jsonutils,timeutils +modules=setup,install_venv_common,jsonutils,timeutils # The base module to hold the copy of openstack.common base=keystoneclient |
