Comment 8 for bug 1491524

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/kilo)

Reviewed: https://review.openstack.org/221922
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=9314616cac732fb9ec2f1dfb879c98c614226909
Submitter: Jenkins
Branch: stable/kilo

commit 9314616cac732fb9ec2f1dfb879c98c614226909
Author: Tiago Pasqualini <email address hidden>
Date: Wed Sep 2 14:58:03 2015 -0300

    Fix HDS HNAS driver logging password as plain text

    HDS HNAS driver logs every command that is sent to HNAS. Some
    commands need the HNAS password, so the driver ends up logging
    this password as plain text. This patch changes these commands
    syntax so that oslo_utils.strutils.mask_password can successfully
    mask this password.

    Conflicts:
     cinder/volume/drivers/hds/hnas_backend.py

    Change-Id: I720701d8ee2b944ad498917f668160894f1f07cc
    Closes-Bug: #1491524
    (cherry picked from commit 15755b8e9a5f8019e8d19b709b86d582d8b6e0c2)