Comment 3 for bug 1333321

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

Reviewed: https://review.openstack.org/115066
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=2696e5a0676c1ba39ee7f97b48ef65f5dc986d4f
Submitter: Jenkins
Branch: master

commit 2696e5a0676c1ba39ee7f97b48ef65f5dc986d4f
Author: Rick Harris <email address hidden>
Date: Mon Aug 18 13:53:42 2014 -0500

    Guard for worlddump in case LOGDIR is undefined

    If LOGDIR is undefined, we'll end up calling worldump with the `-d` option but
    pass in an empty string as the option value. This causes an argument parsing
    error inside worlddump.

    The proposed fix is to detect if LOGDIR is undefined, and if so, omit the `-d`
    argument.

    Change-Id: I77968849ebd3e3bebd2e5929b87b60fc1b6541bf
    Closes-Bug: 1333321