Comment 2 for bug 1257008

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

Reviewed: https://review.openstack.org/59500
Committed: http://github.com/openstack/nova/commit/4dd6c368e75183d8d3aed4e9f98d928e8f3a21b2
Submitter: Jenkins
Branch: master

commit 4dd6c368e75183d8d3aed4e9f98d928e8f3a21b2
Author: Andrew Laski <email address hidden>
Date: Mon Dec 2 12:47:24 2013 -0500

    Don't overwrite marker when checking if it exists

    Checking for the existence of a marker overwrote which marker was being
    checked for. The string representation of the marker needs to be
    retained so that a proper exception can be built. So a new variable is
    introduced which can be used to check for marker existence.

    Change-Id: I81cfdceca3921c364cdeeccd24add14a6b1d0fd4
    Closes-bug: 1257008