summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenyao guan <guanwenyao@chinamobile.com>2018-02-08 07:23:31 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-08 07:23:31 +0000
commit7aa7c0088406b7ce33be2de45f43ee1fd1a972ce (patch)
tree3fe23d83c69efe7bf3fe8bbbcf030102e5c793ce
parent1c1cf88d3baad5ff1f60120b2a6047d5f64c960b (diff)
parentf3ae3a9e9e14c4951740b85915d71ad3193fc39e (diff)
Merge "VNFRQTS - R-62468 fix gramar"
-rw-r--r--docs/Chapter7.rst2
-rw-r--r--docs/Chapter8.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/Chapter7.rst b/docs/Chapter7.rst
index bd31892..c986b43 100644
--- a/docs/Chapter7.rst
+++ b/docs/Chapter7.rst
@@ -176,7 +176,7 @@ industry standards.
* R-29324 The VNF **SHOULD** implement the protocol operation: **copy-config(target, source) -** Copy the content of the configuration datastore source to the configuration datastore target.
* R-88031 The VNF **SHOULD** implement the protocol operation: **delete-config(target) -** Delete the named configuration datastore target.
* R-97529 The VNF **SHOULD** implement the protocol operation: **get-schema(identifier, version, format) -** Retrieve the YANG schema.
-* R-62468 The VNF **MUST** allow all configuration data shall to be edited through a NETCONF <edit-config> operation. Proprietary NETCONF RPCs that make configuration changes are not sufficient.
+* R-62468 The VNF **MUST** allow all configuration data to be edited through a NETCONF <edit-config> operation. Proprietary NETCONF RPCs that make configuration changes are not sufficient.
* R-01382 The VNF **MUST** allow the entire configuration of the VNF to be retrieved via NETCONF's <get-config> and <edit-config>, independently of whether it was configured via NETCONF or other mechanisms.
* R-28756 The VNF **MUST** support **:partial-lock** and **:partial-unlock** capabilities, defined in RFC 5717. This allows multiple independent clients to each write to a different part of the <running> configuration at the same time.
* R-83873 The VNF **MUST** support **:rollback-on-error** value for the <error-option> parameter to the <edit-config> operation. If any error occurs during the requested edit operation, then the target database (usually the running configuration) will be left unaffected. This provides an 'all-or-nothing' edit mode for a single <edit-config> request.
diff --git a/docs/Chapter8.rst b/docs/Chapter8.rst
index f71a21b..2ce8ea9 100644
--- a/docs/Chapter8.rst
+++ b/docs/Chapter8.rst
@@ -850,7 +850,7 @@ R-75608: The VNF provider **MUST** provide playbooks to be loaded on the appropr
R-61354: The VNF **MUST** implement access control list for OA&M services (e.g., restricting access to certain ports or applications).
-R-62468: The VNF **MUST** allow all configuration data shall to be edited through a NETCONF <edit-config> operation. Proprietary NETCONF RPCs that make configuration changes are not sufficient.
+R-62468: The VNF **MUST** allow all configuration data to be edited through a NETCONF <edit-config> operation. Proprietary NETCONF RPCs that make configuration changes are not sufficient.
R-34552: The VNF **MUST** provide or support the Identity and Access Management (IDAM) based threat detection data for OWASP Top 10.