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 | ||
fake_nova | ||
image | ||
utils | ||
__init__.py | ||
base.py | ||
test_filters.py | ||
test_scale.py | ||
test_stack_update.py | ||
test_update.py |