cliff 2.2.0 suports the formattable columns concept [1].
The feature is required to make JSON or other machine readable format
more useful in OSC or other cliff-based CLI implementation.
Note that we already specify cliff 2.2.0 in upper-constraints.txt.
[1] https://review.openstack.org/#/c/330223/
Change-Id: I39e6af731a2984f7c9b4f61dcccd8f64ffc000aa
sphinx-testing is needed by os-api-ref for testing the theme.
- Is the library actively maintained?
No changes in the last 12 months, but also no open issues.
- Is the library good code?
I believe so, includes tests itself.
- Is the library python 3 compatible?
Yes.
- Is the library license compatible?
Yes, BSD license.
- Is the library already packaged in the distros we target (Ubuntu
latest / Fedora latest)?
Packages found for Ubuntu and openSUSE:
http://packages.ubuntu.com/xenial/python-sphinx-testinghttps://build.opensuse.org/package/show/devel:languages:python/python-sphinx-testing
- Is the function of this library already covered by other libraries
in ``global-requirements.txt``?
Not that I'm aware of.
- Is the library required for OpenStack project or related dev or
infrastructure setup? (Answer to this should be Yes, of course)
Which?
Yes, os-api-ref - which is used to display api-ref of server projects.
Change-Id: I3bb1d25e3b9881b9cf18134f0eac84a8f4aedae6
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
Since a new version 0.8.0 of os-testr is released.
It adds following major improvements:
* Allow to specifiy black/white list at the same time
* Make subprocess outputs to text for Python 3
* Add --black-regex/-B option
* Add support for Python versions
http://docs.openstack.org/developer/os-testr/history.html
Change-Id: Idbe484c193b10c3dac1b035744c383c458b344f6
This adds a feature known as inner fixtures[1] which allows
a test harness to add per test request fixtures that can
perform output capture. This is required in Nova's use of
gabbi to be aligned with existing strategies for test logging
and debugging.
[1] http://gabbi.readthedocs.io/en/latest/fixtures.html#inner-fixtures
Change-Id: Ic13dc14f62334aefbcced93872ec564cab157898
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>
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
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
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
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
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
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