Comment 2 for bug 1580044

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

Reviewed: https://review.openstack.org/314610
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=76e3d2e2f6c09e19f748971d509937b64cf46f45
Submitter: Jenkins
Branch: master

commit 76e3d2e2f6c09e19f748971d509937b64cf46f45
Author: Yosef Hoffman <email address hidden>
Date: Tue May 10 11:44:56 2016 -0400

    Log "https" if using SSL

    When starting the Watcher API service, the URI it served to is shown in
    a log message. In this log message (in watcher/cmd/api.py) take into
    account the case where SSL has been enabled with CONF.api.enable_ssl_api
    set to True and format this log message accordingly.

    Change-Id: I98541810139d9d4319ac89f21a5e0bc25454ee62
    Closes-Bug: #1580044