Using a newer xosmigrate library
Change-Id: I2cb2bc987deb864908cca7fc35f3f0b9e2c483cb
diff --git a/Makefile b/Makefile
index fdfd71e..82c8439 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@
venv-service:
virtualenv $@;\
source ./$@/bin/activate ; set -u ;\
- pip install -r requirements.txt xosmigrate~=3.2.1
+ pip install -r requirements.txt xosmigrate~=3.2.6
create-migration: venv-service
source ./venv-service/bin/activate; set -u;\
diff --git a/xos/synchronizer/model_policies/model_policy_rcordsubscriber.py b/xos/synchronizer/model_policies/model_policy_rcordsubscriber.py
index dbf2b71..43f7cfb 100644
--- a/xos/synchronizer/model_policies/model_policy_rcordsubscriber.py
+++ b/xos/synchronizer/model_policies/model_policy_rcordsubscriber.py
@@ -25,6 +25,7 @@
def handle_update(self, si):
+ # FIXME if the status is now pre-provisioned but the subscriber had a service-chain it needs to be removed
if si.status == "pre-provisioned":
self.logger.debug(
"MODEL_POLICY: Skipping chain creation as RCORDSubscriber %s is in 'pre-provisioned' state" %