Merge pull request #971 from bcoca/undep_os

undeprecated openstack modules as new ones are not making into release
This commit is contained in:
Brian Coca 2015-03-19 15:16:38 -04:00
commit a97bc22103
11 changed files with 0 additions and 11 deletions

View file

@ -20,7 +20,6 @@ DOCUMENTATION = '''
--- ---
module: glance_image module: glance_image
version_added: "1.2" version_added: "1.2"
deprecated: Deprecated in 1.9. Use os_image instead
short_description: Add/Delete images from glance short_description: Add/Delete images from glance
description: description:
- Add or Remove images from the glance repository. - Add or Remove images from the glance repository.

View file

@ -7,7 +7,6 @@ DOCUMENTATION = '''
--- ---
module: keystone_user module: keystone_user
version_added: "1.2" version_added: "1.2"
deprecated: Deprecated in 1.9. Use os_keystone_user instead
short_description: Manage OpenStack Identity (keystone) users, tenants and roles short_description: Manage OpenStack Identity (keystone) users, tenants and roles
description: description:
- Manage users,tenants, roles from OpenStack. - Manage users,tenants, roles from OpenStack.

View file

@ -33,7 +33,6 @@ DOCUMENTATION = '''
--- ---
module: nova_compute module: nova_compute
version_added: "1.2" version_added: "1.2"
deprecated: Deprecated in 1.9. Use os_server instead
short_description: Create/Delete VMs from OpenStack short_description: Create/Delete VMs from OpenStack
description: description:
- Create or Remove virtual machines from Openstack. - Create or Remove virtual machines from Openstack.

View file

@ -28,7 +28,6 @@ DOCUMENTATION = '''
--- ---
module: nova_keypair module: nova_keypair
version_added: "1.2" version_added: "1.2"
deprecated: Deprecated in 1.9. Use os_keypair instead
short_description: Add/Delete key pair from nova short_description: Add/Delete key pair from nova
description: description:
- Add or Remove key pair from nova . - Add or Remove key pair from nova .

View file

@ -31,7 +31,6 @@ DOCUMENTATION = '''
--- ---
module: quantum_floating_ip module: quantum_floating_ip
version_added: "1.2" version_added: "1.2"
deprecated: Deprecated in 1.9. Use os_floating_ip instead
short_description: Add/Remove floating IP from an instance short_description: Add/Remove floating IP from an instance
description: description:
- Add or Remove a floating IP to an instance - Add or Remove a floating IP to an instance

View file

@ -31,7 +31,6 @@ DOCUMENTATION = '''
--- ---
module: quantum_floating_ip_associate module: quantum_floating_ip_associate
version_added: "1.2" 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 short_description: Associate or disassociate a particular floating IP with an instance
description: description:
- Associates or disassociates a specific floating IP with a particular instance - Associates or disassociates a specific floating IP with a particular instance

View file

@ -29,7 +29,6 @@ DOCUMENTATION = '''
--- ---
module: quantum_network module: quantum_network
version_added: "1.4" version_added: "1.4"
deprecated: Deprecated in 1.9. Use os_network instead
short_description: Creates/Removes networks from OpenStack short_description: Creates/Removes networks from OpenStack
description: description:
- Add or Remove network from OpenStack. - Add or Remove network from OpenStack.

View file

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

View file

@ -28,7 +28,6 @@ DOCUMENTATION = '''
--- ---
module: quantum_router_gateway module: quantum_router_gateway
version_added: "1.2" 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 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.

View file

@ -27,7 +27,6 @@ except ImportError:
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: quantum_router_interface module: quantum_router_interface
deprecated: Deprecated in 1.9. Use os_router_interface instead
version_added: "1.2" version_added: "1.2"
short_description: Attach/Dettach a subnet's interface to a router short_description: Attach/Dettach a subnet's interface to a router
description: description:

View file

@ -29,7 +29,6 @@ DOCUMENTATION = '''
--- ---
module: quantum_subnet module: quantum_subnet
version_added: "1.2" version_added: "1.2"
deprecated: Deprecated in 1.9. Use os_subnet instead
short_description: Add/remove subnet from a network short_description: Add/remove subnet from a network
description: description:
- Add/remove subnet from a network - Add/remove subnet from a network