Comment 11 for bug 1195915

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

Reviewed: https://review.openstack.org/66818
Committed: https://git.openstack.org/cgit/stackforge/cookbook-openstack-common/commit/?id=5e7592dc180bc30348afe7b1ecb3328d0fbacc5e
Submitter: Jenkins
Branch: master

commit 5e7592dc180bc30348afe7b1ecb3328d0fbacc5e
Author: Andy McCrae <email address hidden>
Date: Wed Jan 15 12:06:51 2014 +0000

    Move to use "get_password" instead of "{user,service,db}_password"

    The user_password, service_password and db_password functions are redundant
    since they simply call "secret". Creates a get_password function that
    will accept a "type" of db, service or user.

    All instances of these calls have been changed to call get_password.

    Interim commit that keeps the service,db and user functions in order to
    merge other changes.

    Change-Id: Iba4a611b387d0975e8a23cc758d2ac7dec8210ad
    Partial-Bug: #1195915