Add deprecation notices for old OpenStack modules
This commit is contained in:
parent
b0c534842b
commit
cae8241ea7
10 changed files with 10 additions and 0 deletions
|
@ -20,6 +20,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: glance_image
|
||||
version_added: "1.2"
|
||||
deprecated: Deprecated in 1.9. Use os_image instead
|
||||
short_description: Add/Delete images from glance
|
||||
description:
|
||||
- Add or Remove images from the glance repository.
|
||||
|
|
|
@ -7,6 +7,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: keystone_user
|
||||
version_added: "1.2"
|
||||
deprecated: Deprecated in 1.9. Use os_keystone_user instead
|
||||
short_description: Manage OpenStack Identity (keystone) users, tenants and roles
|
||||
description:
|
||||
- Manage users,tenants, roles from OpenStack.
|
||||
|
|
|
@ -33,6 +33,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: nova_compute
|
||||
version_added: "1.2"
|
||||
deprecated: Deprecated in 1.9. Use os_server instead
|
||||
short_description: Create/Delete VMs from OpenStack
|
||||
description:
|
||||
- Create or Remove virtual machines from Openstack.
|
||||
|
|
|
@ -28,6 +28,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: nova_keypair
|
||||
version_added: "1.2"
|
||||
deprecated: Deprecated in 1.9. Use os_keypair instead
|
||||
short_description: Add/Delete key pair from nova
|
||||
description:
|
||||
- Add or Remove key pair from nova .
|
||||
|
|
|
@ -31,6 +31,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: quantum_floating_ip
|
||||
version_added: "1.2"
|
||||
deprecated: Deprecated in 1.9. Use os_floating_ip instead
|
||||
short_description: Add/Remove floating IP from an instance
|
||||
description:
|
||||
- Add or Remove a floating IP to an instance
|
||||
|
|
|
@ -31,6 +31,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: quantum_floating_ip_associate
|
||||
version_added: "1.2"
|
||||
deprecated: Deprecated in 1.9. Use os_floating_ip instead
|
||||
short_description: Associate or disassociate a particular floating IP with an instance
|
||||
description:
|
||||
- Associates or disassociates a specific floating IP with a particular instance
|
||||
|
|
|
@ -29,6 +29,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: quantum_network
|
||||
version_added: "1.4"
|
||||
deprecated: Deprecated in 1.9. Use os_network instead
|
||||
short_description: Creates/Removes networks from OpenStack
|
||||
description:
|
||||
- Add or Remove network from OpenStack.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -27,6 +27,7 @@ except ImportError:
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: quantum_router_interface
|
||||
deprecated: Deprecated in 1.9. Use os_router_interface instead
|
||||
version_added: "1.2"
|
||||
short_description: Attach/Dettach a subnet's interface to a router
|
||||
description:
|
||||
|
|
|
@ -29,6 +29,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: quantum_subnet
|
||||
version_added: "1.2"
|
||||
deprecated: Deprecated in 1.9. Use os_subnet instead
|
||||
short_description: Add/remove subnet from a network
|
||||
description:
|
||||
- Add/remove subnet from a network
|
||||
|
|
Loading…
Reference in a new issue