Add deprecation notices for old OpenStack modules

This commit is contained in:
Monty Taylor 2015-02-26 21:12:27 -05:00 committed by Matt Clay
commit 411c7e22b6
10 changed files with 10 additions and 0 deletions

View file

@ -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.