Skip to content

Commit

Permalink
Bugfix: wrong function call during migration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoenen authored Mar 20, 2018
1 parent 31ba6ab commit ac4822f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def migrate_workflow(self, serv_id, payload):
add_schedule = []
add_schedule.append('ia_prepare')
add_schedule.append("vnf_deploy")
add_schedule.append("vnf_start")
add_schedule.append("vnfs_start")
add_schedule.append("vnf_chain")

self.services[serv_id]['schedule'].extend(add_schedule)
Expand Down

0 comments on commit ac4822f

Please sign in to comment.