Comment 11 for bug 1515412

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

Reviewed: https://review.openstack.org/253177
Committed: https://git.openstack.org/cgit/openstack/searchlight/commit/?id=3ff4115d9160501f43d55ffb402ce15c699ba80a
Submitter: Jenkins
Branch: master

commit 3ff4115d9160501f43d55ffb402ce15c699ba80a
Author: Steve McLellan <email address hidden>
Date: Thu Dec 3 14:04:48 2015 -0600

    Emit warning if indexing with elasticsearch v2

    If the v2 client is installed, emit a warning when attempting to index
    without --no-delete (the default) instructing the user to consult the
    documentation to manually delete the index and rerun with --no-delete.

    This can be removed after global-requirements is capped (see
    https://review.openstack.org/#/c/252075/) or once reindexing no longer
    requires an in-place clearing of data.

    Change-Id: I8ad3efb0addf6be516b0f8bbf18543b19175ac5d
    Partial-Bug: #1515412