Comment 4 for bug 1470568

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

Reviewed: https://review.openstack.org/200304
Committed: https://git.openstack.org/cgit/openstack/networking-cisco/commit/?id=4c8d9adb552b3c88deccac8f3289f622a2d7445e
Submitter: Jenkins
Branch: master

commit 4c8d9adb552b3c88deccac8f3289f622a2d7445e
Author: Sandhya Dasu <email address hidden>
Date: Thu Jul 9 19:01:52 2015 -0400

    Cisco UCSM driver updates to handle duplicate creations

    Each create, delete or update operation on the UCS Manager is part of its own
    transaction to handle duplicate creations on UCS Manager better. So, when a
    create operation, tries to create something that already exists, the plugin
    correctly ignores the duplicate exception and proceeds to the next step
    (instead of skipping it).

    Change-Id: I8f650dc8d656ac8ee4a839420b68423ad65123eb
    Closes-Bug: #1464500
    Closes-Bug: #1470568