Docs fixes

This commit is contained in:
Toshio Kuratomi 2015-09-28 08:22:36 -07:00
parent 6cad03644f
commit d5f62798f0
2 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ options:
version_added: "2.0" version_added: "2.0"
description: description:
- An optional list of device hashes/dictionaries with custom configurations (same block-device-mapping parameters) - An optional list of device hashes/dictionaries with custom configurations (same block-device-mapping parameters)
- Valid properties include: device_name, volume_type, size (in GB), delete_on_termination (boolean), no_device (boolean), snapshot_id, iops (for io1 volume_type) - "Valid properties include: device_name, volume_type, size (in GB), delete_on_termination (boolean), no_device (boolean), snapshot_id, iops (for io1 volume_type)"
required: false required: false
default: null default: null
delete_snapshot: delete_snapshot:

View file

@ -105,7 +105,7 @@ options:
- Data to be uploaded to the servers config drive. This option implies - Data to be uploaded to the servers config drive. This option implies
I(config_drive). Can be a file path or a string I(config_drive). Can be a file path or a string
version_added: 1.8 version_added: 1.8
wait wait:
description: description:
- wait for the scaling group to finish provisioning the minimum amount of - wait for the scaling group to finish provisioning the minimum amount of
servers servers
@ -117,7 +117,7 @@ options:
description: description:
- how long before wait gives up, in seconds - how long before wait gives up, in seconds
default: 300 default: 300
author: Matt Martz author: "Matt Martz (@sivel)"
extends_documentation_fragment: rackspace extends_documentation_fragment: rackspace
''' '''