Skip to content

Commit a35bc4b

Browse files
authored
Merge pull request #236 from tsoenen/master
Waiting for a response from the IA on the WAN configuration call.
2 parents 060f59e + 467e232 commit a35bc4b

File tree

1 file changed

+1
-1
lines changed
  • plugins/son-mano-service-lifecycle-management/son_mano_slm

1 file changed

+1
-1
lines changed

plugins/son-mano-service-lifecycle-management/son_mano_slm/slm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,7 @@ def wan_configure(self, serv_id):
18661866
correlation_id=corr_id)
18671867

18681868
# # Pause the chain of tasks to wait for response
1869-
# self.services[serv_id]['pause_chain'] = True
1869+
self.services[serv_id]['pause_chain'] = True
18701870

18711871
def wan_configure_response(self, ch, method, prop, payload):
18721872
"""

0 commit comments

Comments
 (0)