Merge "Ammend comment in undercloud.conf.sample about heat db key"

This commit is contained in:
James Slagle 2015-09-02 21:52:39 +02:00 committed by Gerrit Code Review
commit 77328b8601
2 changed files with 4 additions and 4 deletions

View File

@ -175,8 +175,8 @@ _auth_opts = [
'If left unset, one will be automatically generated.')
),
cfg.StrOpt('undercloud_heat_encryption_key',
help=('Heat db encryption key(must be 8,16 or 32 characters. '
'If left unset, one will be automatically generated.')
help=('Heat db encryption key(must be 16, 24, or 32 characters.'
' If left unset, one will be automatically generated.')
),
cfg.StrOpt('undercloud_heat_password',
help=('Heat service password. '

View File

@ -88,8 +88,8 @@
# generated. (string value)
#undercloud_glance_password = <None>
# Heat db encryption key(must be 8,16 or 32 characters. If left unset,
# one will be automatically generated. (string value)
# Heat db encryption key(must be 16, 24, or 32 characters. If left
# unset, one will be automatically generated. (string value)
#undercloud_heat_encryption_key = <None>
# Heat service password. If left unset, one will be automatically