Comment 12 for bug 1526231

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

Reviewed: https://review.openstack.org/214585
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=20fe26335ef34b6a3d3032c5a844fddc5afdf7f5
Submitter: Jenkins
Branch: master

commit 20fe26335ef34b6a3d3032c5a844fddc5afdf7f5
Author: Satoru Moriya <email address hidden>
Date: Tue Feb 9 21:54:42 2016 +0900

    Add RPCs to support volume connector operation

    This patch adds the following two RPCs in order to support volume
    connector operations.

    - update_volume_connector()
      This function is called to update the information about a volume
      connector that is stored in the database.

    - destroy_volume_connector()
      This function is called to remove a volume connector from the database.

    Co-Authored-By: Tomoki Sekiyama <email address hidden>
    Co-Authored-By: Stephanie Miller <email address hidden>
    Co-Authored-By: Ruby Loo <email address hidden>
    Change-Id: I3debe98ea78e159a81f53d0a3a3a49fe0c8663f6
    Partial-Bug: 1526231