1282 Commits

Author SHA1 Message Date
Jenkins
03f906318f Merge "Add a script to find cruft global requirements" 2015-03-20 14:28:19 +00:00
Jenkins
643af1a899 Merge "Do not break on projects without setup.cfg" 2015-03-20 14:28:11 +00:00
Jenkins
092ff2b177 Merge "Remove hardware-specific proliantutils module" 2015-03-20 14:27:50 +00:00
Jenkins
d671253eff Merge "Block eventlet 0.17.0" 2015-03-20 13:42:18 +00:00
Jenkins
34e48f2324 Merge "Up pymongo version to avoid memory leak" 2015-03-20 13:42:00 +00:00
Jenkins
558d1dd4af Merge "Import cap.py tool to cap explicit dependencies" 2015-03-20 13:41:52 +00:00
Jenkins
7fe1cb052b Merge "Bump novaclient version" 2015-03-20 12:22:37 +00:00
Jenkins
2cdf37cc7a Merge "Remove failing project nova-docker" 2015-03-20 11:54:06 +00:00
Jenkins
521d8897bf Merge "Update Magic Search version" 2015-03-18 21:59:56 +00:00
Jenkins
25ef10cebb Merge "Cap Oslo libraries for kilo" 2015-03-17 17:37:09 +00:00
Jenkins
745e78af9f Merge "Bump cassandra-driver to 2.1.4" 2015-03-17 16:59:05 +00:00
Doug Hellmann
289d736bd2 Cap Oslo libraries for kilo
Following the guidelines in https://review.openstack.org/#/c/155072/,
this change caps the Oslo library versions in preparation for creating
the Kilo stable branches.

Depends-On: Id62904868f1d4b39e33d2ad63340b5ee2177fb56

Change-Id: If0dce8dbb740ab182d361985b217e58f5f82a3ea
2015-03-17 14:49:39 +00:00
Tushar Gohad
05456dbb21 Bump PyECLib version to 1.0.3
This PyECLib version brings in API changes necessary for erasure
coding support in Swift

Change-Id: I4666b917f79084db372bf1008b995b112acdaad3
2015-03-13 01:46:28 -07:00
Jenkins
93072e01dd Merge "Bump rtslib version to have config persistence" 2015-03-12 22:34:56 +00:00
John L. Villalovos
d6c8439ab0 Avoid httpretty 0.8.8 as it can break unittests
A hanging issue was occurring with httpretty 0.8.8 when testing
openstack/python-ironicclient.

    * Blacklist 0.8.8

The underlying issue appears to be tracked in this bug:
    https://github.com/gabrielfalcao/HTTPretty/issues/221

Change-Id: I703897317cab01710eeb637c29ae283e05b73bb1
2015-03-11 13:38:56 -07:00
Sabari Kumar Murugesan
b4150d0fa1 Bump glance_store to latest version
A new version of glance_store (0.3.0) is released and we need to bump
the version for glance to use it.

Required by blueprint vmware-store-multiple-datastores.

Change-Id: I4a52347cdbc238a3cb36a67d453591d0f8576a39
2015-03-10 11:14:55 -07:00
Jenkins
9915bba75f Merge "Bump glance_store to 0.2.0" 2015-03-09 22:36:35 +00:00
Jenkins
d7e051571f Merge "Bump oslo.vmware to latest release" 2015-03-09 15:01:53 +00:00
Jamie Lennox
31c10c9027 Bump novaclient version
Novaclient 2.22.0 was released 2015-03-02 after a long break (ignoring
the failed 2.21). Updating this would allow me to remove some hacks
around its use in other projects.

Change-Id: I203f692faced6cb48ec31788f51ec0c9f65ee755
2015-03-09 09:34:45 +11:00
Jenkins
02f5a42305 Merge "Bump tempest-lib min version to 0.3.0" 2015-03-07 00:08:07 +00:00
Zhi Yan Liu
8cb4f0bd8e Bump glance_store to 0.2.0
Version 0.2.0 glance_store library has content that glance server
plans on leveraging. The release adds support for store capabilities
as enabled by glance blueprint store-capabilities (Change
I7cc3756535d09a6804ba02a23c86af13b8e9cd1a ) and helps us bump up the version here.

