Doc version tweaks
This commit is contained in:
parent
4b581e54c0
commit
536a5952e1
3 changed files with 4 additions and 5 deletions
|
@ -22,7 +22,7 @@ description:
|
||||||
- creates / deletes or resize a Rackspace Cloud Databases instance
|
- creates / deletes or resize a Rackspace Cloud Databases instance
|
||||||
and optionally waits for it to be 'running'. The name option needs to be unique since
|
and optionally waits for it to be 'running'. The name option needs to be unique since
|
||||||
it's used to identify the instance.
|
it's used to identify the instance.
|
||||||
version_added: "1.6"
|
version_added: "1.8"
|
||||||
options:
|
options:
|
||||||
api_key:
|
api_key:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -20,8 +20,7 @@ module: rax_cdb_database
|
||||||
short_description: create / delete a database in the Cloud Databases
|
short_description: create / delete a database in the Cloud Databases
|
||||||
description:
|
description:
|
||||||
- create / delete a database in the Cloud Databases.
|
- create / delete a database in the Cloud Databases.
|
||||||
version_added: "1.6"
|
version_added: "1.88888888ns:
|
||||||
options:
|
|
||||||
api_key:
|
api_key:
|
||||||
description:
|
description:
|
||||||
- Rackspace API key (overrides I(credentials))
|
- Rackspace API key (overrides I(credentials))
|
||||||
|
|
|
@ -17,10 +17,10 @@
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: rax_cdb_user
|
module: rax_cdb_user
|
||||||
short_description: create / delete a database in the Cloud Databases
|
short_description: create / delete a Rackspace Cloud Database
|
||||||
description:
|
description:
|
||||||
- create / delete a database in the Cloud Databases.
|
- create / delete a database in the Cloud Databases.
|
||||||
version_added: "1.6"
|
version_added: "1.8"
|
||||||
options:
|
options:
|
||||||
api_key:
|
api_key:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue