From 64105bb121e99e00f7124a0e7272f4cbb08310af Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Wed, 24 Jul 2019 10:17:41 -0400 Subject: Fix typos in the scale out documentation Change-Id: Id245450940506af726d2219c34c0033e2151c21b Issue-ID: INT-1171 Signed-off-by: Marco Platania --- docs/docs_scaleout.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 ('', 'APPC', 'ConfigScaleOut'); - INSER INTO controller_selection_reference (`VNF_TYPE`, `CONTROLLER_NAME`, `ACTION_CATEGORY`) VALUES ('', 'APPC', 'HealthCheck'); + INSERT INTO controller_selection_reference (`VNF_TYPE`, `CONTROLLER_NAME`, `ACTION_CATEGORY`) VALUES ('', 'APPC', 'ConfigScaleOut'); + INSERT INTO controller_selection_reference (`VNF_TYPE`, `CONTROLLER_NAME`, `ACTION_CATEGORY`) VALUES ('', 'APPC', 'HealthCheck'); SO has a default entry for VNF type "vLoadBalancerMS/vLoadBalancerMS 0" -- cgit 1.2.3-korg