Repository: incubator-ariatosca
Updated Branches:
  refs/heads/ARIA-165-Make-node-name-suffix-UUIDs-become-more-readable 
1cb3086f3 -> a783fcd2d


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/a783fcd2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/a783fcd2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/a783fcd2

Branch: refs/heads/ARIA-165-Make-node-name-suffix-UUIDs-become-more-readable
Commit: a783fcd2d4e6740718a3ede804bee4419bec238c
Parents: 1cb3086
Author: max-orlov <ma...@gigaspaces.com>
Authored: Sun May 7 15:13:09 2017 +0300
Committer: max-orlov <ma...@gigaspaces.com>
Committed: Sun May 7 15:13:09 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/a783fcd2/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

Reply via email to