[release][ironic] python-ironicclient release 0.9.0 (mitaka)
We are content to announce the release of: python-ironicclient 0.9.0: OpenStack Bare Metal Provisioning API Client Library This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/python-ironicclient With package available at: https://pypi.python.org/pypi/python-ironicclient For more details, please see the git log history below and: http://launchpad.net/python-ironicclient/+milestone/0.9.0 Please report issues through launchpad: http://bugs.launchpad.net/python-ironicclient Changes in python-ironicclient 0.8.1..0.9.0 ------------------------------------------- 824025b Use doc8 style checker 9aa761f Fix the bug of incorrect spelling 07fc85c Replace six.iteritems() with .items() f672ac3 Allow 'abort' verb for node-set-provision-state 5afd483 Set a default endpoint value of None 6618390 Updated from global requirements ec7b3b1 Added unit test cases for command-line shell a5a15e4 Introduce openstackclient plugin b8691d0 Updated from global requirements 1338cd3 Remove unneeded param['detail'] setting Diffstat (except docs and test files) ------------------------------------- ironicclient/common/http.py | 4 +- ironicclient/osc/__init__.py | 0 ironicclient/osc/client.py | 51 +++ ironicclient/osc/plugin.py | 70 +++ ironicclient/osc/v1/__init__.py | 0 ironicclient/osc/v1/baremetal.py | 319 ++++++++++++++ ironicclient/v1/node_shell.py | 17 +- requirements.txt | 4 +- setup.cfg | 11 + setup.py | 2 +- test-requirements.txt | 1 + tox.ini | 1 + 22 files changed, 1456 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7203d39..d0236f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr<2.0,>=1.6 +pbr>=1.6 @@ -7,0 +8 @@ dogpile.cache>=0.5.4 +cliff>=1.14.0 # Apache-2.0 @@ -13,0 +15 @@ python-keystoneclient>=1.6.0 +python-openstackclient>=1.5.0 diff --git a/test-requirements.txt b/test-requirements.txt index 169c959..67223b4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,0 +7 @@ discover +doc8 # Apache-2.0
participants (1)
-
doug@doughellmann.com