From cc4940f75656c50e139f9fcbf43e94977a82b0e7 Mon Sep 17 00:00:00 2001 From: yuanpeng Date: Fri, 17 Mar 2017 01:51:28 +0800 Subject: [PATCH] Fix some grammar or spelling de-normalization Fix some de-normalization of plural forms or grammar Change-Id: I9e2b5ab7a2744cd730a95e9f53c0ebc5fb696ad9 --- api-ref/source/bays.inc | 2 +- api-ref/source/clusters.inc | 4 ++-- doc/source/troubleshooting-guide.rst | 2 +- specs/resource-quotas.rst | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api-ref/source/bays.inc b/api-ref/source/bays.inc index 52f694b340..f17a8a4668 100644 --- a/api-ref/source/bays.inc +++ b/api-ref/source/bays.inc @@ -63,7 +63,7 @@ Response Example .. literalinclude:: samples/bay-create-resp.json :language: javascript -List all bay +List all bays ==================== .. rest_method:: GET /v1/bays/ diff --git a/api-ref/source/clusters.inc b/api-ref/source/clusters.inc index 76b26f1e3b..05189df9dd 100644 --- a/api-ref/source/clusters.inc +++ b/api-ref/source/clusters.inc @@ -64,8 +64,8 @@ Response Example .. literalinclude:: samples/cluster-create-resp.json :language: javascript -List all cluster -================ +List all clusters +================= .. rest_method:: GET /v1/clusters diff --git a/doc/source/troubleshooting-guide.rst b/doc/source/troubleshooting-guide.rst index 769bc05df6..342c805440 100644 --- a/doc/source/troubleshooting-guide.rst +++ b/doc/source/troubleshooting-guide.rst @@ -793,7 +793,7 @@ Helpful nuances about the Devstack Gate search for the magnum jobs where you'll see examples of what gets passed in. - * Three jobs are usually run as a part of Magnum gate, all of with are found in ``project-config``'s `macros.yml `_: + * Three jobs are usually run as a part of Magnum gate, all of which are found in ``project-config``'s `macros.yml `_: * link-logs diff --git a/specs/resource-quotas.rst b/specs/resource-quotas.rst index 20edae0b68..72c790c92f 100644 --- a/specs/resource-quotas.rst +++ b/specs/resource-quotas.rst @@ -39,7 +39,7 @@ appropriately. a. Ability to know current resource consumption. b. Ability to prohibit overuse by a project. c. Prevent situation where users in the project get starved because users in - other project consume all the resource. Alice feels something like + other project consume all the resources. Alice feels something like "Quota Management" would help to guarantee "fairness". d. Prevent DOS kind of attack, abuse or error by users where an excessive amount of resources are created. @@ -72,7 +72,7 @@ Other Openstack projects like Nova [2]_, Cinder [3]_ follow a similar pattern and we will also do so and hence won't have a separate CLI for quota-create. Later if the user wants to change the Quota of the resource option will be provided to do so using magnum quota-update. In situation where all of the -quota for a specific Magnum resource (Bay) have been consumed and is +quota for a specific Magnum resource (Bay) has been consumed and is under use, admin will be allowed to set the quota to a any value lower than the usage or hardlimit to prohibit users from the project to create new Bays. This gives more flexibility to the admin to have a better control