commit | 172797ee35cdca08df8445dcb7af877d59f24322 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Fri Jul 31 13:28:38 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Fri Jul 31 13:28:38 2015 -0700 |
tree | ae61601e7374c5e671a5588d7fe09f5bdaa599e1 | |
parent | 78bfe77d86a04c8a5aed1b0bcfabcb30467f9ef0 [diff] |
ignore service for now
diff --git a/xos/tosca/execute.py b/xos/tosca/execute.py index c9b5bfe..7160ec4 100644 --- a/xos/tosca/execute.py +++ b/xos/tosca/execute.py
@@ -60,6 +60,9 @@ if (nodetemplate.type == "tosca.nodes.Slice"): return + if (nodetemplate.type == "tosca.nodes.Service"): + return + if (nodetemplate.type != "tosca.nodes.Compute"): raise Exception("I Don't know how to deal with %s" % nodetemplate.type)