mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
updated adding os_router and deprecating quantum modules
This commit is contained in:
parent
4c9f58a152
commit
42198a7a59
1 changed files with 8 additions and 2 deletions
|
@ -77,6 +77,9 @@ Deprecated Modules (new ones in parens):
|
||||||
* glance_image
|
* glance_image
|
||||||
* nova_compute (os_server)
|
* nova_compute (os_server)
|
||||||
* quantum_floating_ip (os_floating_ip)
|
* quantum_floating_ip (os_floating_ip)
|
||||||
|
* quantum_router (os_router)
|
||||||
|
* quantum_router_gateway (os_router)
|
||||||
|
* quantum_router_interface (os_router)
|
||||||
|
|
||||||
New Modules:
|
New Modules:
|
||||||
|
|
||||||
|
@ -150,6 +153,7 @@ New Modules:
|
||||||
* openstack: os_network
|
* openstack: os_network
|
||||||
* openstack: os_nova_flavor
|
* openstack: os_nova_flavor
|
||||||
* openstack: os_object
|
* openstack: os_object
|
||||||
|
* openstack: os_router
|
||||||
* openstack: os_security_group
|
* openstack: os_security_group
|
||||||
* openstack: os_security_group_rule
|
* openstack: os_security_group_rule
|
||||||
* openstack: os_server
|
* openstack: os_server
|
||||||
|
@ -375,8 +379,10 @@ Other Notable Changes:
|
||||||
* New lookup plugins:
|
* New lookup plugins:
|
||||||
* dig: does dns resolution and returns IPs.
|
* dig: does dns resolution and returns IPs.
|
||||||
* url: allows pulling data from a url.
|
* url: allows pulling data from a url.
|
||||||
|
|
||||||
* New callback plugins:
|
* New callback plugins:
|
||||||
* syslog_json: allows logging play output to a syslog network server using json format
|
* syslog_json: allows logging play output to a syslog network server using json format
|
||||||
|
|
||||||
* Many new enhancements to the amazon web service modules:
|
* Many new enhancements to the amazon web service modules:
|
||||||
* ec2 now applies all specified security groups when creating a new instance. Previously it was only applying one
|
* ec2 now applies all specified security groups when creating a new instance. Previously it was only applying one
|
||||||
* ec2_vol gained the ability to specify the EBS volume type
|
* ec2_vol gained the ability to specify the EBS volume type
|
||||||
|
|
Loading…
Reference in a new issue