mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-08 06:13:13 +00:00
Release 1.7.0 version
Change-Id: Ic09e1bb4b072c79de8af6036afae5f99f63042c0
This commit is contained in:
@@ -5,6 +5,34 @@ Openstack Cloud Ansilbe modules Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.7.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
New modules for Ironic and bugfixes
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- openstack_inventory - Adds use_name variable
|
||||||
|
- port - Add dns_[name,domain] to the port module
|
||||||
|
- project - Remove project properties tests and support
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- identity_user_info - Fix identity user lookup with a domain
|
||||||
|
- keystone_domain - Move identity domain to use proxy layer
|
||||||
|
|
||||||
|
New Modules
|
||||||
|
-----------
|
||||||
|
|
||||||
|
- openstack.cloud.baremetal_node_info - Retrieve information about Bare Metal nodes from OpenStack an object.
|
||||||
|
- openstack.cloud.baremetal_port - Create, Update, Remove ironic ports from OpenStack
|
||||||
|
- openstack.cloud.baremetal_port_info - Retrieve information about Bare Metal ports from OpenStack an object.
|
||||||
|
|
||||||
v1.6.0
|
v1.6.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@@ -283,3 +283,24 @@ releases:
|
|||||||
name: neutron_rbac_policy
|
name: neutron_rbac_policy
|
||||||
namespace: ''
|
namespace: ''
|
||||||
release_date: '2022-01-13'
|
release_date: '2022-01-13'
|
||||||
|
1.7.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- identity_user_info - Fix identity user lookup with a domain
|
||||||
|
- keystone_domain - Move identity domain to use proxy layer
|
||||||
|
minor_changes:
|
||||||
|
- openstack_inventory - Adds use_name variable
|
||||||
|
- port - Add dns_[name,domain] to the port module
|
||||||
|
- project - Remove project properties tests and support
|
||||||
|
release_summary: New modules for Ironic and bugfixes
|
||||||
|
modules:
|
||||||
|
- description: Retrieve information about Bare Metal nodes from OpenStack an object.
|
||||||
|
name: baremetal_node_info
|
||||||
|
namespace: ''
|
||||||
|
- description: Create, Update, Remove ironic ports from OpenStack
|
||||||
|
name: baremetal_port
|
||||||
|
namespace: ''
|
||||||
|
- description: Retrieve information about Bare Metal ports from OpenStack an object.
|
||||||
|
name: baremetal_port_info
|
||||||
|
namespace: ''
|
||||||
|
release_date: '2022-02-15'
|
||||||
|
|||||||
@@ -33,4 +33,4 @@ build_ignore:
|
|||||||
- ansible_collections_openstack.egg-info
|
- ansible_collections_openstack.egg-info
|
||||||
- contrib
|
- contrib
|
||||||
- changelogs
|
- changelogs
|
||||||
version: 1.6.0
|
version: 1.7.0
|
||||||
|
|||||||
Reference in New Issue
Block a user