CHANGES
=======

5.5.0
-----

* Add missing commands to the documentation
* Moving functional job to non-voting until we have a fix for it
* Force constraints when installing a package during tox test
* reno: Update master for unmaintained/yoga
* [codespell] Adding CI target for Tox Codespell
* [codespell] Adding Tox Target for Codespell
* [codespell] Fixing Spelling Mistakes
* Bump hacking to 6.1.0
* add pyproject.toml to support pip 23.1
* Update python classifier in setup.cfg
* Update master for stable/2023.2

5.4.0
-----

* Firmware Interface support
* Followup: Remove print statements from test
* tox: Remove basepython
* Add python3.10 support in testing runtime
* These should be indented 4 spaces to match the other things in this block
* Add baremetal node unhold
* Add support for parent node

5.3.0
-----

* Node sharding support
* Add support for node inventory
* Fix minor spelling errors and incorrect help text

5.2.0
-----

* Update dependencies for pep8: to hacking v6
* Accept configdrive as a JSON file
* Update master for stable/2023.1
* Allow several nodes for most node actions

5.1.0
-----

* Fix tox4 error
* No longer override install\_command in tox.ini
* Fix wrong assertion methods
* Add Python3 antelope unit tests
* Update master for stable/zed
* remove unicode from code

5.0.1
-----

* Remove unused check\_python\_version

5.0.0
-----

* The Python 3.6 and Python 3.7 Support has been dropped since zed
* Drop lower-constraints.txt and its testing
* Fix logging in the baremetal CLI
* CI: Removing ironic job queue
* Fix CI
* Add Python3 zed unit tests
* Update master for stable/yoga
* Avoid using 'foo' as invalid JSON test data

4.11.0
------


4.10.0
------

