39e5bec0fe
This key must never be regenerated at re-deploy time, so add it to the tripleo-common list of passwords. The length is set to 4096 bytes as recommended here: - http://clusterlabs.org/doc/en-US/Pacemaker/1.1/html-single/Pacemaker_Remote/#_mile_high_view_of_configuration_steps recommends a 4096 bytes key (32768 bits) - Since we use the passlib generate_password module and it uses the lower/uppercase letters + numbers it provides ~5.95 bits of entropy per byte, in the end we will have ~24000 bits of entropy which should be largely sufficient. We also make sure to test a key of that length (4096) in the unit tests. Change-Id: I581552dfa64160e2f82f6a9b8f2ae521c3d6da8d |
||
---|---|---|
.. | ||
actions | ||
filters | ||
image | ||
tests | ||
utils | ||
__init__.py | ||
_stack_update.py | ||
constants.py | ||
exception.py | ||
i18n.py | ||
scale.py | ||
update.py |