diff options
author | Ulas Kozat <ulas.kozat@gmail.com> | 2016-07-19 15:48:51 -0700 |
---|---|---|
committer | Ulas Kozat <ulas.kozat@gmail.com> | 2016-07-19 15:49:28 -0700 |
commit | b47e85e087a0c3ddd666e86d4952b746fbdc86fa (patch) | |
tree | f40c6cec1be35090faa95bbc7c747885ce15a228 /docs/userguide/api-documentation.rst | |
parent | f24bc89f7554c20720d64ff745ab7a18c2f745bf (diff) |
update userguide API and pipeline
Change-Id: I036fb8859c22ad5c278bd1a23ae3809efc616882
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'docs/userguide/api-documentation.rst')
-rwxr-xr-x | docs/userguide/api-documentation.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/userguide/api-documentation.rst b/docs/userguide/api-documentation.rst index 8ec28b6..166da6a 100755 --- a/docs/userguide/api-documentation.rst +++ b/docs/userguide/api-documentation.rst @@ -114,10 +114,14 @@ When unspecified, the default is APPEND. DELETE deletes existing labels (template types) specified in the current call via key -l/--label (-t/--ttype). OVERWRITE removes the current set of labels (template types) and sets it to the new set of values passed in the same RPC call. +By default, no translation service is provided. Currently, only TOSCA to Heat +Orchestration Template (HOT) translation is supported using OpenStack +heat-translator library. A domain that requires HOT files must subscribe HOT +template type using + .. code-block:: bash - Supported Template Types - Supported Labels + ./domino-cli.py <cli-portnumber> subscribe -t hot * Template Publishing Command |