Comment 6 for bug 1553236

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

Reviewed: https://review.openstack.org/294540
Committed: https://git.openstack.org/cgit/openstack/fuel-agent/commit/?id=2c93034a2b7c8b3d8111ac3dc9aca8792d177046
Submitter: Jenkins
Branch: master

commit 2c93034a2b7c8b3d8111ac3dc9aca8792d177046
Author: Anil Belur <email address hidden>
Date: Fri Mar 18 17:12:54 2016 +0530

    Fixes #1553236 - remove plain text passwords in cloud-init templates

    The cloud-config uses a `plain_text_passwd: {{ user.password }}` which
    could create potential security issues.

    Therefore the cloud-config file, requires the 'plain text password'
    replaced with a 'hashed password'.

    Closes-bug: #1553236
    Change-Id: Ic0c5992b5302f84819498ccd311cf19224142fa5
    Signed-off-by: Anil Belur <email address hidden>