Comment 20 for bug 1371757

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-fuelclient (master)

Reviewed: https://review.openstack.org/150744
Committed: https://git.openstack.org/cgit/stackforge/python-fuelclient/commit/?id=3355e188eec37b9736282683538b4aa51edc6897
Submitter: Jenkins
Branch: master

commit 3355e188eec37b9736282683538b4aa51edc6897
Author: Przemyslaw Kaminski <email address hidden>
Date: Wed Jan 28 11:21:49 2015 +0100

    Add 'notifications' argument

    This can be used for displaying and sending notifications to Fuel.

    Send an error message:
    fuel notify -m This is wrong --topic error
    fuel notifications --send Hello world

    List all unread notifications:
    fuel notifications

    List all notifications:
    fuel notifications -a

    Mark messages as read:
    fuel notifications -r 1 2

    Mark all messages as read:
    fuel notifications -r '*'

    DocImpact
    Related-Bug: #1371757
    Change-Id: I6a5f05febf8f5a01a7b9415546ef56c11aedefce