Merge pull request #971 from bcoca/undep_os

undeprecated openstack modules as new ones are not making into release
reviewable/pr18780/r1
Brian Coca 10 years ago
commit a97bc22103

@ -20,7 +20,6 @@ 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,7 +7,6 @@ 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,7 +33,6 @@ 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,7 +28,6 @@ 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,7 +31,6 @@ 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,7 +31,6 @@ 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,7 +29,6 @@ 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.

@ -30,7 +30,6 @@ DOCUMENTATION = '''
module: quantum_router
version_added: "1.2"
short_description: Create or Remove router from openstack
deprecated: Deprecated in 1.9. Use os_router instead
description:
- Create or Delete routers from OpenStack
options:

@ -28,7 +28,6 @@ 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,7 +27,6 @@ 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,7 +29,6 @@ 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…
Cancel
Save