File python-ironicclient.changes of Package python-ironicclient
------------------------------------------------------------------- Fri Sep 19 07:01:19 UTC 2014 - dmueller@suse.com - update to 0.3.0: * Replace calls to Mock.assert_not_called * 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 ------------------------------------------------------------------- Tue Aug 26 10:06:42 UTC 2014 - dmueller@suse.com - update to 0.2.1: * 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 * 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 * 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 * 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) * 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 ------------------------------------------------------------------- Fri Feb 14 09:16:33 UTC 2014 - speilicke@suse.com - Run testr directly ------------------------------------------------------------------- Tue Feb 11 15:51:06 UTC 2014 - speilicke@suse.com - Replace git_tarballs source service with download_files and set_version + Use upstream URL as source (enables verification) ------------------------------------------------------------------- Mon Dec 9 15:49:11 UTC 2013 - speilicke@suse.com - Update to version 0.0.1: + Replace node_id to node_uuid on PortsLet CLI print exception traceback from 'debuginfo' + Move six dependency to requirements.txt + Move from inheritance HTTPClient in Ironic client + Enable rebooting in the client lib and cli + Updated from global requirementsShows 'last_error' property for a node + Support building wheels (PEP-427) + Include 'chassis_id' on node-show + Enable created_at/updated_at for port-show/chassis-show + Add missing i18n support - Add _service file - Fix dependencies ------------------------------------------------------------------- Mon Nov 25 14:21:29 UTC 2013 - dmueller@suse.com - switch to python-setuptools ------------------------------------------------------------------- Wed Sep 18 09:40:03 UTC 2013 - dmueller@suse.com - Initial package