3912 Commits

Author SHA1 Message Date
Paul Hummer
27cd55ecca Bump pylxd global-requirements to 2.1.1
pylxd had a bug where it consumed so much memory that nova
compute would hang. 2.1.1 contains the fix.

This is the bug: https://github.com/lxc/pylxd/issues/183

Change-Id: I15ac5a40a05e3e9e455e9353159ca5dde23eaf80
2016-09-29 09:00:52 -06:00
Jenkins
7cb3e588fb Merge "Remove now unused py27-with-upper-constraints env" 2016-09-29 13:21:09 +00:00
Jenkins
bf46becbcf Merge "Update ovs to 2.6.0." 2016-09-29 04:45:08 +00:00
Jenkins
86013b10d4 Merge "Update oslo.policy to >= 1.14.0" 2016-09-29 04:45:02 +00:00
Russell Bryant
327d657cb7 Update ovs to 2.6.0.
OVS 2.6.0 was just released.  This version includes support for
Python 3.  Now that it is officially released, I think we should only
depend on 2.6.0 and up.

Change-Id: I669ec72743a61b0908c461ff0ec3340f8683a6ec
Signed-off-by: Russell Bryant <rbryant@redhat.com>
2016-09-28 21:50:39 -04:00
OpenStack Proposal Bot
b19c119560 Updated from global requirements
Change-Id: I36b1e3d1c2423bc5d21c954969c95cf08c3885b5
2016-09-29 00:11:43 +00:00
Jenkins
53deafe3ba Merge "Add a copy of the check-with-upper-constraints as a shorter name" 2016-09-28 23:56:44 +00:00
Andrew Laski
54bb2863f1 Update oslo.policy to >= 1.14.0
Nova has been installing an empty policy file in devstack for a while
now because it's not necessary to define rules in policy.json if you are
okay running with the defaults set in code. However oslo.policy did
require that the policy.json file exist, even if empty, until 1.14.0. By
updating the min required version Nova, and other projects, can remove
the useless empty policy file.

Change-Id: I09fa842ffbe75bed269cef6edc9c82d18bfe9297
2016-09-28 14:06:39 -04:00
Jenkins
180d76e4e1 Merge "Block dnspython3 1.14.0" 2016-09-28 17:12:49 +00:00
Jenkins
e1e30315de Merge "Also allow Sphinx versions 1.3.x" 2016-09-28 16:45:50 +00:00
Dirk Mueller
c50e549107 Remove now unused py27-with-upper-constraints env
Change-Id: I28e157e633fe306a5939b79e38dd656b9a9ccf0b
Depends-On: I7b46f15d12b8f78b34534d2646179db295dea7b3
2016-09-28 17:53:34 +02:00
Dirk Mueller
ab97a43a5e Add a copy of the check-with-upper-constraints as a shorter name
Due to the rename of the job adding the -ubuntu-xenial suffix,
we have exceeded the path limit and can no longer run inside the
tox environment. shortening to a shorter check name (and renaming
the job) should fix this.

Change-Id: I0927ae81148d15256bd4dfe2a5e48b1819bbe2af
2016-09-28 17:47:27 +02:00
sslypushenko
e5080170ac Fix upper version for murano-pkg-check
I made a mistake in my initial commit for addining murano-pkg-check
library to the openstack/requirements https://review.openstack.org/#/c/370293/,
I point not existed version of this library in upper-constraints.txt.
It needs to be fixed.

Change-Id: Ic8e0866de0e97f7973b0877c700d4e9894beeb84
2016-09-28 11:49:07 +00:00
Graham Hayes
1ecbcd828b Block dnspython3 1.14.0
https://github.com/rthalley/dnspython/issues/209 is causing py3x
tests to fail in designate.

reverting to 1.12.0 fixes the issue.

We had previously blocked 1.13.0 as it had other issues

https://github.com/rthalley/dnspython/issues/153

This leaves dnspython at 1.14.0, which should allow
swift to continue

Related-Bug: #1628280

Change-Id: I2a50c2a71d338b637098925181e983c4ec122cf5
2016-09-28 11:51:15 +01:00
Jenkins
3b946459b8 Merge "Add murano-pkg-check to proposal bot's list" 2016-09-27 22:38:17 +00:00
Jenkins
291a5ff9fb Merge "Update wsgi-intercept to 1.4.1" 2016-09-27 22:29:41 +00:00
OpenStack Proposal Bot
23128135b7 Updated from global requirements
Change-Id: I67574e95cc4d2c6c752678b197f05ae7a3ed861a
2016-09-27 17:03:54 +00:00
Kirill Zaitsev
dfb7291098 Add murano-pkg-check to proposal bot's list
Change-Id: I772bd632dfca9078f02d391dcdc2a8dc75c70d5f
2016-09-27 19:03:30 +03:00
Chris Dent
b234d93c2b Update wsgi-intercept to 1.4.1
1.4.1 adds (optional) support for checking that response headers
sent by the intercepted application are in the proper form (`str`
objects in python 2 and python 3, thus bytes in one and not the
other). This is hard to test in the code that uses wsgi-intercept
because most HTTP libraries will normalize the response headers
to a convenient type.

This functionality will be used in the tests of the placement
API in nova.

Change-Id: I3b8aabda929fe39b60e645abb6fabb9769554829
2016-09-27 16:01:36 +01:00
Graham Hayes
5b19837b25 Allow pecan 1.2.1, and block pecan 1.2
Change-Id: Idf804a309a572d7565c075bc94c8f42912d90195
2016-09-27 14:41:11 +01:00
Jenkins
9130505d13 Merge "Bump required version of oslosphinx" 2016-09-27 07:42:27 +00:00
Jenkins
77ea0bff1f Merge "Add abclient to global requirements" 2016-09-26 11:26:56 +00:00
Jenkins
5f2c2a3646 Merge "Update requests-mock to 1.1" 2016-09-26 04:17:59 +00:00
Jenkins
0ccfa402d1 Merge "Updated from generate-constraints" 2016-09-26 02:51:12 +00:00
Jamie Lennox
279af35399 Update requests-mock to 1.1
Requests-mock 1.1 released a fix for bug #1616690 which will allow it to
be used in swiftclient tests. Update global requirements so we can start
that process.

Related-Bug: #1616690
Change-Id: Id5ddd72ab9e3c1ac69e8c97c6859c8ad3e0c5a83
2016-09-26 10:21:23 +10:00
Jenkins
b4e469c04f Merge "Add python-etcd 0.4.3" 2016-09-25 21:34:15 +00:00
OpenStack Proposal Bot
f55bcae8c2
Updated from generate-constraints
Change-Id: I85552f4d9f407fe1b726ca8999c757b5ff2cb471
2016-09-25 10:44:44 -05:00
Jenkins
ef2667b4b7 Merge "Add sphinxmark for doc publishing" 2016-09-25 14:39:00 +00:00
Jenkins
5c0bbdd2ca Merge "Update pylxd in global requirements" 2016-09-25 10:19:51 +00:00
Jenkins
6f553ab5a3 Merge "Add murano-pkg-check 0.1.1" 2016-09-25 09:42:40 +00:00
Jenkins
318377f573 Merge "Add dogtag-pki used by Barbican" 2016-09-25 09:42:34 +00:00
Jenkins
cf54d0af98 Merge "Raise python-heatclient minimum to 1.5.0" 2016-09-25 09:42:28 +00:00
Jenkins
0d6e185f4f Merge "Updated from generate-constraints" 2016-09-24 02:48:03 +00:00
yizhihui
1766bb5123 Add abclient to global requirements
The abclient package is a http client for EISOO AnyBackup software for use with Python.
The latest version is: https://pypi.python.org/pypi/abclient/

Needed for: (karbor): If3359461cf1c04564ecc93f2712b92e4033455f2

New library questionnaire:

* Is the the library actively maintained?
  Yes. It has active tests, pypi publishing, and works with Python 2.x and 3.x.

* Is the library good code?
  I believe so.

* Is the library python3 compatible?
  Yes. The code is tested against python3.

* Is the library license compatible?
  Yes. The Apache License 2.

* Is the library packaged with targeted Linux distros?
  No.

* Is the function of this library covered by other libraries in global-requirements.txt?
  No.

* Is the library required for OpenStack project or related dev or infra setup?
  Yes. Needed for karbor to invoke AnyBackup services.

Change-Id: I6909d03472a0bf0d306f2431d487203f635720f5
2016-09-24 08:41:39 +08:00
Jenkins
bdd4934251 Merge "Bump openstacksdk minimum requirement to 0.9.7" 2016-09-23 23:44:18 +00:00
Jenkins
c5aefc7b45 Merge "Update python-searchlightclient to 1.0.0" 2016-09-23 22:36:11 +00:00
Jenkins
4763d53160 Merge "Bump tenacity to 3.1.1" 2016-09-23 22:00:07 +00:00
Steve Baker
38b04dba9e Raise python-heatclient minimum to 1.5.0
This is to ensure the availability of fixes and features required for
TripleO.

Change-Id: I801a6a54bba0992f732dd7811f5b21558733b3a9
2016-09-24 09:41:26 +12:00
Steve McLellan
ed58138cc2 Update python-searchlightclient to 1.0.0
Includes the client-side implementation of
https://blueprints.launchpad.net/searchlight/+spec/count-endpoint;
previous client versions do not support the newton server response
for /search/facets

Change-Id: I3235814abb741c655deb2fb8c31e94e72ba43caa
2016-09-23 11:55:46 -05:00
OpenStack Proposal Bot
6bbe7832ad
Updated from generate-constraints
Change-Id: Iad6e2ab14f1b0c65f181a6dfd0cdc3aed86486dc
2016-09-23 11:25:49 -05:00
Boden R
e818cca40e Bump tenacity to 3.1.1
We are replacing all usages of the 'retrying' package with
'tenacity' as the author of retrying is not actively maintaining
the project. Tenacity is a fork of retrying, but has improved the
interface and extensibility (see [1] for more details). Our end
goal here is removing the retrying package from our requirements.

