From 5438e0463c69f624aadf04f7dbd375a2c5723fcd Mon Sep 17 00:00:00 2001 From: Alberto Murillo Silva Date: Tue, 17 Jan 2017 16:33:24 -0600 Subject: [PATCH] Fix typos in os_quota.py * Replace 'auota' with 'quota' * Replace 'polcies' with 'policies' --- lib/ansible/modules/cloud/openstack/os_quota.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/openstack/os_quota.py b/lib/ansible/modules/cloud/openstack/os_quota.py index 64d9c805ba..0de7d1d322 100644 --- a/lib/ansible/modules/cloud/openstack/os_quota.py +++ b/lib/ansible/modules/cloud/openstack/os_quota.py @@ -32,7 +32,7 @@ version_added: "2.3" author: "Michael Gale (gale.michael@gmail.com)" description: - 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. options: name: @@ -115,7 +115,7 @@ options: rbac_policy: required: False default: None - description: Number of polcies to allow. + description: Number of policies to allow. router: required: False default: None