4885 Commits

Author SHA1 Message Date
Jenkins
d32dc2e1f5 Merge "use sha1 hashes to sort constraints" 2017-02-21 21:18:19 +00:00
OpenStack Proposal Bot
2df76d77e5 Updated from generate-constraints
Change-Id: I9f1d97ed84ecf8907f81a71e396915edca0cf23c
2017-02-21 12:39:20 +01:00
OpenStack Proposal Bot
3795b02fb0 Updated from generate-constraints
Change-Id: Ifc132ac16f7e335305afb515ebf2bf805cac99c3
2017-02-20 15:50:34 +01:00
Jenkins
dfcb74f23a Merge "Add Ocata branch remove Liberty" 2017-02-19 21:18:20 +00:00
Jenkins
9dd68586a2 Merge "Narrow down the results/matches" 2017-02-17 20:30:00 +00:00
OpenStack Proposal Bot
498bc76f83 Updated from generate-constraints
Change-Id: I180cc1b44f17c778eaa9422bad591ab0106ad055
2017-02-17 07:27:23 -05:00
Jenkins
891ce5f329 Merge "Add sushy to projects.txt" 2017-02-17 06:32:46 +00:00
Jenkins
2142246c1e Merge "Updated from generate-constraints" 2017-02-17 02:41:30 +00:00
Lucas Alvares Gomes
603554f02b Add sushy to projects.txt
This project already has check-requirements job specified in
project-config.

Change-Id: I5a9fdd56d7691214223588135669af24f13be188
2017-02-16 21:44:08 +00:00
OpenStack Proposal Bot
e351f272b7 Updated from generate-constraints
Change-Id: Ia114ce1e7a65ea29dac6e6ae98ff3bdeafa8776a
2017-02-16 12:00:08 -05:00
OpenStack Proposal Bot
06822d4de2 update constraint for pymod2pkg to new release 0.7.2
Change-Id: I610db18f04d9b203acfb9b59bcf852e452787145
meta:version: 0.7.2
meta:diff-start: -
meta:series: independent
meta:release-type: release
meta:pypi: no
meta:first: no
meta:release:Author: Thomas Bechtold <tbechtold@suse.com>
meta:release:Commit: Thomas Bechtold <tbechtold@suse.com>
meta:release:Change-Id: I1ae207103557464824b16cee1615da285f8b0f4a
meta:release:Code-Review+1: Igor Yozhikov <iyozhikov@mirantis.com>
meta:release:Code-Review+2: Doug Hellmann <doug@doughellmann.com>
meta:release:Workflow+1: Doug Hellmann <doug@doughellmann.com>
2017-02-16 16:31:24 +00:00
Tony Breeds
a4edd9d11a Add Ocata branch remove Liberty
Change the branches looked at to match the current tracked releases.

Change-Id: Ie406b3743c296905c8db196797b5c632d4d91dca
2017-02-16 11:52:03 +11:00
Tony Breeds
b4e3ac5714 Narrow down the results/matches
If you run grep-all.sh requests, you get all the item that match that
prefix.  It is a little messy.  Make the match patten more specific so
you only get the library you pass on the command line.

Change-Id: I16544372f7efff28933da728d11f85dc5e5f9aea
2017-02-16 11:51:56 +11:00
OpenStack Proposal Bot
9ca1530bf6 Updated from generate-constraints
Depends-On: I2faca143c72005c42ef9ce5576013390d0475fb6
Change-Id: Ic9ca32efb0788358b5e4f46a8f3170c719a46f23
2017-02-15 22:49:16 +00:00
Jenkins
44a3b5411e Merge "update constraint for WSME to new release 0.9.2" 2017-02-15 20:36:35 +00:00
Jenkins
79adc2fa80 Merge "Add kingbird client to requirements" 2017-02-15 14:01:33 +00:00
Jenkins
16eb801982 Merge "Complete switch to kubernetes pypi package" 2017-02-15 09:57:07 +00:00
Jenkins
119aa820cc Merge "Add flake8-import-order to global-requirements.txt" 2017-02-15 01:22:50 +00:00
Davanum Srinivas
b5ffeb9ec4 Complete switch to kubernetes pypi package
In I72359f2b811392008eb5267812bf343797b1553a, we added the
upstream pypi package from kubernetes community. Now that
Magnum has switched over, we can get rid of the old
python-k8sclient.

