Deprecate older router modules.
The quantum_router_gateway.py and quantum_router_interface.py modules are deprecated with this change.
This commit is contained in:
parent
395253c581
commit
78ea0df607
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ DOCUMENTATION = '''
|
||||||
module: quantum_router_gateway
|
module: quantum_router_gateway
|
||||||
version_added: "1.2"
|
version_added: "1.2"
|
||||||
author: "Benno Joy (@bennojoy)"
|
author: "Benno Joy (@bennojoy)"
|
||||||
|
deprecated: Deprecated in 2.0. Use os_router instead
|
||||||
short_description: set/unset a gateway interface for the router with the specified external network
|
short_description: set/unset a gateway interface for the router with the specified external network
|
||||||
description:
|
description:
|
||||||
- Creates/Removes a gateway interface from the router, used to associate a external network with a router to route external traffic.
|
- Creates/Removes a gateway interface from the router, used to associate a external network with a router to route external traffic.
|
|
@ -29,6 +29,7 @@ DOCUMENTATION = '''
|
||||||
module: quantum_router_interface
|
module: quantum_router_interface
|
||||||
version_added: "1.2"
|
version_added: "1.2"
|
||||||
author: "Benno Joy (@bennojoy)"
|
author: "Benno Joy (@bennojoy)"
|
||||||
|
deprecated: Deprecated in 2.0. Use os_router instead
|
||||||
short_description: Attach/Dettach a subnet's interface to a router
|
short_description: Attach/Dettach a subnet's interface to a router
|
||||||
description:
|
description:
|
||||||
- Attach/Dettach a subnet interface to a router, to provide a gateway for the subnet.
|
- Attach/Dettach a subnet interface to a router, to provide a gateway for the subnet.
|
Loading…
Reference in a new issue