Fix typos in the scale out documentation 50/91950/1
authorMarco Platania <platania@research.att.com>
Wed, 24 Jul 2019 14:17:41 +0000 (10:17 -0400)
committerMarco Platania <platania@research.att.com>
Wed, 24 Jul 2019 14:22:52 +0000 (14:22 +0000)
Change-Id: Id245450940506af726d2219c34c0033e2151c21b
Issue-ID: INT-1171
Signed-off-by: Marco Platania <platania@research.att.com>
(cherry picked from commit 64105bb121e99e00f7124a0e7272f4cbb08310af)

docs/docs_scaleout.rst

index 1ed4731..9bf88e4 100644 (file)
@@ -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"