Comment 5 for bug 1524691

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

Reviewed: https://review.openstack.org/265760
Committed: https://git.openstack.org/cgit/openstack/smaug/commit/?id=28edb063ec5cb5fdaadde296a37c81f829861f3e
Submitter: Jenkins
Branch: master

commit 28edb063ec5cb5fdaadde296a37c81f829861f3e
Author: wangliuan <wangliuan2016@163.com>
Date: Mon Jan 11 17:05:03 2016 +0800

    Implement the basic protection service framework

    Basically, this service will execute a protection operation and persist
    results with transactions in bank
    It will also collect operation execution result and update operation
    status
    As a basic framework,we just implement the interface and a simple
    protection example in this patch

    Change-Id: I1f3970e699b6f2ce2e6a9f2fa13f71789e7c288a
    Closes-Bug: #1524691