Change-Id: I5055b837e94fdee7e01cc94f8bdb89bada34f77b
Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
2015-03-06 15:22:15 -05:00
Jenkins
15aa3819f9 Merge "Bump oslo.context version to 0.2.0" 2015-03-06 16:43:17 +00:00
Jenkins
0e261247ee Merge "Add python-openstackclient" 2015-03-06 16:43:08 +00:00
Jenkins
3771df6ea9 Merge "Adds Autobahn to global requirements" 2015-03-06 16:42:59 +00:00
Jenkins
aa60d1f987 Merge "Update openstackdocstheme" 2015-03-06 16:42:23 +00:00
Jenkins
85b06d874c Merge "Require openstack-doc-tools 0.23" 2015-03-06 16:42:03 +00:00
Sabari Kumar Murugesan
f8d5f3e7d0 Bump oslo.vmware to latest release
An upcoming feature in glance_store needs the api's from the
latest release of oslo.vmware.
Required by blueprint vmware-store-multiple-datastores.

Change-Id: Ia6ff01ef8da423ee13864bc56b24e5fb9d52f582
2015-03-05 12:23:05 -08:00
Davanum Srinivas
8f430445f6 Bump oslo.context version to 0.2.0
One of the oslo.context fixtures causes intermittent
failures in gate/check jobs of Nova. This 0.2.0 releases
fixes that problem.

Change-Id: I6161b250ae1da997be50d45ca3ca5c7e39464177
2015-03-05 14:57:37 -05:00
Steve Martinelli
e34e6aedb9 Add oslo.policy to global requirements
partially implements bp graduate-policy

Change-Id: I740ac813f25ccd2d6172e850de8dd2a2a52281f8
2015-03-05 13:45:03 -05:00
Gorka Eguileor
eb0c873794 Bump rtslib version to have config persistence
On version 2.1.41 method save_to_file was added and it is now need to
persist iSCSI lio configuration.

Change-Id: I0cac2ebb709089181b237fe6df94a44a30be716e
Related-Bug: #1427301
2015-03-05 19:29:18 +01:00
Jenkins
3cda0c5e52 Merge "Bump oslo.db version to 1.5.0" 2015-03-05 17:49:33 +00:00
Jenkins
763c0663ae Merge "Add semantic_version to global-requirements" 2015-03-05 17:05:32 +00:00
Jenkins
0c104fea95 Merge "Bump oslo.config to latest release" 2015-03-05 04:47:46 +00:00
Jenkins
34c8990f55 Merge "Pin sqlalchemy-migrate >= 0.9.5" 2015-03-04 19:45:50 +00:00
Steve Martinelli
01bdc26e4c Bump oslo.config to latest release
The upcoming oslo.policy work will require the latest release of
oslo.config, so bump the requirement to 1.9.0.

