mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
Add deprecation notices for old OpenStack modules
This commit is contained in:
parent
fb61d5e795
commit
411c7e22b6
10 changed files with 10 additions and 0 deletions
|
@ -28,6 +28,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: quantum_router_gateway
|
||||
version_added: "1.2"
|
||||
deprecated: Deprecated in 1.9. Use os_router_gateway instead
|
||||
short_description: set/unset a gateway interface for the router with the specified external network
|
||||
description:
|
||||
- Creates/Removes a gateway interface from the router, used to associate a external network with a router to route external traffic.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue