You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ariatosca.apache.org by mx...@apache.org on 2017/05/08 08:20:28 UTC

[4/4] incubator-ariatosca git commit: wip

wip


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/b9e5fb3c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/b9e5fb3c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/b9e5fb3c

Branch: refs/heads/ARIA-165-Make-node-name-suffix-UUIDs-become-more-readable
Commit: b9e5fb3c842463a18080b8cd63632cfa3d701412
Parents: 0ec2370
Author: max-orlov <ma...@gigaspaces.com>
Authored: Sun May 7 15:13:09 2017 +0300
Committer: max-orlov <ma...@gigaspaces.com>
Committed: Mon May 8 11:20:19 2017 +0300

----------------------------------------------------------------------
 aria/parser/modeling/context.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/b9e5fb3c/aria/parser/modeling/context.py
----------------------------------------------------------------------
diff --git a/aria/parser/modeling/context.py b/aria/parser/modeling/context.py
index dff5991..a14c5f7 100644
--- a/aria/parser/modeling/context.py
+++ b/aria/parser/modeling/context.py
@@ -83,7 +83,7 @@ class ModelingContext(object):
             self._locally_unique_ids.add(the_id)
             return the_id
 
-        return generate_uuid()
+        return generate_uuid(6)
 
     def set_input(self, name, value):
         self.inputs[name] = value