summaryrefslogtreecommitdiff
path: root/openstack-common.conf
Commit message (Collapse)AuthorAgeFilesLines
* Use fixture from oslo.config instead of oslo-incubatorDavanum Srinivas2014-09-291-1/+0
| | | | Change-Id: Ic80562c662960a946b3083f0509700e4809d628d
* Add run_cross_tests.sh scriptVictor Sergeyev2014-09-091-0/+1
| | | | | | | | Script `run_cross_tests.sh` can be used for running unit tests in other projects using the current package's code. Change-Id: Iad636216cd73d2eeb70448fda789c0ad9d579b3a Related-Bug: #1367354
* Use oslo.i18nAndrey Kurilin2014-09-011-1/+0
| | | | | | | Module `gettextutils` from common code was graduated to oslo.i18n, so it would be great if we reuse this library. Change-Id: Ie5836b82723fc80c1d54e5e65eac8565cf905c5a
* Move to oslo.utilsAndrey Kurilin2014-08-111-2/+0
| | | | | | | | `oslo.db` uses several modules(`importutils` and `timeutils`) from `oslo-incubator`. This modules are already incubated and we should use them from `oslo.utils`. Change-Id: I09881ea3e115ca95bbd06ff5d1c0d5e253ed7640
* Remove moxstubout.py from oslo.dbOleksii Chuprykov2014-07-181-1/+0
| | | | | | | Remove moxstubout.py from common/fixture becouse it is duplicated in oslotest Change-Id: I6480c24a1b6f9d01af918d416ca14439cff31db0
* Remove common context from oslo.dbVictor Sergeyev2014-06-041-1/+0
| | | | | | | Common context module usage was removed from model_query() so we can remove it from oslo.db Change-Id: I7fc503f2d0ff761235c478fef62cf44ca94670f5
* Make the tests passingVictor Sergeyev2014-04-181-0/+12
- add missed requirements - add required modules from openstack.common - added entry points to setup.cfg - fixed tests location - fixed incorrect common modules imports