aboutsummaryrefslogtreecommitdiffstats
path: root/docs/drools/tutorial_cl.rst
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2019-06-24 19:38:33 -0500
committerjhh <jorge.hernandez-herrero@att.com>2019-06-24 19:38:33 -0500
commit50bc6ab902bb0d55d59955f787f1d4a957f8a748 (patch)
treef2b43bcacba7c34bff4435653b3e17bbe6cf3f55 /docs/drools/tutorial_cl.rst
parentc946f9e7338a06c0c444fd3e7120f6158b0b61a1 (diff)
adapt vFW, vDNS, and VOLTE to new framework
Issue-ID: POLICY-1851 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I03ce5357386a465db52739aad9a3ce8f315291e0
Diffstat (limited to 'docs/drools/tutorial_cl.rst')
-rw-r--r--docs/drools/tutorial_cl.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/drools/tutorial_cl.rst b/docs/drools/tutorial_cl.rst
index 936bf28f..10af500c 100644
--- a/docs/drools/tutorial_cl.rst
+++ b/docs/drools/tutorial_cl.rst
@@ -63,7 +63,8 @@ without companion components.
cd $POLICY_HOME/config
sed -i "s/^guard.disabled=*$/guard.disabled=true/g" $POLICY_HOME/config/controlloop.properties.environment
-
+ sed -i "s/^aai.customQuery=*$/aai.customQuery=false/g" $POLICY_HOME/config/controlloop.properties.environment
+
**Step 5:** Start the CL PDP-D.
.. code-block:: bash
@@ -99,7 +100,6 @@ Proceed with testing your new policy as described in the specific tutorials:
• vFW - `Tutorial: Testing the vFW flow in a standalone PDP-D <tutorial_vFW.html>`_
• VoLTE - `Tutorial: Testing the VOLTE Use Case in a standalone PDP-D <tutorial_VOLTE.html>`_
-
.. seealso:: To deploy a control loop in Eclipse from the control loop archetype template, refer to `Modifying the Release Template <modAmsterTemplate.html>`_.