24 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
2c3768c71f Updated from global requirements
Change-Id: I76dce91a86cd2e551064068f4312df78f66f0c33
2015-01-09 18:35:05 +00:00
OpenStack Proposal Bot
4a57952d9f Updated from global requirements
Change-Id: I24ac192cbd8b4edf8f5a0ee2f9b3613d46899deb
2014-12-18 01:27:30 +00:00
OpenStack Proposal Bot
c6b352e50d Updated from global requirements
Change-Id: I976f8b8a7b3d31c7046ed53f6564c58af408b1b2
2014-12-11 07:19:26 +00:00
OpenStack Proposal Bot
9c3477dae1 Updated from global requirements
Change-Id: I3443352b9ec847534cf4016dc540da769501593b
2014-12-08 16:23:18 +00:00
Jenkins
027bdcb303 Merge "Add pbr to installation requirements" 2014-11-19 13:15:58 +00:00
Doug Hellmann
20991774b8 Add pbr to installation requirements
Add pbr to the list of installation requirements so that it is installed
via pip before this library is installed, instead of with easy_install.
This avoids issues like Bug #1384919, and ensures that projects that use
this library as a dependency are properly installed.

Related-Bug: #1384919

Change-Id: I6c155370dbd01fe4748d5137bdf288e8d3e1a67e
2014-11-08 12:58:23 +00:00
OpenStack Proposal Bot
490f6442be Updated from global requirements
Change-Id: Iaed3965166e01fcaf0e9da75ffea3426cda0750e
2014-10-27 12:20:59 +00:00
Joshua Harlow
b09ee9a22f Explicitly depend on six in requirements file
Six is used directly in oslo.db (and is not just a transitive
dependency) so it should be listed in the requirements file
just like other non-transitive dependencies.

Change-Id: I81d2d7d0db9142bace7ecf8882efbbcd605fb527
2014-09-24 19:55:23 -07:00
OpenStack Proposal Bot
0928d7319a Updated from global requirements
Change-Id: I7e4d84dc6c45c1220766261363f2fabc5085fe31
2014-09-23 02:00:17 +00:00
OpenStack Proposal Bot
c785beefe7 Updated from global requirements
Change-Id: Ia959fbf504268aa13e077cb2637fc14367deb247
2014-09-13 07:27:35 +00:00
Doug Hellmann
ab475162c8 warn against sorting requirements
Change-Id: I64ae9191863564e278a35d42ec9cd743a233028e
Addresses-Bug: #1365061
2014-09-03 14:20:03 -04:00
OpenStack Proposal Bot
e187a4c69d Updated from global requirements
Change-Id: Ic7d77a737d3e16f4f781baebe8ce57d04db04832
2014-09-02 09:59:38 +00:00
Andrey Kurilin
92d9a1c40f Use oslo.i18n
Module `gettextutils` from common code was graduated to oslo.i18n, so it
would be great if we reuse this library.

Change-Id: Ie5836b82723fc80c1d54e5e65eac8565cf905c5a
2014-09-01 11:48:21 +03:00
OpenStack Proposal Bot
7c57798457 Updated from global requirements
Change-Id: I834ba5e6a6d583370099b5c87d28680a67a802c1
2014-08-22 23:35:01 +00:00
Andrey Kurilin
6065b21b15 Move to oslo.utils
`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
2014-08-11 17:33:52 +03:00
OpenStack Proposal Bot
c919585ad4 Updated from global requirements
Change-Id: Id12176070ac675883a7ad90c8a46c494b592747e
2014-07-28 19:53:04 +00:00
OpenStack Proposal Bot
9722ab61c1 Updated from global requirements
Change-Id: I4eed49a24f716b51093dbf52a3706cd0409ca6d9
2014-07-24 04:02:01 +00:00
Ilya Pekelny
c34c32e09e Opportunistic migration tests
Migrations should be tested with real database backends. For this goal
intended number of base test cases which used in current implementation.
Previously there were two ways to run migration tests: using
opportunistic test cases (default way we've been using on CI) and
by using database connection strings, specified in test_migrations.conf,
for every particular database test case. For the sake of simplicity and
consistency we are moving to using of opportunistic db test cases here.

With this change we are free from locking, so we don't need `lockfile`
anymore.

Closes-Bug: #1327397
Closes-Bug: #1328997
Change-Id: I92b1dcd830c4755f429a0f6529911e607c2c7de7
2014-07-16 10:31:21 +03:00
OpenStack Proposal Bot
385b823d6d Updated from global requirements
Change-Id: I5274d78b8c8c523263b9f70916a6720687b551ea
2014-07-01 13:11:28 +00:00
OpenStack Proposal Bot
819671afd6 Updated from global requirements
Change-Id: I2b04948fa4560ee5735be99421982e999ab1bb14
2014-06-18 00:46:59 +00:00
OpenStack Proposal Bot
fb889453b7 Updated from global requirements
Change-Id: I4716bc17dd898ecf25f730641fc6901ade0da7eb
2014-05-29 13:46:40 +00:00
Matt Riedemann
5671755549 Remove patch_migrate()
This is essentially a revert of oslo-incubator commit 3f503faac since
sqlalchemy-migrate 0.9.1 now has that code via commit 93efb62fd.

Change-Id: I5d7d3eaec236140cd47fe419ed6905115354501d
2014-05-05 20:02:27 -07:00
Victor Sergeyev
276f7570d7 Make the tests passing
- add missed requirements
- add required modules from openstack.common
- added entry points to setup.cfg
- fixed tests location
- fixed incorrect common modules imports
2014-04-18 12:51:26 +03:00
Victor Sergeyev
e4cfa6d39d Fix the graduate.sh script result 2014-04-18 11:33:16 +03:00