Comment 3 for bug 1768742

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

Reviewed: https://review.openstack.org/569078
Committed: https://git.openstack.org/cgit/openstack/osprofiler/commit/?id=56e5ce42e7ba6adb58371ef5025a59f9bf353cd3
Submitter: Zuul
Branch: master

commit 56e5ce42e7ba6adb58371ef5025a59f9bf353cd3
Author: Ilya Shakhat <email address hidden>
Date: Thu May 17 11:50:53 2018 +0200

    Allow user to specify password for Redis connection

    Support full schema for connection to Redis: make port number
    optional, allow password and database number. The schema is following:
    `redis://[:password]@host[:port][/db]`

    Change-Id: I0f8be615aa95409653211b24e114d8b0870b2afa
    Closes-Bug: #1768742