Comment 12 for bug 1367011

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

Reviewed: https://review.openstack.org/368231
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=9968b0993fe1859b7accb6701f2fffcbed757bc0
Submitter: Jenkins
Branch: master

commit 9968b0993fe1859b7accb6701f2fffcbed757bc0
Author: Alexander Bashmakov <email address hidden>
Date: Fri Sep 9 13:44:36 2016 -0700

    Added overwrite warning for db_export_metadefs.

    The bug in [1] proposed to always require a directory option for
    glance-manage db_export_metadefs command. The rationale being that
    silently overwriting the default path /etc/glance/metadefs can
    be undesired. However, the feedback was that this command should
    stay silent in case it's called from cron jobs or automated tasks,
    and that it's better to simply log a warning and proceed, as well
    as update the documentation with a cautionary note. This patch
    addresses that request.

    [1] https://bugs.launchpad.net/glance/+bug/1367011

    Change-Id: Ie8cc4bb3769a6347fd25e2235a72c6358af70d42
    Closes-Bug: #1367011