Comment 7 for bug 1568707

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

Reviewed: https://review.openstack.org/418369
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=2f409f9ba1a999c3b9e3a3199224a6217dbdbd34
Submitter: Jenkins
Branch: master

commit 2f409f9ba1a999c3b9e3a3199224a6217dbdbd34
Author: Michael Dovgal <email address hidden>
Date: Fri Jan 6 18:25:13 2017 +0200

    Add volume type access operations notification

    According to existing notification system we have notify methods
    for different cinder operations such as volume create/delete, etc.
    This patch extend our notification system and add missing notifications
    for commands:
            type-access-add
            type-access-remove

    The notifications could be used for billing and event notifications.

    Change-Id: I55bbb69be9507b243cce245e92037ab00920a29c
    Closes-Bug: #1568707