Comment 2 for bug 1476723

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

Reviewed: https://review.openstack.org/205080
Committed: https://git.openstack.org/cgit/openstack/networking-cisco/commit/?id=81a7c328276659d917c053964e8eb33408f568cc
Submitter: Jenkins
Branch: master

commit 81a7c328276659d917c053964e8eb33408f568cc
Author: Carol Bouchard <email address hidden>
Date: Thu Jul 23 10:27:38 2015 -0400

    Detect switch failure earlier during port create

    This code set performs a get call to the switch earlier during the call
    to create_port_postcommit(). This will detect if the switch is up. If
    it fails, we will no longer have persistent retries and other
    components will clean up their data bases which does not happen with
    failed calls to update_port_postcommit().

    Change-Id: Ibc8d7163f27e5c040e502b1743d805996aff6643
    Closes-bug: #1476723