Change-Id: I20e54ddde27f3763765638f05e5622d1430484e8
2015-03-04 13:40:17 -05:00
Victoria Martinez de la Cruz
1665a11a56 Adds Autobahn to global requirements
Autobahn library is required for the implementation of
a websockets driver for Zaqar (https://review.openstack.org/#/c/140155/)
Autobahn is a widely used websocket library, actively maintained,
Py3 compatible and MIT licensed.

Change-Id: I90dac4d79b2314e3868f667360e063d480f46da9
2015-03-04 10:16:08 -03:00
Randy Bertram
97e12d1e0c Update Magic Search version
Update the XStatic Magic Search version to 0.2.0,
to pull in latest fixes and features from Eucalyptus.
This allows Horizon tables to leverage API filtering
(and also client-side filtering) with high usability.

Change-Id: I968a874b51870bd6a39ff48daa24e53c4698007e
Implements: blueprint filtered-client-side-table
2015-03-04 01:32:52 +00:00
Jenkins
9e8f3b494d Merge "Oslo.versionedobjects requirement" 2015-03-03 17:01:55 +00:00
Dmitry Tantsur
6ebd6ec6e3 Add python-openstackclient
I'd like to use it as basis for stackforge/ironic-discoverd cli tool.

Change-Id: I88601ec2222bdcc112b450a65a880be30bced785
2015-03-03 17:53:16 +01:00
Eugene Nikanorov
aa2f60c924 Bump oslo.db version to 1.5.0
Neutron is planning to use retry decorator introduced
in oslo.db 1.5.0

Change-Id: I719fea85cd9fdf9c009cf9535b108e388eed973c
2015-03-03 16:48:02 +00:00
Jenkins
b70674a9f8 Merge "Add openstack/debtcollector to projects.txt" 2015-03-03 10:53:18 +00:00
Davanum Srinivas
6f08ccf8b9 Bump oslo.log for critical nova regression
Once Nova switched over to oslo.log, we realized that "instance"
objects were printed wrong in the nova logs. Essentially instead
of just the uuid, the entire __repr__ of the instance object was
printed in the logs, making them unreadable. This was fixed in
I2d1b09015bead2012327f973f45f3f6728160c69 and oslo.log 0.4.0
was released.

Related-Bug: #1426544
Change-Id: I982b165ed64494a14dcd6b2e78d3f43a3f75aa53
2015-03-02 12:51:36 -05:00
Andreas Jaeger
dcf478b3ce Require openstack-doc-tools 0.23
openstack-doc-tools 0.22 includes a new option --ignore-book
to not build a book. This change is needed for building
of openstack-manuals.
Version 0.23 brings in a few optimizations that reduce runtime in the
gate.

Change-Id: I465773c1a6402184f4f25ce1c578da02ac0dda06
2015-02-28 09:39:53 +01:00
Michal Jastrzebski (inc0)
95b38146d3 Oslo.versionedobjects requirement
Required for implementation in heat

Change-Id: I43fd794f17d309f67e95dfe7e61507ef65c4af34
2015-02-26 14:00:41 +01:00
Matt Riedemann
10986cd64e Pin sqlalchemy-migrate >= 0.9.5
Nova change I779a4ce9c3e1ebcd6ea1b7124c6b06bd129e7015 needs
to use the 0.9.5 release for commit ae64d82.

Change-Id: Ic1069edd198dc9dcf6e37b187df75bea4a04d643
2015-02-25 12:34:51 -08:00
John L. Villalovos
092e9f80da Avoid httpretty 0.8.7 as it can break unittests
A hanging issue was occurring with httpretty 0.8.7 when testing
openstack/python-ironicclient.

 * Blacklist 0.8.7
 * Clean up exclude list

Change-Id: Ia111343944db7dfc535e9da0a1e41b3f6f36b495
2015-02-24 14:32:11 -08:00
Matthew Treinish
bc53f2da76 Bump tempest-lib min version to 0.3.0
Included in tempest-lib 0.3.0 was the migrated data_utils module which
included many utilities for creating random data used for testing.
For example see: Change I9207641aa91c0ea7feb8e067316fc220880c3a3b
That commit switches all the usage of the data_utils module from
tempest's internal copy to use the version in the library where it
will be maintained moving forward.

Change-Id: I74c88c2cbe6423449caf6af498606e288a13d64b
2015-02-24 13:03:12 -05:00
Jenkins
8372a37e7d Merge "Update version of neutronclient" 2015-02-24 16:11:52 +00:00
Jenkins
ce750be64f Merge "Do not sync requirements to possibly capped library's master branch" 2015-02-24 15:12:14 +00:00
Kiall Mac Innes
c3e2a8f156 Block eventlet 0.17.0
Eventlet 0.17.0 includes a broken reimplementation of dnspython's
dns.reversename.from_address() function, which is causing gate
failures for the Designate project.

Change-Id: I4ebdc3f8a8318db26de1accc61b254a079ab928f
Partial-Bug: 1424621
2015-02-24 11:01:35 +00:00