diff options
author | Rich Bennett <rb2745@att.com> | 2018-08-09 14:47:35 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2018-08-09 15:02:41 -0400 |
commit | f7df7eefc98b6a33d130d745774dafd1bae7ab24 (patch) | |
tree | 368784f76ef3b6ca994f8175970b254e4cd407a5 /nokiav2/docs/vnfintegration.rst | |
parent | 32e5672e8a88b1c955a9f16da6c30044921eaec1 (diff) |
Eliminate Sphinx Warnings from svnfm repo
Add .gitreview file
Add docs directory and index at repo level
Add sections at repo level for each driver subdirectory
Referenced some txt and json input files from each driver directory
Added entries in nokiav2/docs/index for orphan rst files
Corrected some doc8 errors/warnings
DO NOT MERGE until each driver contributor reviews proposed changes
Change-Id: Id33124d199e0c01b3bbbffc6dd62c1e0536416ed
Issue-ID: VFC-919
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'nokiav2/docs/vnfintegration.rst')
-rw-r--r-- | nokiav2/docs/vnfintegration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nokiav2/docs/vnfintegration.rst b/nokiav2/docs/vnfintegration.rst index 02282685..d4e3d04d 100644 --- a/nokiav2/docs/vnfintegration.rst +++ b/nokiav2/docs/vnfintegration.rst @@ -13,7 +13,7 @@ Manual ------ - the VNF must declare the externalVnfmId and onapCsarId as modifyable attribute in CBAM package. Each should have -a default value. (The concrete value will be filled out by CBAM) + a default value. (The concrete value will be filled out by CBAM) - each operation must declare a jobId additional parameter in CBAM package (value will be filled out by CBAM) - the heal operation must declare the jobId, vmName, vnfcId and action parameters in CBAM package (values will be filled out by CBAM) - each operation (including built-in) must include the following section as the last pre_action (all JS are provided by CBAM) |