mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
Add changelog for 1.2.0
Change-Id: I63cff2945703d12d95726a43b33888e80e35b040
This commit is contained in:
@@ -5,6 +5,26 @@ Openstack Cloud Ansilbe modules Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.2.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
New volume backup modules.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- lb_health_monitor - Make it possible to create a health monitor to a pool
|
||||||
|
|
||||||
|
New Modules
|
||||||
|
-----------
|
||||||
|
|
||||||
|
- openstack.cloud.volume_backup module - Add/Delete Openstack volumes backup.
|
||||||
|
- openstack.cloud.volume_backup_info module - Retrieve information about Openstack volume backups.
|
||||||
|
- openstack.cloud.volume_snapshot_info module - Retrieve information about Openstack volume snapshots.
|
||||||
|
|
||||||
v1.1.0
|
v1.1.0
|
||||||
======
|
======
|
||||||
|
|
||||||
@@ -24,12 +44,6 @@ Minor Changes
|
|||||||
- inventory_openstack - Add openstack logger and Ansible display utility
|
- inventory_openstack - Add openstack logger and Ansible display utility
|
||||||
- loadbalancer - Add support for setting the Flavor when creating a load balancer
|
- loadbalancer - Add support for setting the Flavor when creating a load balancer
|
||||||
|
|
||||||
Deprecated Features
|
|
||||||
-------------------
|
|
||||||
|
|
||||||
- foo - The bar option has been deprecated. Use the username option instead.
|
|
||||||
- send_request - The quic option has been deprecated. Use the protocol option instead.
|
|
||||||
|
|
||||||
Bugfixes
|
Bugfixes
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|||||||
@@ -1,20 +1,32 @@
|
|||||||
releases:
|
releases:
|
||||||
|
1.2.0:
|
||||||
|
release_date: '2020-10-13'
|
||||||
|
changes:
|
||||||
|
release_summary: New volume backup modules.
|
||||||
|
minor_changes:
|
||||||
|
- lb_health_monitor - Make it possible to create a health monitor to a pool
|
||||||
|
modules:
|
||||||
|
- name: volume_snapshot_info module
|
||||||
|
description: Retrieve information about Openstack volume snapshots.
|
||||||
|
namespace: ''
|
||||||
|
- name: volume_backup_info module
|
||||||
|
description: Retrieve information about Openstack volume backups.
|
||||||
|
namespace: ''
|
||||||
|
- name: volume_backup module
|
||||||
|
description: Add/Delete Openstack volumes backup.
|
||||||
|
namespace: ''
|
||||||
1.1.0:
|
1.1.0:
|
||||||
release_date: '2020-08-17'
|
release_date: '2020-08-17'
|
||||||
changes:
|
changes:
|
||||||
release_summary: Starting redesign modules and bugfixes.
|
release_summary: Starting redesign modules and bugfixes.
|
||||||
minor_changes:
|
minor_changes:
|
||||||
- Added changelog.
|
|
||||||
- A basic module subclass was introduced and a few modules moved to inherit from it.
|
- A basic module subclass was introduced and a few modules moved to inherit from it.
|
||||||
- Added pip installation option for collection.
|
- Added pip installation option for collection.
|
||||||
- Added template for generation of artibtrary module.
|
- Added template for generation of artibtrary module.
|
||||||
- Added more useful information from exception
|
- Add more useful information from exception
|
||||||
- inventory_openstack - Add openstack logger and Ansible display utility
|
- inventory_openstack - Add openstack logger and Ansible display utility
|
||||||
- loadbalancer - Add support for setting the Flavor when creating a load balancer
|
- loadbalancer - Add support for setting the Flavor when creating a load balancer
|
||||||
- baremetal modules - Do not require ironic_url if cloud or auth.endpoint is provided
|
- baremetal modules - Do not require ironic_url if cloud or auth.endpoint is provided
|
||||||
deprecated_features:
|
|
||||||
- foo - The bar option has been deprecated. Use the username option instead.
|
|
||||||
- send_request - The quic option has been deprecated. Use the protocol option instead.
|
|
||||||
bugfixes:
|
bugfixes:
|
||||||
- security_group_rule - Don't pass tenant_id for remote group
|
- security_group_rule - Don't pass tenant_id for remote group
|
||||||
- Fix non existing attribuites in SDK exception
|
- Fix non existing attribuites in SDK exception
|
||||||
|
|||||||
Reference in New Issue
Block a user