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
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
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
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
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
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
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
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
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
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