Use start/stop handlers vs restart handler 91/57491/1
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 27 May 2015 20:46:17 +0000 (16:46 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:24 +0000 (12:52 -0400)
To get proper behavior with both the ODL NB config
and Karaf feature config changes notifying sets of handlers,
need to use the same ones when possible. Else, we might
stop ODL, make Karaf changes, start ODL and then restart ODL.

Change-Id: Ib850f0b10a2c625c60d04f72fad4eb68366605d4
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tasks/configure_nb_rest_port.yml

index b9fbf94d8bd2d614cc746b20e6cf4da50289986d..7a2f7f6b07e99d7be235f53fe7039af4208e493d 100644 (file)
@@ -5,4 +5,5 @@
     owner=odl
     group=odl
   notify:
-    - Restart ODL
+    - Stop ODL
+    - Start ODL