From b84434b8453745645650f3ee825f84942a550320 Mon Sep 17 00:00:00 2001 From: jfwood Date: Tue, 16 Aug 2016 16:31:56 -0500 Subject: [PATCH] Make 'url' references uppercase for consistency There are a few places in our documentation where we use lowercase 'url'. This CR changes those to 'URL' for consistency. Change-Id: I509fd82f1a44bfbc819866a45aaffafb0192bc36 --- doc/source/api/reference/consumers.rst | 8 ++++---- doc/source/api/reference/containers.rst | 4 ++-- doc/source/api/reference/orders.rst | 4 ++-- doc/source/api/reference/quotas.rst | 4 ++-- doc/source/api/reference/secrets.rst | 4 ++-- doc/source/setup/devstack.rst | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/source/api/reference/consumers.rst b/doc/source/api/reference/consumers.rst index 254dade7c..0667b0d91 100644 --- a/doc/source/api/reference/consumers.rst +++ b/doc/source/api/reference/consumers.rst @@ -105,12 +105,12 @@ Response Attributes +-----------+---------+----------------------------------------------------------------+ | total | integer | The total number of consumers available to the user. | +-----------+---------+----------------------------------------------------------------+ -| next | string | A HATEOAS url to retrieve the next set of consumers based on | +| next | string | A HATEOAS URL to retrieve the next set of consumers based on | | | | the offset and limit parameters. This attribute is only | | | | available when the total number of consumers is greater than | | | | offset and limit parameter combined. | +-----------+---------+----------------------------------------------------------------+ -| previous | string | A HATEOAS url to retrieve the previous set of consumers based | +| previous | string | A HATEOAS URL to retrieve the previous set of consumers based | | | | on the offset and limit parameters. This attribute is only | | | | available when the request offset is greater than 0. | +-----------+---------+----------------------------------------------------------------+ @@ -145,7 +145,7 @@ Attributes +============================+=========+==============================================+============+ | name | string | The name of the consumer set by the user. | None | +----------------------------+---------+----------------------------------------------+------------+ -| url | string | The url for the user or service using the | None | +| url | string | The URL for the user or service using the | None | | | | container. | | +----------------------------+---------+----------------------------------------------+------------+ @@ -227,7 +227,7 @@ Attributes +============================+=========+==============================================+============+ | name | string | The name of the consumer set by the user. | None | +----------------------------+---------+----------------------------------------------+------------+ -| URL | string | The url for the user or service using the | None | +| URL | string | The URL for the user or service using the | None | | | | container. | | +----------------------------+---------+----------------------------------------------+------------+ diff --git a/doc/source/api/reference/containers.rst b/doc/source/api/reference/containers.rst index cbfa83988..bcc98bd93 100644 --- a/doc/source/api/reference/containers.rst +++ b/doc/source/api/reference/containers.rst @@ -33,13 +33,13 @@ Response Attributes +------------+---------+--------------------------------------------------------+ | total | integer | The total number of containers available to the user | +------------+---------+--------------------------------------------------------+ -| next | string | A HATEOAS url to retrieve the next set of containers | +| next | string | A HATEOAS URL to retrieve the next set of containers | | | | based on the offset and limit parameters. This | | | | attribute is only available when the total number of | | | | containers is greater than offset and limit parameter | | | | combined. | +------------+---------+--------------------------------------------------------+ -| previous | string | A HATEOAS url to retrieve the previous set of | +| previous | string | A HATEOAS URL to retrieve the previous set of | | | | containers based on the offset and limit parameters. | | | | This attribute is only available when the request | | | | offset is greater than 0. | diff --git a/doc/source/api/reference/orders.rst b/doc/source/api/reference/orders.rst index 5c2ae4f28..30318e7c9 100644 --- a/doc/source/api/reference/orders.rst +++ b/doc/source/api/reference/orders.rst @@ -103,12 +103,12 @@ Response Attributes +----------+---------+--------------------------------------------------------------+ | total | integer | The total number of orders available to the user. | +----------+---------+--------------------------------------------------------------+ -| next | string | A HATEOS url to retrieve the next set of objects based on | +| next | string | A HATEOS URL to retrieve the next set of objects based on | | | | the offset and limit parameters. This attribute is only | | | | available when the total number of objects is greater than | | | | offset and limit parameter combined. | +----------+---------+--------------------------------------------------------------+ -| previous | string | A HATEOS url to retrieve the previous set of objects based | +| previous | string | A HATEOS URL to retrieve the previous set of objects based | | | | on the offset and limit parameters. This attribute is only | | | | available when the request offset is greater than 0. | +----------+---------+--------------------------------------------------------------+ diff --git a/doc/source/api/reference/quotas.rst b/doc/source/api/reference/quotas.rst index 4b30184e7..6b94647ab 100644 --- a/doc/source/api/reference/quotas.rst +++ b/doc/source/api/reference/quotas.rst @@ -188,12 +188,12 @@ Response Attributes +----------------+---------+--------------------------------------------------------------+ | total | integer | The total number of configured project quotas records. | +----------------+---------+--------------------------------------------------------------+ -| next | string | A HATEOAS url to retrieve the next set of quotas based on | +| next | string | A HATEOAS URL to retrieve the next set of quotas based on | | | | the offset and limit parameters. This attribute is only | | | | available when the total number of secrets is greater than | | | | offset and limit parameter combined. | +----------------+---------+--------------------------------------------------------------+ -| previous | string | A HATEOAS url to retrieve the previous set of quotas based | +| previous | string | A HATEOAS URL to retrieve the previous set of quotas based | | | | on the offset and limit parameters. This attribute is only | | | | available when the request offset is greater than 0. | +----------------+---------+--------------------------------------------------------------+ diff --git a/doc/source/api/reference/secrets.rst b/doc/source/api/reference/secrets.rst index 0d760b60e..47332b24f 100644 --- a/doc/source/api/reference/secrets.rst +++ b/doc/source/api/reference/secrets.rst @@ -153,12 +153,12 @@ Response Attributes +----------+---------+--------------------------------------------------------------+ | total | integer | The total number of secrets available to the user. | +----------+---------+--------------------------------------------------------------+ -| next | string | A HATEOAS url to retrieve the next set of secrets based on | +| next | string | A HATEOAS URL to retrieve the next set of secrets based on | | | | the offset and limit parameters. This attribute is only | | | | available when the total number of secrets is greater than | | | | offset and limit parameter combined. | +----------+---------+--------------------------------------------------------------+ -| previous | string | A HATEOAS url to retrieve the previous set of secrets based | +| previous | string | A HATEOAS URL to retrieve the previous set of secrets based | | | | on the offset and limit parameters. This attribute is only | | | | available when the request offset is greater than 0. | +----------+---------+--------------------------------------------------------------+ diff --git a/doc/source/setup/devstack.rst b/doc/source/setup/devstack.rst index 258f1ee0b..8b749ca3f 100644 --- a/doc/source/setup/devstack.rst +++ b/doc/source/setup/devstack.rst @@ -110,7 +110,7 @@ Installation 4. Add the Barbican plugin to the local.conf file and verify the minimum services required are included. You can pull down a specific branch by - appending the name to the end of the git url. If you leave the space empty + appending the name to the end of the git URL. If you leave the space empty like below, then origin/master will be pulled. .. code-block:: ini