summaryrefslogtreecommitdiffstats
path: root/openstack-common.conf
Commit message (Collapse)AuthorAgeFilesLines
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-181-1/+1
| | | | | | | | | | | | | | | The cfg API is now available via the oslo-config library, so switch to it and remove the copied-and-pasted version. 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. Remove the 'deps = pep8==1.3.3' from tox.ini as it means all the other deps get installed with easy_install which can't install oslo-config from the URL. Change-Id: I4815aeb8a9341a31a250e920157f15ee15cfc5bc
* Update to oslo version code.Monty Taylor2013-02-131-1/+1
| | | | | | This brings us tag-based versioning and aligned with the rest of the project. Change-Id: I8c1f077125ee062e213d073492cfde07694cc254
* Use install_venv_common.py from oslo.Matthew Treinish2013-02-121-1/+1
| | | | | | | This syncs install_venv_common.py from oslo and reworks the tools/install_venv.py script to use the new library. Change-Id: I68fe3449ed0fcc7fdfb84af2dcc77a39ebde7f01
* import tools/flakes from osloJoe Gordon2013-01-301-1/+1
| | | | Change-Id: I4b73fa1eb045517bb25932d1a85c7fab8186d251
* Keystone should use openstack.common.timeutilsZhongyue Luo2012-06-291-1/+1
| | | | | | | | | | | Implements blueprint use-common-timeutils 1. Edit openstack-common.conf and import keystone/openstack/common/timeutils.py 2. Replace datetime.utcnow with timeutils.utcnow 3. Replace utils.isotime with timeutils.isotime 4. Remove utils.isotime in common/utils.py and datetime related unittest Change-Id: I4f5a63a368fde8787a0dc0a817c940de685b9ca2
* Keystone should use openstack.common.jsonutilsZhongyue Luo2012-06-281-1/+1
| | | | | | | | | | | Implements blueprint use-common-jsonutils 1. Edit openstack-common.conf and import keystone/openstack/common/jsonutils.py 2. Remove json package imports and replace with jsonutils Client code in vendor/ hasn't been changed Change-Id: I57c670fde9f2c2241eddab1b012e8d5e6a72deb7
* Keystone should use openstack.common.importutilsZhongyue Luo2012-06-041-1/+1
| | | | | | Implements blueprint use-common-importutils Change-Id: I597f71dc72aa3b87a454c4a23ca1b5328e222f76
* Import latest openstack-commonMark McLoughlin2012-04-101-1/+1
| | | | | | | Main change is the MultiStrOpt support which pulls in the new iniparser module. See lp#955308. Change-Id: I1358f09038113873e60343f00a95229002b58c1f
* Align with project configs.Monty Taylor2012-03-011-1/+1
| | | | | | | | * docs in doc/ rather than docs/ * write out changelog from git * freeze requirements file Change-Id: If28d5414f7b2747fd6835546c45e1acfac8a3563
* Update cfg from openstack-commonMark McLoughlin2012-02-231-0/+7
Use openstack-common's update script to sync it to the latest. Add some dire warnings that changes should be made in the upstream copy of the code first. Change-Id: Ib89efdecc7f8a00f2a7fc2824b519f211d3d784c