We are glad to announce the release of: osc-lib 1.7.0: OpenStackClient Library This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/osc-lib Download the package from: https://pypi.python.org/pypi/osc-lib Please report issues through launchpad: https://bugs.launchpad.net/python-openstackclient For more details, please see below. 1.7.0 ^^^^^ New Features * "--os-profile" argument can be loaded from "OS_PROFILE" environment variables to avoid repeating "--os-profile" in openstack commands. Changes in osc-lib 1.6.0..1.7.0 ------------------------------- 596af36 Add test methods to compare formattable column values a599621 Updated from global requirements 4a6883c use openstackdocstheme html context 8f08eed update links to docs in readme 8e164af switch from oslosphinx to openstackdocstheme 5b80552 turn on warning-is-error for sphinx bdfa709 rearrange existing documentation to fit the new standard layout ca5864d Optimize find_resource: do not run the same query twice db9673f Make --os-profile load from environment variables b0b03b2 Deprecate --profile and remove after Apr 2017 2c9d959 Updated from global requirements f0819ef Add endpoint hook to BaseAPI 196b08d Remove log translations Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- README.rst | 4 +- osc_lib/api/api.py | 32 +++++- osc_lib/i18n.py | 10 -- osc_lib/shell.py | 22 +--- osc_lib/utils.py | 13 +-- ...e-as-environment-variable-a5e232e9ca7c5171.yaml | 6 ++ releasenotes/source/conf.py | 6 +- requirements.txt | 4 +- setup.cfg | 7 ++ test-requirements.txt | 8 +- 24 files changed, 429 insertions(+), 196 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3a245eb..0f4eb4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ cliff>=2.6.0 # Apache-2.0 -keystoneauth1>=2.20.0 # Apache-2.0 +keystoneauth1>=2.21.0 # Apache-2.0 @@ -11 +11 @@ os-client-config>=1.27.0 # Apache-2.0 -oslo.i18n>=2.1.0 # Apache-2.0 +oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b0f04ea..08427d8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking<0.11,>=0.10.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -11 +11 @@ requests-mock>=1.1 # Apache-2.0 -sphinx>=1.5.1 # BSD +sphinx>=1.6.2 # BSD @@ -19,2 +19,2 @@ bandit>=1.1.0 # Apache-2.0 -oslosphinx>=4.7.0 # Apache-2.0 -reno>=1.8.0 # Apache-2.0 +openstackdocstheme>=1.11.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0