aboutsummaryrefslogtreecommitdiffstats
path: root/lib/partitioner/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/partitioner/constants.py')
-rw-r--r--lib/partitioner/constants.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/partitioner/constants.py b/lib/partitioner/constants.py
new file mode 100644
index 0000000..f758e96
--- /dev/null
+++ b/lib/partitioner/constants.py
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+#
+# Licence statement goes here
+#
+
+tosca_ordered_fields = ['tosca_definitions_version', 'description', 'metadata', 'policy_types', 'topology_template']