Fix typos

This patch set fixes a handful of typographical errors in the documents.

Change-Id: I7b63539804becdc1d6ce7b76028eb7f09cba0b3c
This commit is contained in:
Tin Lam 2018-01-21 02:38:47 -06:00
parent 656d277975
commit 17e9053f59
2 changed files with 10 additions and 10 deletions

View File

@ -245,7 +245,7 @@ Documents. This invokes each of the UCP components to examine the Shipyard
Buffer version of the configuration documents and aggregate the responses. Buffer version of the configuration documents and aggregate the responses.
While performing this commit, further POSTing of configdocs, or other commits While performing this commit, further POSTing of configdocs, or other commits
may not be invoked (Shipyard will block those requests with a 409 response). If may not be invoked (Shipyard will block those requests with a 409 response). If
there are any failures to validate, the Shipyard Buffer and Commited Documents there are any failures to validate, the Shipyard Buffer and Committed Documents
will remain unchanged. If successful, the Shipyard Buffer will be cleared, and will remain unchanged. If successful, the Shipyard Buffer will be cleared, and
the Committed documents will be updated. the Committed documents will be updated.
@ -610,7 +610,7 @@ Responses
/v1.0/actions/{action_id}/steps/{step_id} /v1.0/actions/{action_id}/steps/{step_id}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Allow for drilldown to step information. The step information includes Allow for drilldown to step information. The step information includes
details of the steps excution, successful or not, and enough to details of the steps execution, successful or not, and enough to
facilitate troubleshooting in as easy a fashion as possible. facilitate troubleshooting in as easy a fashion as possible.
Entity Structure Entity Structure
@ -649,7 +649,7 @@ state
task_id task_id
The name of the task used by the workflow system (and also representing The name of the task used by the workflow system (and also representing
this step name queried in the reqeust. this step name queried in the request.
try_number try_number
A number of retries taken in the case of failure. Some workflow steps A number of retries taken in the case of failure. Some workflow steps

View File

@ -24,7 +24,7 @@ Environment Variables
All commands will utilize the following environment variables to All commands will utilize the following environment variables to
determine necessary information for execution, unless otherwise noted. determine necessary information for execution, unless otherwise noted.
Openstack Keystone Authorization environment variables OpenStack Keystone Authorization environment variables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Shipyard CLI/API Client will check for the presence of appropriate The Shipyard CLI/API Client will check for the presence of appropriate
environment setup to do authentication on behalf of the user. The openrc environment setup to do authentication on behalf of the user. The openrc
@ -37,9 +37,9 @@ variables that will be used are as follows:
- OS_PASSWORD - OS_PASSWORD
- OS_AUTH_URL The fully qualified identity endpoint. E.g. http://keystone.ucp.fully.qualified.name:80/v3 - OS_AUTH_URL The fully qualified identity endpoint. E.g. http://keystone.ucp.fully.qualified.name:80/v3
Openstack Keystone Authorization environment variables *not* used OpenStack Keystone Authorization environment variables *not* used
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
These openstack identity variables are not supported by shipyard. These OpenStack identity variables are not supported by shipyard.
- OS_IDENTITY_API_VERSION - OS_IDENTITY_API_VERSION
This value will be ignored as Shipyard only supports version 3 at this time This value will be ignored as Shipyard only supports version 3 at this time
@ -72,7 +72,7 @@ shown here:
Enable/disable debugging of this CLI and API client. Defaults to no debug Enable/disable debugging of this CLI and API client. Defaults to no debug
\--os-<various>=<value> \--os-<various>=<value>
See supported Openstack Keystone Authorization Environment variables above See supported OpenStack Keystone Authorization Environment variables above
for the list of supported names, converting to a downcase version of the for the list of supported names, converting to a downcase version of the
environment variable. E.g.: --os-auth-url=http://keystone.ucp:80/v3 environment variable. E.g.: --os-auth-url=http://keystone.ucp:80/v3
If not specified, the environment variables matching these options will be If not specified, the environment variables matching these options will be
@ -83,10 +83,10 @@ shown here:
authorize the user's invocation. authorize the user's invocation.
\--output-format=<format | raw | cli> \--output-format=<format | raw | cli>
Specifies the desired output formating such that: Specifies the desired output formatting such that:
- format - format
Display the raw ouptut from the invoked Shipyard API in a column Display the raw output from the invoked Shipyard API in a column
restricted mode. restricted mode.
- raw - raw
Display the result from the invoked Shipyard API as-is, without Display the result from the invoked Shipyard API as-is, without
@ -626,7 +626,7 @@ Sample
get workflows get workflows
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
Retrieve workflows that are running or have run in the workflow engine. Retrieve workflows that are running or have run in the workflow engine.
This includes processses that may not have been started as an action This includes processes that may not have been started as an action
(e.g. scheduled tasks). (e.g. scheduled tasks).
:: ::