Comment 2 for bug 1261905

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

Reviewed: https://review.openstack.org/62754
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=3344661b18f55bb997ab435169cabeba97d55976
Submitter: Jenkins
Branch: master

commit 3344661b18f55bb997ab435169cabeba97d55976
Author: Sushil Kumar <email address hidden>
Date: Tue Dec 17 20:38:28 2013 +0000

    Removes directory creation prior to _tmp_mount

    Reasons:
    - Directory creation is included in VolumeMountPoint.mount method.
    - No need to repeat the steps before calling the mount method.

    Changes:
    - Removed directory creation prior to calling _tmp_mount.
    - Test updated to reduce number of utils.execute,
      as we now have one less call in the code.

    Change-Id: I5136f1ce537c919ff2e009cd617f33925d955e88
    Closes-Bug: #1261905