While working through the replacement of retrying with
tenacity [3] we uncovered a critical bug in tenacity that
was fixed with [4]. This fix has been release as part of
tenacity 3.1.1 [2].

This patch bumps our version of tenacity to 3.1.1 in order
to pickup the fix in [4].

[1] https://github.com/jd/tenacity
[2] https://pypi.python.org/pypi/tenacity/3.1.1
[3] https://review.openstack.org/#/q/topic:retrying-to-tenacity
[4] https://github.com/jd/tenacity/pull/28

Change-Id: I8ff3333401e9c3a732076a365acae89ad8feeb47
2016-09-23 09:40:51 -06:00
Jenkins
1a01aaad5f Merge "update constraint for python-heatclient to new release 1.5.0" 2016-09-23 15:08:41 +00:00
Richard Theis
bc6f36027c Bump openstacksdk minimum requirement to 0.9.7
OpenStackClient requires an openstacksdk minimum requirement of
0.9.6 for new network commands and features. However, version
0.9.6 has a known issue for senlin. This patch bumps the mimimum
version to 0.9.7 to address both needs.

Change-Id: I2ad67cdbfa3bbf438c9b3321487111e3e80344c3
2016-09-23 08:50:27 -05:00
Jesse Pretorius
390cfc2d23 Add sphinxmark for doc publishing
The sphinxmark package is already used by openstack-manuals and
we would like to also use it in OpenStack-Ansible in order to
clearly mark the release name in published documentation. This
reduces confusion about which release the documentation applies
to.

The package is only used in test-requirements.txt for the purpose
of documentation publishing.

Git source: https://github.com/kallimachos/sphinxmark

- Is the library actively maintained?
  Yes. It has active tests, pypi publishing, and works with
  Python 2.x and 3.x.

- Is the library good code?
  I can't really speak to that as it's not my particular forte.

- Is the library python 3 compatible?
  Yes.

- Is the library license compatible?
  Yes, uses Apache 2.0 since version 0.1.14.

- Is the library already packaged in the distros we target (Ubuntu
  latest / Fedora latest)?
  Maybe - I don't think it's relevant as this library will only be
  used for docs publishing.

- Is the function of this library already covered by other libraries
  in global-requirements.txt?
  No.

- Is the library required for OpenStack project or related dev or
  infrastructure setup?
  Yes. It is used for docs publishing across multiple projects.

Change-Id: Iefab37db255da0b1aadef64a55b0a519c489908c
2016-09-23 09:53:00 +00:00
Jenkins
b3b2e65fa4 Merge "Bump gabbi to version 1.25.0" 2016-09-22 20:02:02 +00:00
Jenkins
e944e680e8 Merge "Updated from generate-constraints" 2016-09-22 19:56:39 +00:00
sslypushenko
23720d3e29 Add murano-pkg-check 0.1.1
* Is the library actively maintained?
Yes; this library is mantained by Murano team

* Is the library good code?
Yes; it is good as Murano project code

* Is the library python 3 compatible?
Yes, it has py34 gate.
https://github.com/openstack-infra/project-config/blob/master/zuul/layout.yaml#L10988

* Is the library license compatible?
Yes Apache 2.0 lic.

* Is the library already packaged in the distros we target
(Ubuntu latest / Fedora latest)?
No.

* Is the function of this library already covered by other
libraries in global-requirements.txt?
No

* Is the library required for OpenStack project or related dev
or infrastructure setup? (Answer to this should be Yes, of course)
Which?
Yes, murano-pkg-check is required for Murano project. See this
patchset https://review.openstack.org/#/c/372271/

Depends-On: Ib86d8410decfe0e679df9dbacab33eab83a56d12

Change-Id: I992d4d550ca81f77feea87a34c1352e6f881baf7
2016-09-22 18:32:08 +03:00
Jenkins
99108747f2 Merge "Upgrade openstacksdk to 0.9.7" 2016-09-22 13:05:46 +00:00
3ef31de627 update constraint for python-heatclient to new release 1.5.0
python-heatclient 1.5.0 release

Change-Id: Id1888524bf9973c67eefa4a34c7bf42305c1a442
meta:version: 1.5.0
meta:diff-start: -
meta:series: newton
meta:release-type: release
meta:announce: openstack-announce@lists.openstack.org
meta:pypi: yes
meta:first: no
meta:release:Author: Steve Baker <sbaker@redhat.com>
meta:release:Commit: Steve Baker <sbaker@redhat.com>
meta:release:Change-Id: I58134a64699b815c1368c3c13efc29446a915f10
meta:release:Code-Review+2: Davanum Srinivas (dims) <davanum@gmail.com>
meta:release:Workflow+1: Davanum Srinivas (dims) <davanum@gmail.com>
2016-09-22 11:58:32 +00:00
OpenStack Proposal Bot
21015dfb3c Updated from generate-constraints
Change-Id: I6d0e82300899acc30d5dde236f8fb7f56d19eb42
2016-09-22 19:10:00 +10:00