diff options
author | Chris Donley <christopher.donley@huawei.com> | 2018-06-06 13:55:24 -0700 |
---|---|---|
committer | Chris Donley <christopher.donley@huawei.com> | 2018-06-06 13:55:24 -0700 |
commit | 1d4cdb14b6adb2b468c4b349e4ffc125a8bd25e2 (patch) | |
tree | 96473578b733e185a2c000ab74120faaae7494ca /docs/files/VESEventRegistration.rst | |
parent | d0bf33a9d909cfe26e80535fc0451a50b0733012 (diff) |
Clean up typos in vnfsdk docs
Issue-ID: VNFSDK-270
Change-Id: I8629bbbfa1a79feb97708393352333d361afc87d
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
Diffstat (limited to 'docs/files/VESEventRegistration.rst')
-rw-r--r-- | docs/files/VESEventRegistration.rst | 33 |
1 files changed, 12 insertions, 21 deletions
diff --git a/docs/files/VESEventRegistration.rst b/docs/files/VESEventRegistration.rst index e796b4f..23953f6 100644 --- a/docs/files/VESEventRegistration.rst +++ b/docs/files/VESEventRegistration.rst @@ -1,7 +1,7 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2017 AT&T Intellectual Property, All rights reserved -.. Copyright 2017 Huawei Technologies Co., Ltd. +.. Copyright 2017-2018 Huawei Technologies Co., Ltd. ====================== VES Event Registration @@ -133,13 +133,13 @@ YAML file names should conform to the following naming convention: The ‘#’ should be replaced with the current numbered version of the file. -‘ASDC’ is a reference to the Service Provider’s Service Design and +‘SDC’ is a reference to the Service Provider’s Service Design and Creation environment. The sdcModelType is an enumeration with several values of which the following three are potentially relevant: - Service -- Vnf +- VNF - VfModule @@ -355,7 +355,7 @@ Examples: ] } # whenever the above event occurs, a vnfDown condition is asserted - and the vnf should be rebooted, plus the indicated tca should be + and the VNF should be rebooted, plus the indicated tca should be generated. Presence @@ -370,9 +370,7 @@ Examples - element: { presence: optional } # element is optional -- element: { value: blue } # by omitting a presence definition, the - - element is assumed to be optional +- element: { value: blue } # by omitting a presence definition, the element is assumed to be optional Range ~~~~~ @@ -406,20 +404,13 @@ object. Example: - objectName: { structure: { - -element1: { }, - -element2: { }, - -anotherObject: { structure: { - -element3: { }, - -element4: { } - -} } - -} } + element1: { }, + element2: { }, + anotherObject: { structure: { + element3: { }, + element4: { } + } } + } } Units ~~~~~ |