Comment 17 for bug 1195915

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

Reviewed: https://review.openstack.org/66817
Committed: https://git.openstack.org/cgit/stackforge/cookbook-openstack-ops-messaging/commit/?id=fbcfd04ff35cc0a3f419b7a2cb1f7876dab6831f
Submitter: Jenkins
Branch: master

commit fbcfd04ff35cc0a3f419b7a2cb1f7876dab6831f
Author: Andy McCrae <email address hidden>
Date: Wed Jan 15 12:00:27 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

    Change-Id: Ic73c99034638ec092192d11e37671edbba0e48ef
    Partial-Bug: #1195915