Changelog for
python-ironic-lib-2.5.2-1.8.noarch.rpm :
Thu Feb 16 13:00:00 2017 cloud-develAATTsuse.de
- update to version 2.5.2:
- Show team and repo badges on README
- Add match_root_device_hints() to the utils.py module
- Remove tests and common.i18n from autodoc
- Remove unneeded disk_utils.mkfs() function
- Create configdrive partitions as vfat
- Add more tests for work_on_disk
- Use \'code-block\' for pieces of code
- Fix typo in error message
- Check for HCTL as part of root device hints
- Using assertIsNone() is preferred over assertEqual()
- Add py35 to tox environments
- Bump hacking to 0.11.0 in test-requirements
- Fix exception for multiple devices with same label
- Add missing autospec=True to mocks
- Wait for a config drive device to be available
- Use oslo_serialization.base64 to follow OpenStack Python3
- Update .gitreview for stable/ocata
- Fix creating config drive for whole disk images
- Fix check for GPT partioned device
- TrivialFix: Remove cfg import unused
- Correctly count the number of primary partitions
- Correct reraising of exception
- Sync tools/tox_install.sh
- Extend parse_root_device_hints to support operators
- Add prefix \"$\" for command examples
- Limit memory usage when running qemu-img
- followup to disk_utils.count_mbr_partitions()
- Changed the home-page of ironic-lib
- Fix retrieval of config-2 existing partition
- Updated from global requirements
- Add debug logging while waiting for udevadm
Tue Jan 31 13:00:00 2017 dmuellerAATTsuse.com
- update to 2.1.3:
* Limit memory usage when running qemu-img (bsc#1024970, CVE-2015-5162)
Thu Jan 12 13:00:00 2017 dmuellerAATTsuse.com
- update to 2.1.2:
* followup to disk_utils.count_mbr_partitions()
* Correctly count the number of primary partitions
* Wait for a config drive device to be available
Mon Nov 14 13:00:00 2016 dmuellerAATTsuse.com
- update to 2.1.0
Thu Aug 11 14:00:00 2016 tbechtoldAATTsuse.com
- update to 2.0.0:
* Include wipefs --force option
* Updated from global requirements
* Add keyword arg \'log_stdout\' to utils.execute()
* Remove releasenotes/
*
* Use autospec in mocked objects
* Add support for metrics
* Ignore .idea folder
* Remove deprecated disk util configs
* Add support for BIOS local boot for GPT label
* Clarify which projects are meant to use the ironic-lib
* Fix coverage option and execution
- Use pypi.io as Source url
Wed May 11 14:00:00 2016 tbechtoldAATTsuse.com
- update to 1.3.0:
* Updated from global requirements
* Explore config options to oslo-config-generator
* Clean up test-requirements
* use wipefs to erase FS meta information
* Updated from global requirements
- Adjust Requires
Mon Mar 14 13:00:00 2016 tbechtoldAATTsuse.com
- update to 1.1.0:
* Fixes naming for the partitions in baremetal
* Add support for choosing the disk label
* Updated from global requirements
* Remove unused packages from requirements
* Sync test_utils from ironic
* Add tests for qemu_img_info() & convert_image()
* Use imageutils from oslo.utils
* Default for root_helper config
* Replace deprecated LOG.warn with LOG.warning
* Replace rootwrap_config and rootwrap_helper_cmd with root_helper
* Remove tempdir config, add tempdir parameter
* Fix help string for \'rootwrap_helper_cmd\'
* Use standard locale when executing \'parted\' command
* Replace .iteritems() with .items()
* Add more info level logs to disk_utils.work_on_disk() method
* Sync the make_partitions function with ironic
* Add \'node_uuid\' in debug logs to assist debugging
* Move to oslo.i18n
* Put py34 first in the env order of tox
* Remove README.md and update README.rst
* Update link for where to report bugs
* Remove execute permission from exception.py
* Add a cover target to tox
* Better optimize test runs
* Move tests/ under ironic_lib/, use ostestr
* Remove TODO
* Update setup.cfg
* Use standard locale when executing \'dd\' command
- Adjust Requires
Wed Sep 9 14:00:00 2015 tbechtoldAATTsuse.com
- Initial packaging (version 0.1.0)