Change-Id: I3b26efb1074c8717d074656343ab3f8a3927b9c4
2017-02-14 18:42:21 -05:00
OpenStack Proposal Bot
86ff046626 update constraint for WSME to new release 0.9.2
Change-Id: Ic6a6a4ada62dc1ba1227f88a26266fc2c1ff6c1b
meta:version: 0.9.2
meta:diff-start:
meta:series:
meta:release-type: release
meta:pypi: yes
meta:first: no
2017-02-14 10:43:44 +00:00
Jenkins
953a6f3637 Merge "Add pypi package 'docker' to requirements" 2017-02-14 07:58:28 +00:00
Jenkins
3456318734 Merge "Updated from generate-constraints" 2017-02-14 05:48:30 +00:00
Masayuki Igawa
53e13b08f1
Add flake8-import-order to global-requirements.txt
This commit adds flake8-import-order to global-requirements.txt. With
this library, we can check whether imports order is along with the
hacking import order template[1] automatically.

Of course, we can check import orders by manual. However it is not fun
and we sometimes mistake. And we have H306 rule for checking import
orders but it only checks alphabetic order not for stdlibs or not.

[1] http://docs.openstack.org/developer/hacking/#import-order-template

* Is the library actively maintained?

  Yes. This has been released constantly and maintained by Python Code
  Quality Authority. http://meta.pycqa.org/en/latest/management.html

* Is the library good code?

  Yes. It's simple enough.

* Is the library python 3 compatible?

  Yes.

* Is the library license compatible?

  Yes, the library is licensed as MIT.

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

  No. It's on pypi.

* 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? Which?

  Tempest at this point: Iff75ebec42b295870edd1c04001adfb17460a682

Change-Id: Ia2140f5566ce169b076ffa5c9ebfbdbfc41e5bed
2017-02-14 12:48:27 +09:00
Jenkins
6b2c31d5e6 Merge "Bump python-novaclient to 7.1.0" 2017-02-13 15:08:15 +00:00
OpenStack Proposal Bot
c250437d2e Updated from generate-constraints
Change-Id: I6c113249ee2b5d325009ba3c58f53fab840736ea
2017-02-13 13:39:30 +00:00
Jenkins
294b5464d0 Merge "Move to kubernetes client from python-k8sclient" 2017-02-13 06:31:41 +00:00
OpenStack Proposal Bot
f8e2f9cf76 Updated from global requirements
Change-Id: Idb24473f9bd7f14c790792192bb9dbfde889571b
2017-02-11 17:52:37 +00:00
Jenkins
33387dd83d Merge "Blacklist requests 2.13.0" 2017-02-11 17:25:32 +00:00
Jenkins
0219265781 Merge "Add mitmproxy for openstack/mitmstack" 2017-02-11 17:25:26 +00:00
Jenkins
795a708517 Merge "Update global-requirements for psutil to 3.2.2" 2017-02-11 02:25:33 +00:00
Davanum Srinivas
c77986d9d2 Move to kubernetes client from python-k8sclient
Context:
http://lists.openstack.org/pipermail/openstack-dev/2017-January/111021.html

* Is the library actively maintained?

  Yes. This is a Kubernetes community project.

* Is the library good code?

  Yes. Same as python-k8sclient it's generated from swagger and patched
  for some failure scenarios.

* Is the library python 3 compatible?

  Yes.

* Is the library license compatible?

  Yes, the library is licensed as Apache 2.0

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

  No. It's on pypi.

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

  Yes in python-k8sclient which is only used and maintained by us. We should
  move to the upstream package instead.

* Is the library required for OpenStack project or related dev or
  infrastructure setup? Which?

  Magnum, Kuryr, Kolla-Kubernetes will need this library.

Change-Id: I72359f2b811392008eb5267812bf343797b1553a
2017-02-11 00:54:01 +00:00
Jenkins
edbe3ce9cd Merge "Updated from generate-constraints" 2017-02-11 00:53:04 +00:00
Jenkins
ef04080b00 Merge "remove upper cap of kombu/amqp" 2017-02-10 23:59:14 +00:00
Jenkins
3bf3bb1333 Merge "Add python-vitrageclient to the global-requirements." 2017-02-10 23:58:58 +00:00
OpenStack Proposal Bot
37f467f283 Updated from generate-constraints
Change-Id: Ie65cd7c75cce0b4f06fee16cfcb21466b97a93b7
2017-02-10 16:33:49 +00:00
Thomas Bechtold
ec55a6118d Update u-c for k8sclient to 0.4.0
Verion 0.4.0 is available on pypi and contains fixes for
(de)serialization.

