commit | ce85bca4d2d6d18d12a0af1df4444490a78a058e | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Mon Jun 25 16:57:16 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Jun 26 08:18:17 2018 -0700 |
tree | 589b933c52d1e9c6f4d88cd25158a6e715aca618 | |
parent | eddb666e1875d92c236a57f473ec8c64a9446b7e [diff] [blame] |
updating subscriber status (if pre-provisioned) to create the chain Change-Id: I7afe3cd87271edcb9c3a24c2b0235662000bf4d9
diff --git a/xos/synchronizer/steps/sync_hippie_oss_service_instance.py b/xos/synchronizer/steps/sync_hippie_oss_service_instance.py index e45f058..94b73b7 100644 --- a/xos/synchronizer/steps/sync_hippie_oss_service_instance.py +++ b/xos/synchronizer/steps/sync_hippie_oss_service_instance.py
@@ -53,7 +53,8 @@ o.valid = "valid" - # FIXME why without this model_policies won't run the handle_update? + # we need to update the timestamp to run model_policies again, but we don't want to loop over the sync_steps + # maybe we need an "after_sync" model policy method? o.no_sync = True o.save(always_update_timestamp=True)