Comment 8 for bug 1542307

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

Reviewed: https://review.openstack.org/276797
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=052c9824173b7e76f4149b1059e851053961ed49
Submitter: Jenkins
Branch: master

commit 052c9824173b7e76f4149b1059e851053961ed49
Author: Matthew Mosesohn <email address hidden>
Date: Fri Feb 5 19:42:20 2016 +0400

    Clean up globals hash keys and all hash lookups

    hiera deep hash lookup fails if one yaml contains 'key_hash'
    and the other is just 'key'. This is fixed by writing keys
    without the suffix '_hash'.

    Added _hash to some variables where it was inconsistent
    among top level modules.

    Change-Id: I48ec5711a507115d8b7cc167ae881cac4637622f
    Closes-Bug: #1542307