instack-undercloud/instack_undercloud
Derek Higgins cf8efabe0c Use uuid4 instead of uuid1 as a base for passwords
uuid1 is intended to be uniq but not unpredictable. Knowing the
mac address of the host generating the uuid and what time it was
roughly generated at essentially reduces the parts of this uuid
that have to be guessed from 128 bits down to less then 48, still
a big number but there is no reason not to use the bigger of the
two.

Change-Id: If5d230a650c267247dc3a98c02a8d3021bb9eaab
2015-05-28 07:14:10 +01:00
..
tests Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
__init__.py Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
undercloud.py Use uuid4 instead of uuid1 as a base for passwords 2015-05-28 07:14:10 +01:00