commit | 638ec0c7b39d1e1432b6b4a26e89fc34df47f064 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Sep 03 14:52:38 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Sep 03 14:52:38 2015 -0700 |
tree | 3294c6aa3c0effd01fcd55f003d2376fbe97a958 | |
parent | eb2aa3ccdc2cfae4d2bc0c3101e7f5b2008661eb [diff] | |
parent | 38d67f12c55a4d783ed8efc8c434db07bfd205a0 [diff] |
Merge branch 'master' of github.com:open-cloud/xos
diff --git a/xos/tosca/resources/xosresource.py b/xos/tosca/resources/xosresource.py index eddd8cb..ef59485 100644 --- a/xos/tosca/resources/xosresource.py +++ b/xos/tosca/resources/xosresource.py
@@ -150,6 +150,7 @@ xos_args = self.get_xos_args() for (k,v) in xos_args.items(): setattr(obj, k, v) + self.postprocess(obj) obj.save() def delete(self, obj):