We are happy to announce the release of: python-ironicclient 2.2.0: OpenStack Bare Metal Provisioning API Client Library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-ironicclient Download the package from: https://pypi.python.org/pypi/python-ironicclient Please report issues through launchpad: https://bugs.launchpad.net/python-ironicclient For more details, please see below. Changes in python-ironicclient 2.1.0..2.2.0 ------------------------------------------- 80ab8a6 Add release note for fix to bug 1745099 bc2c3a2 Traits support 677a4d8 Can not set portgroup mode as a number bebe488 Updated from global requirements 22ab93e Allow API user to define list of versions 5b01c8f Facilitate latest Rest API use 26602ce Updated from global requirements 7322222 Updated from global requirements 1f8d848 Updated from global requirements 387006e Use StrictVersion to compare versions 357c670 Accept port and portgroup as volume connector types 0f50db3 Ignore .eggs from git Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + ironicclient/client.py | 8 +- ironicclient/common/base.py | 17 +- ironicclient/common/http.py | 102 +++++++++-- ironicclient/osc/plugin.py | 10 +- ironicclient/osc/v1/baremetal_node.py | 113 +++++++++++++ ironicclient/osc/v1/baremetal_portgroup.py | 2 +- ironicclient/osc/v1/baremetal_volume_connector.py | 8 +- ironicclient/v1/client.py | 33 ++++ ironicclient/v1/node.py | 47 ++++++ ironicclient/v1/resource_fields.py | 7 + ...ow-api-user-to-use-latest-6b80e9f584eaaa4e.yaml | 26 +++ ...-request-list-of-versions-88f019cad76e6464.yaml | 7 + ...ow-integer-portgroup-mode-6be4d3b35e216486.yaml | 7 + .../notes/traits-support-8864f6816abecdb2.yaml | 20 +++ setup.cfg | 3 + test-requirements.txt | 6 +- 25 files changed, 844 insertions(+), 29 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 5a0e12b..a0317c3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ Babel!=2.4.0,>=2.3.4 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 +openstackdocstheme>=1.18.1 # Apache-2.0 @@ -13,2 +13,2 @@ reno>=2.5.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 -sphinx>=1.6.2 # BSD +oslotest>=3.2.0 # Apache-2.0 +sphinx!=1.6.6,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org