* Improve description of "node boot mode set"
* Use only Yoga tests
* Updating python testing classifier as per Yoga testing runtime
* Add node history support
* Test python 3.6 for distributions compatibility
* Made \`baremetal <command> --help\` display command specific help
* Fix references to ironicclient classes and methods

4.9.0
-----

* Fix distribution compatability for configdrive build
* Add Python3 yoga unit tests
* Update master for stable/xena
* Add support for fields in drivers CLI
* Validate path when passing a config-drive

4.8.0
-----

* Add support for changing 'boot\_mode' and 'secure\_boot' states
* Add lower-constraints job to current development branch
* Include BIOS registry fields in bios setting list command
* Fix for missing fonts in PDF jobs
* Add support for 'boot\_mode' and 'secure\_boot' node resource fields
* Changed minversion in tox to 3.18.0
* Update project conundrum related docs
* Switch testing to Xena testing runtime

4.7.0
-----

* setup.cfg: Replace dashes with underscores
* Make baremetal --debug actually work
* Fix the functional tests
* Add Python3 xena unit tests
* Update master for stable/wallaby
* Fix --fields network\_data

4.6.1
-----


4.6.0
-----

* Clearer error message when unable to parse JSON
* Support YAML files wherever JSON files are accepted
* Add missing unit tests for provision state commands
* Update minversion of tox
* Add 'deploy steps' for  provisioning API

4.5.0
-----

* Add PyPi link to readme.rst
* Support setting automated\_clean to False
* Move pep8 dependencies from test-requirements to tox.ini
* remove lower-constraints job tox.ini
* Remove lower-constraints job
* Use TOX\_CONSTRAINTS\_FILE
* Update create node from file example
* Set safe version of hacking
* Remove install unnecessary packages
* requirements: Drop os-testr
* Remove install unnecessary packages
* Fix l-c job
* Add Python3 wallaby unit tests
* Update master for stable/victoria
* Add tests for 'baremetal port create' command

4.3.0
-----

* Remove Babel requirement
* Fix expected exception message in one test
* Set min version of tox to 3.2.1
* Remove pypy
* Add port-uuid parameter to node vif attach
* Fix missing tox in functional devstack-minimal based job
* Add release note regarding global\_request\_id
* Allow to pass global request id for remaining objects
* Allow to pass global request id in port and volume
* Allow to pass global request id in node methods
* Fix pygments style

4.2.0
-----

* drop mock from lower-constraints
* Cap jsonschema 3.2.0 as the minimal version
* Update lower-constraints.txt
* Switch to newer openstackdocstheme and reno versions
* Add global\_request\_id into the base client methods
* Allow to pass additional arguments into adapter
* Remove future dependency
* Get rid of the oslo.serialization dependency
* Add py38 package metadata
* Use unittest.mock instead of third party mock
* Restore default netboot boot option
* Check import order
* Add Python3 victoria unit tests
* Update master for stable/ussuri
* Add \`network\_data\` ironic node attribute support
* Convert ironicclient-tempest to dib

4.1.0
-----

* Standalone CLI: fix a minor issue in the docs
* Get rid of the oslo.config requirement
* Standalone CLI: optional support for ironic-inspector
* Make oslo.i18n an optional dependency
* A standalone CLI for ironic
* Cleanup py27 support
* Add node lessee
* Bump hacking to 3.0.0
* Explicitly set ramdisk type
* Add --no-retired list option

4.0.0
-----

* Provide a clear error message when using client.Client without a session
* Add support for retired{\_reason} fields
* Remove VerifiedHTTPSConnection class
* Add allocation owner
* Enforce running tox with correct python version based on env
* Stop using six library
* Fix AttributeError in negotiate\_version
* Drop python 2.7 support and testing
* Switch jobs to python3
* Switch to Ussuri job
* Fix source link
* Add versions to release notes series
* Fix usage of --owner filter during node list
* Make it clear that a Session is required for v1.client.Client
* Fix TypeError when using endpoint\_override with SessionClient
* Make the dependency on oslo.config explicit
* Remove the requirement on either endpoint\_override or os\_ironic\_api\_version
* Update master for stable/train

3.0.0
-----

* Build pdf doc
* Remove deprecated keystone arguments
* Remove deprecated endpoint argument
* Remove the ironic command
* Remove deprecated common.http.HTTPClient class
* Add release note for bug #2006216
* Strip prefix when paginating
* Update api-ref location
* Switch to the new canonical constraints URL on master
* Update Python 3 test runtimes for Train

2.8.0
-----

* Add allocation update API
* Update sphinx requirements
* Allocation API: support allocation backfilling
* Do not try to use /v1/v1 when endpoint\_override is used
* Fetch requirements from opendev
* OpenDev Migration Patch
* Dropping the py35 testing
* Uncap jsonschema
* Replace openstack.org git:// URLs with https://
* Update master for stable/stein
* Run jobs under python2 and python3
* Use endpoint\_override in version negotiation
* Move to zuulv3

2.7.0
-----

* Update release notes
* Follow-up to the configdrive change
* Accept 'valid\_interfaces' in client setup
* pass endpoint interface to http client
* Support passing a dictionary for configdrive
* Deploy templates: client support
* [Trivial] Allocation API: fix incorrect parameter description
* [Follow Up] Add 'hostname' to port's local link connection
* Replace mock.has\_calls() with assert\_has\_calls
* Add 'hostname' to port's local link connection
* Add is-smartnic port attribute to port command
* Support node description
* Allocation API: client API and CLI
* add python 3.7 unit test job
* Add Events support
* Add node owner
* Support for conductors exposed from API
* Change openstack-dev to openstack-discuss

2.6.0
-----

* Change openstack-dev to openstack-discuss
* Add Python 3.6 classifier to setup.cfg
* Support for protected and protected\_reason fields
* Sort columns in node detailed list alphabetically
* Add management of automated\_clean field
* Update min tox version to 2.0
* Fix a LOG.warning which didn't work properly
* Fix a typo in the docstring
* Modify useful links to project resources in README
* Minor fixes to README.rst
* Use templates for cover and lower-constraints
* Replace assertRaisesRegexp with assertRaisesRegex
* fix typo
* add python 3.6 unit test job
* switch documentation job to new PTI
* import zuul job settings from project-config
* Update reno for stable/rocky

2.5.0
-----

* Add support for conductor groups
* Add support for reset\_interfaces in node's PATCH
* Support resetting interfaces to their default values
* Remove testrepository
* Fix lower-constraints.txt
* Support node's deploy\_step field
* Trivial fix typo of description

2.4.0
-----

* Add microversion override for get and list
* BIOS Settings support
* Switch functional tests to the fake-hardware hardware type
* Power fault recovery: client support
* fix tox python3 overrides
* Support per-call version: set\_provision\_state
* Switch to using stestr
* Wire in header microversion into negotiation
* Include python API reference in docs
* Do not abort wait\_for\_provision\_state of last\_errors becomes non-empty
* Allow to use none auth in functional tests
* Stop double json decoding API error messages
* Gate fix: Cap hacking to avoid gate failure
* Switch to none auth for standalone mode
* Do not run functional (API) tests in the CI
* Follow the new PTI for document build
* Fix incompatible requirement in lower-constraints
* Update references to launchpad for storyboard
* Updated from global requirements
* fix a typo in documentation
* add lower-constraints job
* Minor version bump for 2.3.0
* Updated from global requirements
* [doc] Add 'openstack create' command to command reference
* Switch the CI to hardware types and clean up playbook
* Updated from global requirements
* Minor changes to version negotiation logic
* Updated from global requirements

2.3.0
-----

* Updated from global requirements
* Change confusing test class names
* Update 'Usage' section in 'doc/source/api\_v1.rst'
* Updated from global requirements
* Replace use of functools.wraps() with six.wraps()
* Zuul: Remove project name
* Use 'with' method rather than having to call close
* Follow-up of rescue mode
* Add rescue\_interface to node and driver
* Add support for RESCUE and UNRESCUE provision states
* Update reno for stable/queens

2.2.0
-----

* Add release note for fix to bug 1745099
* Replace curly quotes with straight quotes
* Use the 'ironic' queue for the gate
* Check return value in test\_baremetal\_list\_traits
* Traits support
* Can not set portgroup mode as a number
* Updated from global requirements
* Allow API user to define list of versions
* Facilitate latest Rest API use
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Use StrictVersion to compare versions
* Accept port and portgroup as volume connector types
* Ignore .eggs from git

2.1.0
-----

* Updated from global requirements
* Accept None as a result of node validation in functional test
* Use the tempest plugin from openstack/ironic-tempest-plugin
* Remove RBD examples
* Use assertRegex instead of assertRegexpMatches
* Updated from global requirements
* Avoid tox\_install.sh for constraints support
* Remove setting of version/release from releasenotes
* Updated from global requirements
* Updated from global requirements
* osc node power on & off commands
* zuul: centralize 'irrelevant-files' list
* Updated from global requirements

2.0.0
-----

* Update release notes
* [reno] Prelude for release 2.0
* Move legacy ironicclient jobs in-tree
* Mock filecache.CACHE in unit tests
* Add ability to provide configdrive when rebuilding with OSC
* Pass missing arguments to session in SessionClient.\_make\_session\_request
* Switch the deprecated "ironic" CLI to "latest" API version by default
* Make functional tests on JSON output debugable
* Set the default API version of OSC CLI to "latest"
* Synchronize ironic and ironicclients list of boot devices
* Allow re-negotiation of the latest version supplied by CLI
* Clean up the release notes
* Use generic user for both zuul v2 and v3
* Deprecate the ironic CLI
* Do not use urljoin in base http client
* Replace testr with stestr
* Update documentation
* Update README
* Updated from global requirements
* Cleanup test-requirements
* Do not depend on python-openstackclient
* Updated from global requirements
* Updated from global requirements
* Remove deprecated OSC baremetal commands
* flake8: Enable some off-by-default checks
* Updated from global requirements
* Fix to use "." to source script files
* tox.ini: Add 'py36' to the default envlist
* Allow OS\_BAREMETAL\_API\_VERSION=latest to work
* Add auto-generated CLI reference
* Updated from global requirements
* Add test for set/unset node target\_raid\_config
* Skip warning when changing target\_raid\_config
* Update the documentation link for doc migration
* Updated from global requirements
* Add basic tests for OSC plugin baremetal driver commands
* Pass os\_identity\_api\_version into functional tests
* Update reno for stable/pike

1.16.0
------

* Turn on warning-is-error
* Follow up to the API version warning patches
* Updated from global requirements
* Log warning when API version is not specified for the ironic tool

1.15.0
------

* Update volume release notes to fix reno
* Add physical network to port commands
* Update and optimize documentation links
* Updated from global requirements
* Follow up for OSC volume target commands
* Add Ironic CLI commands for volume target
* Rearrange existing documentation to fit the new standard layout
* Updated from global requirements
* Follow-up release note revision
* Add Ironic CLI commands for volume connector
* Add support for storage\_interface to node and driver CLI
* Add OSC commands for volume target
* Follow up for OSC volume connector commands
* Remove useless variables assignment in unit test
* Fixed wrap from taking negative values
* Replace http with https
* Fix unit tests for volume connector and target
* Add OSC commands for volume connector

1.14.0
------

* Fix over-indent in  \_validate\_obj() functions
* Add volume target support to Python API
* Add volume connector support to Python API
* switch from oslosphinx to openstackdocstheme
* reno: feature parity between ironic & OSC
* Updated from global requirements
* Log warning when API version is not specified for the OSC plugin
* Improve help text for --local-link-connection
* Update releasenote for osc-port-set
* Add options for osc 'port set' command
* Updated from global requirements
* Add OSC 'baremetal driver raid property list' cmd
* Add OSC 'baremetal driver property list' command
* Create port with specific port group UUID in OSC
* Adds --driver option to OSC "node list" command
* Add --uuid option to OSC "port create" cmd
* Remove support for py34
* Updated from global requirements
* Add basic tests for OSC plugin baremetal chassis commands
* Updated from global requirements
* Replace assertRaisesRegexp with assertRaisesRegex
* Updated from global requirements
* Updated from global requirements

1.13.0
------

* Updated from global requirements
* Add usage documentation for Baremetal OSC Plugin
* Updated from global requirements
* Extends driver-list, driver-show supporting new hardware types
* Updated from global requirements
* Deduplicate method in OSC functional tests
* Remove log translations

1.12.0
------

* Update OSC baremetal node set/unset supporting dynamic drivers
* Add missing 'autospec' statements to unit test mocks
* Add space between items in exception message
* OSC 'node list' recognizes all provision states
* Add DRIVER\_RESOURCE to remove duplicated strings
* Add tests for node list and show with specific fields
* Add negative tests for baremetal node commands
* Updated from global requirements
* Updated from global requirements
* Update test requirement
* Updated from global requirements
* Add testcases for OSC baremetal port group commands
* Remove 'states' field from OSC CLI output
* Updated from global requirements
* Print pecan exceptions properly
* Add basic tests for OSC plugin baremetal port commands
* Add VIFs commands to help test
* Handle log message interpolation by the logger
* Support i18n for baremetal driver, portgroup cmds
* Do not show chassis\_uuid field when it is not specified
* Add test to create a port with specific port group UUID
* Fix cleanup of resources in OSC plugin functional tests
* Fix cleanup of resources in functional tests
* Change tenant to project in docs and unit tests
* Support i18n for baremetal node cmds
* Use same variable for --[no-]maintenance
* Add args to CLI 'node-create' for selecting hardware interfaces
* Update reno for stable/ocata

1.11.0
------

* Support --os-baremetal-api-version latest
* Allow creating portgroups via create commands
* Fix help message for the node-vif-attach command
* Functional tests for port groups in ironicclient
* Add --wait to OSC provisioning commands
* Add --no-maintenance to OSC 'baremetal node list'
* Follow up nits in the patch "ironic node-inject-nmi"
* Updated from global requirements
* Fix node-inject-nmi to pass an empty body
* Add negative test-cases for openstack node create command
* Typo fix: prefered => preferred
* Fix ImportError when providing a meaningless API version
* Add a new OSC command for Inject NMI

1.10.0
------

* Support soft reboot and soft power off with timeout for OSC
* Add soft reboot/poweroff power states
* Change os\_tenant\_name to os\_project\_name in tests configuration script
* Support i18n for baremetal chassis cmds
* Support i18n for baremetal port cmds
* Updated from global requirements
* Replace yaml.load() with yaml.safe\_load()
* Add a new command "ironic node-inject-nmi"
* Extend VIF attach commands

1.9.0
-----

* Add interface attach/detach support
* Update tox envs list
* Fix multiple ports deletion
* Raise on NodeManager get when invalid identifier provided
* [trivial] Fix underline length under title in doc
* [trivial] Fix of apostrophe in tox.ini
* Simplify heading capitalization
* Add mode and properties to portgroup OSC plugin
* Add mode and properties to portgroup
* Log warning if no property for (Un)Set commands
* Pass argument as params in test\_port\_update
* Add portgroup support to osc plugin
* Simplify heading capitalization in shell's HelpFormatter
* Describe possible exception in docstring
* Fix API object representation in unittests
* Verify JSON response of chassis commands
* Add python API and CLI for port groups
* Use oslo\_serialization.base64 to follow OpenStack Python3
* Updated from global requirements
* Fix exception message creation in get\_client()
* Describe possible exception in docstring
* Add more tests to node\_shell
* Updated from global requirements
* Use identity api version 3 for OSC plugin tests
* Strip endpoint version in OSC plugin
* Update release note for fix to required args
* Show team and repo badges on README
* Add warning message for baremetal node set/unset commands
* Allow import more than one func from i18n
* Add sanity tests for baremetal power state commands
* List required arguments in '--help' message in Ironic Client
* Replace six.iteritems() with .items()
* Add unit tests for OSC plugin
* Use uuidutils instead of uuid.uuid4()
* Add tests for maintenance mode commands
* Add tests for provision state commands
* Add test for ironic port-list command
* OSC add capability to remove node/chassis\_uuid
* Update to hacking 0.12.0 and use new checks
* Updated from global requirements

1.8.0
-----

* Fix python3 compatibility when HTTP Error are returned
* Add basic tests for OSC plugin baremetal node commands
* Updated from global requirements
* Avoid string interpolation in logging calls
* Updated from global requirements
* Use function import\_versioned\_module from oslo.utils
* Updated from global requirements
* Fixed json response func tests
* Fix display of chassis UUID field if empty
* Extend OSC "node list" cmd to fetch nodes without instance UUID
* [trivial] Remove unused variables assignment
* Updated from global requirements
* Add plug-in summary for osc doc
* Updated from global requirements
* Set OSC default baremetal api version as in ironicclient
* Fix import of ironicclient and reformat docstring
* Update .gitignore to ignore .idea of PyCharm
* Enable release notes translation
* Add docs for create command
* Refactor provision state so all actions can use inherited take\_action
* If no resource, don't call Resource.to\_dict()
* Updated from global requirements
* Add prefix "$" for command examples
* TrivialFix Remove white space between print and ()
* Use ConfigParser instead of SafeConfigParser in Python 3
* Hide 'nodes' field from chassis OSC subcommands output
* Hide 'ports' field from node OSC subcommands output
* 'ironic create' handles file args
* Adds --chassis-uuid to osc 'baremetal node set'
* standardize release note page names and ordering
* Document updating nested node attributes with CLI
* OSC plugin support microversions 1.21 & 1.22
* Update reno for stable/newton
* Include jsonschema only once in requirements
* use utils.key\_value\_pairs\_to\_dict()
* Move duplicated info to new v1/utils.py

1.7.0
-----

* Correct a couple small grammar things in release notes
* Clean up release notes for 1.7
* Change 'P' to 'Queens' and add deprecation date
* Add openstack baremetal driver commands
* Don't write python bytecode while testing
* Add node validate OSC command
* Add --chassis to 'openstack baremetal node list'
* Sync tools/tox\_install.sh
* Updated from global requirements
* Using assertIsNone() is preferred over assertEqual()
* Add --node to 'openstack baremetal port list'
* Adds node boot device & passthru OSC commands
* Set/unset node's target RAID config via OSC command
* Add baremetal port list command to OSC plugin
* Updated from global requirements
* Add baremetal port delete command to OSC plugin
* Add openstack baremetal chassis commands
* Adds 'openstack baremetal node console' commands
* Use osc-lib instead of openstackclient
* Use osc\_lib instead of cliff
* Update hacking test-requirement
* Add docs target to tox.ini
* Add --wait flag for provision actions and wait\_for\_provision\_state function
* Use constraints for all the things
* Trivial: Fix doc string for class DeleteBaremetalNode
* Add key\_value\_pairs\_to\_dict() method
* Updated from global requirements
* Add 'openstack baremetal node adopt' command
* Update help shown for node-delete
* Add baremetal port set command to OSC plugin
* Fail with more meaningful error while creating client
* Deprecate -l option for port creation in OSC plugin
* Trivial: remove redundant parentheses
* Remove unused variables assignments in OSC plugin unit tests
* Fix i18n problems in shell.py
* Add create command to ironic client
* Updated from global requirements
* Fix uuid to UUID in expected error messages
* Trivial: Remove useless spaces
* Verify JSON response of driver commands
* Make shell main() specify return value in exit code
* Add baremetal port unset command to OSC plugin

1.6.0
-----

* Add support for node.resource\_class
* Fix coverage target
* Add CLI tests to check JSON response body
* Add baremetal port show command to OSC plugin
* Add internal\_info field to port
* Remove unused LONG\_FIELDS
* Remove discover from test-requirements
* Trivial: Fix wrong comment in power state test

1.5.0
-----

* Updates supporting ironic-neutron integration
* Add release note link for client release notes
* Add Python 3.5 classifier and venv
* Fix Quick-start example syntax
* Negative tests for testing chassis-create command
* Updated from global requirements

1.4.0
-----

* Fix py35 unit tests
* Grammatical fixes for cache expiry feature
* Change position in assert arguments
* Add test for ironic node-list command
* Updated from global requirements
* Add test for ironic driver-list command
* Add env var for version cache timeout
* Add invalid attribute names to exception
* Simplify use of config\_drive arg in osc
* Add maintenance mode commands
* Add provision state commands
* Fix error returned by ironic --json node-validate
* Negative tests for testing actions with Chassis
* Updated from global requirements
* Add test for 'node-show --field' command
* Updated from global requirements
* Tests for CLI help message
* Move methods to utils.py
* Updated from global requirements
* Implementation of baremetal power state commands
* Implementation of baremetal port create
* Updated from global requirements
* Add test for chassis-node-list
* Fix quotation mark in docstring
* Add test for 'port-show --field' command
* Add sanity tests for testing actions with Port
* Updated from global requirements
* Catch RetriableConnectionFailures from KAuth and retry
* Updated from global requirements
* Bring OSC plugin inline with approved spec
* Updated from global requirements
* Use name randomizer from tempest
* Updated from global requirements
* Replace deprecated tempest-lib with tempest
* Update the home-page with developer documentation
* Trivial: ignore openstack/common in flake8 exclude list
* Updated from global requirements
* Fix typo in docstring of assertTableHeaders method
* Fix for tox 'testenv:cover' command
* Updated from global requirements
* Updated from global requirements
* Fix typos in docstrings and comments
* Add test for 'chassis-show --field' command
* Client addition for Active Node Creation verb adopt
* Fix pep8 stderr warning regarding \_\_all\_\_ defined as list
* Code style fix according to flake8
* Set endpoint\_override while doing session.request
* Trivial: Fix incorrect comments in test\_baremetal.py
* Remove httplib2
* Update reno for stable/mitaka
* Updated from global requirements

1.2.0
-----

* Remove leftover use of args.os\_endpoint
* Improve output of --json option
* Updated from global requirements
* Add CLI support for RAID configuration
* Updated from global requirements
* Use keystoneauth instead of keystoneclient
* Don't ignore failures when delete nodes
* Use requests lib in HTTPClient
* Add a JSON option to the client
* Do not pass endpoint to constructor in OSC
* Fix Resource.\_\_eq\_\_ mismatch semantics of object equal
* Log SHA1 hash of X-Auth-Token value
* Stop ignoring \_ as builtin in pep8
* Remove unused \`anyjson\`
* Updated from global requirements
* Add sanity tests for testing actions with Chassis
* Add 'node-set-provision-state <node> clean'
* continue to delete next node if failed with previous one
* Updated from global requirements
* Fix unit test 'Argument parse failed' error
* Updated from global requirements
* Replace HTTP 'magic numbers' with constants
* Add CLI to list nodes using the same driver
* Allow functional tests to work with Keystone v3

1.1.0
-----

* Allow to initialize keystone v3 client
* Updated from global requirements
* Support all API versions up to 1.latest
* Put py34 first in the env order of tox 
* Updated from global requirements
* Updated from global requirements
* Fix params order in assertEqual
* Updated from global requirements
* Remove openstack-common.conf
* Move ironicclient/common tests to their respective directory
* Do not log secrets
* Fix test cases of listing with provisioning state
* Replace assertTrue with explicit assertIsInstance
* Add first reno-based release note
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Add reno for release notes management
* Add Sanity tests for testing actions with Driver
* Replace assertEqual(None, \*) with assertIsNone in tests
* Removes MANIFEST.in as it is not needed explicitely by PBR
* Switch tox unit test command to use ostestr
* Drop py33 support
* Add --uuid to port-create
* Add --uuid to chassis-create
* Deprecated tox -downloadcache option removed
* Scale back on how many warnings we issue
* Refactoring and removing duplicate code of "base.Manager" heirs without changing the API
* Correct node-port-list help info
* Fix exceptions.from\_response() parameter
* Updated from global requirements
* Tests for testing node-set-power-state command
* Add --wrap option for "ironic driver-properties"
* Fix misprints in docstring
* Updated from global requirements
* Revert "Refactoring and removing duplicate code of "base.Manager" heirs"
* Refactoring and removing duplicate code of "base.Manager" heirs
* Updated from global requirements
* Add sanity tests for testing actions with Node
* Remove httpretty workaround
* Use a dict to translate node power states to json data
* Use requests-mock instead of httpretty
* Updated from global requirements
* Add missing translation markers
* update node shell help info
* replace LOG.warn with LOG.warning
* Updated from global requirements

1.0.0
-----

* A minor change for driver\_shell test
* Add documentation on how to run tests
* Add driver-get-vendor-passthru-methods cmd
* Add a new cmd method node-get-vendor-passthru-methods
* Add more unit tests for clituils
* Drop explicit Python 2.6 support
* Make print\_list accept a list of dict
* Sync with oslo-incubator
* Last sync from oslo-incubator
* Use keystoneclient.exception directly
* Add simple table structure Ironic CLI tests
* Introduce tempest-lib to functional tests

0.10.0
------

* Updated from global requirements
* Make sort keys the same for list commands
* Updated from global requirements
* Remove lxml requirement
* Mock keystone call to avoid test failure
* Add more filters for chassis node-list

0.9.0
-----

* Use doc8 style checker
* Fix the bug of incorrect spelling
* Replace six.iteritems() with .items()
* Allow 'abort' verb for node-set-provision-state
* Set a default endpoint value of None
* Updated from global requirements
* Added unit test cases for command-line shell
* Introduce openstackclient plugin
* Updated from global requirements
* Remove unneeded param['detail'] setting

0.8.1
-----

* Fixes file cache TypeError
* Fix functional tests job
* Replace ConfigParser with six.moves.configparser

0.8.0
-----

* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Added unit tests for command-line shell
* Also retry on connection refused
* Updated from global requirements
* Updated from global requirements
* Add provision\_updated\_at field to nodes
* Filtering nodes by provision state
* Replacing dict.iteritems() with dict.items()
* Updated from global requirements
* Fix version negotiation
* Updated from global requirements
* Allow specifying a set of fields of the Port and Chasis resources
* Revert: requirement files in alphabetical order
* Fix unittests due mock 1.1.0 release
* Allow specifying a set of fields of the Node resource
* Expose node's clean\_step and bump default version
* Fix slow tests in RetriesTestCase
* Updated from global requirements
* Updated from global requirements
* Also retry on HTTP 503 (service unavailable)
* Cache negotiated api microversion for server
* Updated from global requirements
* Cleanup session creation
* Updated from global requirements
* Register global Keystone args first
* Install the ironicclient into the 'venv' virtualenv
* Updated from global requirements
* Refactor resource\_fields.py

0.7.0
-----

* Disable meaningless sort keys in list command
* httpretty can fail in Python 3.4 with wrong LC\_ALL
* Add node-show-states command
* Updated from global requirements
* Revert fix that issues Unauthorized exception
* Sync oslo.incubator
* Consistent and more valid strings for Booleans
* Drop use of 'oslo' namespace package
* Disable invalid sort key in list command
* Updated from global requirements
* Add in support for a tox pypy target
* Ensure \*-show input uuid is not empty
* Remove unneeded 'utf-8' coding lines

0.6.0
-----

* Update README to work with release tools
* Encode exception on cli for UnicodeDecodeError
* Implement and enable retries on Conflict
* Uncap library requirements for liberty

0.5.1
-----

* Client should fall back to the lower versions if necessary
* Upgrade hacking to latest release
* Fix node\_uuid option is required for port-create

0.5.0
-----

* Force LANGUAGE=en\_US in test runs
* Add unittests for resource\_fields
* Updated from global requirements
* Add support for generating a config drive
* Clean openstack-common module list
* Send version header by default
* Use oslo.i18n lib
* Add support for logical names
* Metavar name should be hyphenated
* Avoid httpretty 0.8.8 as it can break unittests
* Add support for inspection to node-set-provision-state
* Fix the final PEP8 errors
* Adds basic ironicclient functional testing
* Fix two error strings in the CLI
* Fix typo on patch 155624
* Enable ironicclient with --ironic-api-version 1.x
* Fix PEP8 E121,E122,E123,E124,E125,E129 errors
* Updated from global requirements
* For flake8 check, make the 'E12' ignore be more granular
* Updated from global requirements
* Consistent names of args and metavars, and help strings
* Remove unused OS\_TEST\_TIMEOUT variable
* Capture stdout or stderr in tests
* Updated from global requirements
* Fix Python Ironic Client Documentation

0.4.1
-----

* Rename --configdrive to --config-drive
* Fix argument for configdrive usage
* Fix help string for port-list

0.4.0
-----

* port-list support get-port-from-mac
* Update requirements.txt
* cli support --os-endpoint
* ironicclient node-set-maintenance to accept true/false
* Updated from global requirements
* Check if --config-drive is only used with provision state "active"
* Add --config-drive to node-set-provision-state
* Add driver\_internal\_info to node-show output

0.3.3
-----

* ironicclient handle faultstring when using SessionClient
* Support setting non-string fields
* Workflow documentation is now in infra-manual
* Removed http proxy environment variable so that httpretty can work
* Fix to properly issue an Unauthorized exception

0.3.2
-----

* Add option to specify node uuid in node-create subcommand
* Add IRONIC\_URL to README
* Fix log\_curl\_request API version duplication
* Update README
* Fix node-set-provision-state cmd's help strings
* Updated from global requirements
* Add maintenance\_reason to node-show output
* Add 'API' to description of ironic command
* Fix the usage comment of node-set-power-state cmd
* Updated from global requirements
* Fix sphinx warnings
* VendorPassthru commands to support different HTTP methods
* Sane parameters for node and driver vendor\_passthru()
* Updated from global requirements
* Sync apiclient from Oslo
* Add node-set-maintenance command
* Fix python-ironicclient crash
* Adds tty password entry for ironicclient

0.3.1
-----

* Correct node CREATION\_ATTRIBUTE "uuid"
* Updated from global requirements
* Add keystone v3 CLI support
* Stop using intersphinx
* Bump hacking version
* Add "ironic node-set-power-state" cmd unit test
* Small fixes for utils/{common\_filters,common\_params\_for\_list}
* Add unit tests for "ironic node-show" shell cmd
* Remove unused command in tox.ini
* Add unit tests for "ironic node-create" shell cmd
* Add unit test for "ironic node-update" shell cmd
* Updated from global requirements

0.3.0
-----

* Replace calls to Mock.assert\_not\_called
* Add defaults to the CLI help strings
* Updates to CLI doc
* Add 'rebuild' option to node-set-provision-state
* Update README with a bit more info
* ironic client to use os\_region\_name if provided
* Add unit test for "ironic port-update" shell cmd
* Add unit tests for "ironic node-delete" shell cmd
* handles keyboard interrupt
* fixes help string for driver-list
* Add 'bash-completion' to 'ironic help' response
* List resources with detail
* Add sort\_key and sort\_dir parameters to \*-list
* Fix column headings regression due to switch to cliutils
* Work toward Python 3.4 support and testing
* Updated from global requirements
* Fix misspelled class name AmbigiousAuthSystem
* Optimize get\_by\_instance\_uuid
* Show port by MAC address

0.2.1
-----

* Add /nodes/detail support
* Trim trailing slash and version from endpoint
* Updated from global requirements

0.2.0
-----

* Export 'client' and 'exc' modules
* Add {set,get}\_boot\_device and get\_supported\_boot\_devices
* Add driver-properties command
* Add ironic cli support for vendor-passthru
* Add pagination support to {node, port, chassis}-list
* Expose auth\_ref in ironicclient client object
* Add bash completion support for ironic cli
* Remove aliases \`arg\` and \`env\` from utils
* Use suitable assert
* Add CONTRIBUTING.rst
* Make a few minor updates to node shell help strings
* Updated from global requirements
* Add set\_provision\_state command
* Add UTF-8 coding lines to all Python files
* replace dict.iteritems() with six.iteritems(dict)
* node-show to show the instance\_info field
* removed py3kcompat module
* Updated from global requirements
* Reuse module \`cliutils\` from common code

0.1.4
-----

* Updated from global requirements
* Sync latest code and reuse exceptions from oslo
* node-get-console incorporate the changes in API
* Adds documentation for ironicclient API
* Remove py3kcompat module
* Add documentation for ironic CLI
* Updated from global requirements
* Documentation for contributors
* Fix docstring for client.get\_client()
* Updated from global requirements
* node-list to show the maintenance field
* Add main developer page

0.1.3
-----

* Sync cliutils from oslo
* Avoid traceback with insufficient auth credentials
* Add support for 'driver-show' command
* Updated from global requirements
* Add set-console-mode, get-console commands
* Sort requirement files in alphabetical order
* Filtering nodes by maintenance mode
* Remove shebang lines from code

0.1.2
-----

* Fix the test parameter order
* Return 'maintenance' from node-show command
* Fix params order in assertEqual
* Remove vim header
* Node power state is not printed after set
* Return node\_uuid from a port-show cmd
* Fix Iterface misspelling from node-validate cmd
* Remove tox locale overrides
* Add node.states() to the client library
* Fix node-create help requiring chassis uuid
* Updated from global requirements
* Remove unused method 'string\_to\_bool' from utils

0.1.1
-----

* Reuse Resource from oslo
* Sync apiclient and strutils from Oslo
* Run unittest with python 3.3
* Drop python2.5 suport in ironicclient.common.http
* Improve node-validate command output
* Add set\_provision\_state to the client libs
* ironic client should display chassis\_uuid value
* Update openstack-common.conf list, sync with oslo (0d8f18b)

0.1.0
-----

* Rename nodes/<uuid>/state to nodes/<uuid>/states
* Remove unused oslo-incubator modules
* Updated from global requirements
* driver-list command to show the list of conductors

0.0.1
-----

* Enable rebooting in the client lib and cli
* Move from inheritance HTTPClient in Ironic client
* Move six dependency to requirements.txt
* Let CLI print exception traceback from 'debuginfo'
* Add missing i18n support
* Add node-validate to cli
* Replace chassis\_id with chassis\_uuid on Nodes
* Enable created\_at/updated\_at for port-show/chassis-show
* Include 'chassis\_id' on node-show
* Enable created\_at/updated\_at for port-show/chassis-show
* Remove in-place try/except blocks from shell commands
* Replace node\_id to node\_uuid on Ports
* Support building wheels (PEP-427)
* Shows 'last\_error' property for a node
* Comply with new hacking release
* Change id->uuid in ironic cli help messages
* Updated from global requirements
* Modifies CLI to show nodes by instance uuid
* Remove Python 2.4 all() implementation
* Deal with unicode strings
* Custom output file on the print\_\*() functions
* Add driver-list
* Fix cmd usage msg for ironic port-create
* Reorder imports
* Rename variables called 'fixtures'
* Comply with new hacking requirements
* Transform print statement to print function
* Add node-set-power-state to cli
* Fixes Auth Token being sent as lambda function
* Updated from global requirements
* Sort the dict iterms
* Replace basestring with six.string\_types
* Use six.iteritems() for dict
* Import urlutils module from oslo
* Import httplib from six.moves
* Transform print statement to print function
* Import StringIO from six
* Removes mox from ironicclient
* Add chassis-node-list
* Add node-port-list
* Updated from global requirements
* Allows multiple deletions
* Add short command line option
* Improve help strings
* Remove duplicated do\_node\_show
* Add missing chassis\_id arg to node-create
* Improve error feedback
* Updated from global requirements
* Implement \*-update commands to resrouces
* Change service\_type to baremetal
* Split v1/shell.py into different files
* Implement Node commands
* Add port-create and port-delete
* Stop HTTPClient from calling self.auth\_token()
* Add chassis-create and chassis-delete
* Add port-show and port-list
* Implement chassis-list + more tests
* Add tests for chassis
* Add basic tests
* Manager.\_list should always return a list
* Implement chassis-show
* Basic project structure
* remove client suffix from command line client
* Add initial files
* Added .gitreview