Change-Id: I8d2a504fbf58f05abe83a32f0cd77e43b3730f15
2017-02-10 11:15:36 +01:00
Jenkins
ef5593d351 Merge "Update oslo.context to 2.12" 2017-02-10 06:48:55 +00:00
Jenkins
9d72334020 Merge "Update sphinx requirement" 2017-02-10 05:46:14 +00:00
Jenkins
c1ce320e25 Merge "Bump minimum Tempest version" 2017-02-10 04:42:00 +00:00
Ken'ichi Ohmichi
c1380b1531 Bump minimum Tempest version
We(QA team) are releasing library interfaces for using common Tempest
code from the other projects by bumping Tempest version.
The latest Tempest contains new library interfaces, then this patch
increases the minimum version.

Change-Id: Ie45595b898a24e33d3d413b8b928f06b9e0df6d0
2017-02-09 11:18:55 -08:00
Yuval Brik
005b7dbb0f Bump python-karborclient minimum to 0.1.3
Contains required python-karborclient changes for late fixes in Karbor:
 - filter parameter
 - trigger update
 - crucial fixes for Checkpoint .get() and removal of resource .data()

Change-Id: Ida472f5cd41e9fa1fd1914ae20eaf8288547c6aa
2017-02-09 13:51:56 +01:00
Jamie Lennox
5fc4d93f7a Update oslo.context to 2.12
oslo.context 2.12 contains support for service token information that we
are going to start needing for inter-service communication. Bump the
minimum version so we can rely on this information.

Change-Id: I09d7079341a25f1307d2dad7cd9eb7da2c87c1e2
2017-02-09 10:24:18 +11:00
Rob Cresswell
8c3a933ab0 Raise multiple minimum XStatic versions
Several of these packages are no longer compatible at their current
minimum versions. This patch raises the minimums to match
upper-constraints (effectively fixing the version number)

Change-Id: I4938f79f7b3c8952d3cbd4cf4c695551c397007f
2017-02-08 18:06:45 -05:00
Doug Hellmann
59e7ba18cc the nova-docker project has been retired
Change-Id: I5c74d83b53c2b60d14f87aa79a8be69048d2959e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-02-08 18:06:04 -05:00
huangtianhua
f75e8ecb4a Bump python-novaclient to 7.1.0
This update is required for heat and openstackclient
to use 'get_console_url' public method.

Change-Id: I36c6209b17ef453e1c2e47841daf41f81af471dc
2017-02-08 09:40:26 +08:00
Jenkins
d85454607a Merge "update constraint for murano-pkg-check to new release 0.3.0" 2017-02-07 07:21:06 +00:00
Jenkins
e01a1a9bfc Merge "update constraint for python-designateclient to new release 2.6.0" 2017-02-04 04:12:51 +00:00
Dimitri Mazmanov
1464d154a7 Add kingbird client to requirements
Kingbird has released the first version of its client.
Since out intention is to use the client for tempest test
in order to get rid of ugly curl requires.
Since we would like to comply with the global openstack
requirements, we need kingbirdclient to be part of the list
so that we could add it to the requirements.txt

Change-Id: I5247ab6f0f4d9950905fb846c2c6a3ec868ec23b
2017-02-03 17:07:46 +01:00
Kaiyan Sheng
d6e0bf777a Update global-requirements for psutil to 3.2.2
In order to run monasca-agent in environments using the musl libc
such as Alpine Linux, we need psutil>=3.2.2 due to an issue in the
old release [1].

[1]: https://github.com/giampaolo/psutil/issues/664

Change-Id: I76570d36648cde2838982542bc4fa2b65d12715f
2017-02-02 14:26:12 -07:00
OpenStack Proposal Bot
ccf5ca5684 update constraint for django_openstack_auth to new release 3.1.1
Change-Id: I390cf40625ae0d02dc9273d51d9bfabed9ebfd60
meta:version: 3.1.1
meta:diff-start: -
meta:series: ocata
meta:release-type: release
meta:pypi: yes
meta:first: no
meta:release:Author: Rob Cresswell <robert.cresswell@outlook.com>
meta:release:Commit: Rob Cresswell <robert.cresswell@outlook.com>
meta:release:Change-Id: I65c45ae6df3f6566a0f34bd90346ff8bd70fcd8e
meta:release:Code-Review+1: Steve Martinelli <s.martinelli@gmail.com>
meta:release:Code-Review+1: David Lyle <dklyle0@gmail.com>
meta:release:Code-Review+2: Davanum Srinivas (dims) <davanum@gmail.com>
meta:release:Workflow+1: Davanum Srinivas (dims) <davanum@gmail.com>
2017-02-02 17:25:09 +00:00