aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2019-07-24 10:17:41 -0400
committerMarco Platania <platania@research.att.com>2019-07-24 14:22:52 +0000
commit8bf7a7d04041fbae4c0b220f37fa586ea79a8334 (patch)
tree666cb051f519a85a08f014a7f07b31c968afdc8b
parentf2adf52d3c3635a5f0e354c32a3b7543bbdd4d6d (diff)
Fix typos in the scale out documentation
Change-Id: Id245450940506af726d2219c34c0033e2151c21b Issue-ID: INT-1171 Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit 64105bb121e99e00f7124a0e7272f4cbb08310af)
-rw-r--r--docs/docs_scaleout.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs_scaleout.rst b/docs/docs_scaleout.rst
index 1ed47317b..9bf88e404 100644
--- a/docs/docs_scaleout.rst
+++ b/docs/docs_scaleout.rst
@@ -327,8 +327,8 @@ To do so:
::
- INSER INTO controller_selection_reference (`VNF_TYPE`, `CONTROLLER_NAME`, `ACTION_CATEGORY`) VALUES ('<VNF Type>', 'APPC', 'ConfigScaleOut');
- INSER INTO controller_selection_reference (`VNF_TYPE`, `CONTROLLER_NAME`, `ACTION_CATEGORY`) VALUES ('<VNF Type>', 'APPC', 'HealthCheck');
+ INSERT INTO controller_selection_reference (`VNF_TYPE`, `CONTROLLER_NAME`, `ACTION_CATEGORY`) VALUES ('<VNF Type>', 'APPC', 'ConfigScaleOut');
+ INSERT INTO controller_selection_reference (`VNF_TYPE`, `CONTROLLER_NAME`, `ACTION_CATEGORY`) VALUES ('<VNF Type>', 'APPC', 'HealthCheck');
SO has a default entry for VNF type "vLoadBalancerMS/vLoadBalancerMS 0"