Release 1.7.0 version

Change-Id: Ic09e1bb4b072c79de8af6036afae5f99f63042c0
This commit is contained in:
Sagi Shnaidman
2022-02-15 12:56:31 +02:00
parent 5abf89d805
commit 617e8fb552
3 changed files with 50 additions and 1 deletions

View File

@@ -5,6 +5,34 @@ Openstack Cloud Ansilbe modules Release Notes
.. 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
======