mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typos in os_quota.py
* Replace 'auota' with 'quota' * Replace 'polcies' with 'policies'
This commit is contained in:
parent
5d00d4d85e
commit
5438e0463c
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ version_added: "2.3"
|
||||||
author: "Michael Gale (gale.michael@gmail.com)"
|
author: "Michael Gale (gale.michael@gmail.com)"
|
||||||
description:
|
description:
|
||||||
- Manage OpenStack Quotas. Quotas can be created,
|
- Manage OpenStack Quotas. Quotas can be created,
|
||||||
updated or deleted using this module. A auota will be updated
|
updated or deleted using this module. A quota will be updated
|
||||||
if matches an existing project and is present.
|
if matches an existing project and is present.
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
|
@ -115,7 +115,7 @@ options:
|
||||||
rbac_policy:
|
rbac_policy:
|
||||||
required: False
|
required: False
|
||||||
default: None
|
default: None
|
||||||
description: Number of polcies to allow.
|
description: Number of policies to allow.
|
||||||
router:
|
router:
|
||||||
required: False
|
required: False
|
||||||
default: None
|
default: None
|
||||||
|
|
Loading…
Reference in a new issue