Comment 3 for bug 1415887

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/168779
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=1dbb189270cffc0edf0721815582b39ab2776031
Submitter: Jenkins
Branch: master

commit 1dbb189270cffc0edf0721815582b39ab2776031
Author: Rajiv Kumar <email address hidden>
Date: Mon Mar 30 10:32:44 2015 +0530

    auth_encryption_key is being checked to be 16, 24, or 32

    If auth_encryption_key length is not 16 or 24 or 32 in that case
    heat operations such as stack-creates fails. This check has been
    added.

    Change-Id: Ic653d18dbb7523ca5286ae0951eb86ad72cbdb13
    Closes-bug: #1415887