Add missing info to changelog

Change-Id: Ic6113a785090cc05771fb2f4730dc25f40a8d4dc
This commit is contained in:
Sagi Shnaidman 2021-06-24 23:13:24 +03:00
parent b839f9e25d
commit 9911c7f93a
2 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,7 @@ New Modules
- openstack.cloud.dns_zone_info - Getting information about dns zones - openstack.cloud.dns_zone_info - Getting information about dns zones
- openstack.cloud.floating_ip_info - Get information about floating ips - openstack.cloud.floating_ip_info - Get information about floating ips
- openstack.cloud.address_scope - Create or delete address scopes from OpenStack
v1.4.0 v1.4.0
====== ======

View File

@ -228,4 +228,7 @@ releases:
- description: Get information about floating ips - description: Get information about floating ips
name: floating_ip_info name: floating_ip_info
namespace: '' namespace: ''
- description: Create or delete address scopes from OpenStack
name: address_scope
namespace: ''
release_date: '2021-06-23' release_date: '2021-06-23'