Comment 24 for bug 1371757

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

Reviewed: https://review.openstack.org/138718
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=d46db29c63ac6d4295d9c43c7246523ed4d5bbed
Submitter: Jenkins
Branch: master

commit d46db29c63ac6d4295d9c43c7246523ed4d5bbed
Author: Przemyslaw Kaminski <email address hidden>
Date: Tue Jan 27 14:56:37 2015 +0100

    monitord user for safe API notification creation

    Added monitord user with password to astute.yaml file. This is used
    by Puppet manifests to create the 'monitord' user with 'monitord' role.
    This allows to safely access API's /notification resource.
    Usage of Keystone admin_token is not recommended nor even possible
    (Keystone doesn't treat admin_token as representing any user and so
    /notifications returns 401).

    Change-Id: I5b4fea9e6811c2d995f058b4a0a11025e04f33fb
    Partial-Bug: #1371757