commit | f7cb913aa91ca48d7c28e55c9d41f9a5d192ad78 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Sep 17 22:04:57 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Sep 17 22:04:57 2015 -0700 |
tree | b497c05d2c5d8ba4b18d62a605f3e7e7629c2538 | |
parent | f4da790beb9bd66f8b2ba329bc84b037f0ae5a94 [diff] |
assuming this call to map_delete_outputs was supposed to be to map_delete_inputs
diff --git a/xos/openstack_observer/syncstep.py b/xos/openstack_observer/syncstep.py index 7954bb7..66225d0 100644 --- a/xos/openstack_observer/syncstep.py +++ b/xos/openstack_observer/syncstep.py
@@ -150,7 +150,7 @@ except AttributeError: pass - tenant_fields = self.map_delete_outputs(o) + tenant_fields = self.map_delete_inputs(o) main_objs=self.observes if (type(main_objs) is list):