minor doc fixes

reviewable/pr18780/r1
Brian Coca 11 years ago
parent 071201210a
commit a6eafb87c8

@ -33,7 +33,7 @@ DOCUMENTATION = '''
--- ---
module: nova_compute module: nova_compute
version_added: "1.2" version_added: "1.2"
deprecated: Deprecated in 1.10. Use os_server instead deprecated: Deprecated in 2.0. 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.

@ -32,7 +32,7 @@ DOCUMENTATION = '''
module: os_server module: os_server
short_description: Create/Delete Compute Instances from OpenStack short_description: Create/Delete Compute Instances from OpenStack
extends_documentation_fragment: openstack extends_documentation_fragment: openstack
version_added: "1.10" version_added: "2.0"
description: description:
- Create or Remove compute instances from OpenStack. - Create or Remove compute instances from OpenStack.
options: options:
@ -40,12 +40,10 @@ options:
description: description:
- Name that has to be given to the instance - Name that has to be given to the instance
required: true required: true
default: None
image: image:
description: description:
- The name or id of the base image to boot. - The name or id of the base image to boot.
required: true required: true
default: None
image_exclude: image_exclude:
description: description:
- Text to use to filter image names, for the case, such as HP, where - Text to use to filter image names, for the case, such as HP, where
@ -92,7 +90,7 @@ options:
required: false required: false
default: 'yes' default: 'yes'
floating_ips: floating_ips:
decription: description:
- list of valid floating IPs that pre-exist to assign to this node - list of valid floating IPs that pre-exist to assign to this node
required: false required: false
default: None default: None

Loading…
Cancel
Save