commit | 87d896ccc6727dc53c4eb342a15aa2f64e9d9a34 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Mon Jul 23 15:56:50 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Jul 24 12:01:00 2018 -0700 |
tree | 0665fc04701a9a123ffb965b960b3cfb53ecc9d3 | |
parent | 147c4fab515e1f67b997bcf68358c81eef63bc88 [diff] |
[CORD-3216] Setting subscriber status to awaiting-auth when created by hippie-oss Change-Id: I583cde246ef93fc1cde235a2ffb5348d8a00bc0c
diff --git a/xos/synchronizer/model_policies/model_policy_hippieossserviceinstance.py b/xos/synchronizer/model_policies/model_policy_hippieossserviceinstance.py index 5a380dd..16a4c3b 100644 --- a/xos/synchronizer/model_policies/model_policy_hippieossserviceinstance.py +++ b/xos/synchronizer/model_policies/model_policy_hippieossserviceinstance.py
@@ -70,7 +70,7 @@ subscriber = RCORDSubscriber() subscriber.onu_device = si.serial_number - subscriber.status == "awaiting-auth" + subscriber.status = "awaiting-auth" # If the OSS returns a c_tag use that one if si.c_tag: