Comment 4 for bug 1486781

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

Reviewed: https://review.openstack.org/219331
Committed: https://git.openstack.org/cgit/openstack/searchlight/commit/?id=45e27d11e6f9b19b129429d2d5f483ac58fb359e
Submitter: Jenkins
Branch: master

commit 45e27d11e6f9b19b129429d2d5f483ac58fb359e
Author: Travis Tripp <email address hidden>
Date: Tue Sep 1 10:13:12 2015 -0600

    Fix Glance Indexing after Notification

    After an update notification, Glance images do not seem
    to be searchable. If you filter by the name of the updated
    image it will not show up. However, if you re-index, it
    will be searchable.

    This is due to the code currently indexing a wrapper "doc"
    object around the actual doc. This was inadvertantly left
    in when switching from doc as upsert.

    Change-Id: I782e04fea81ba4b9a52781fadd174d51a1aa7624
    Closes-Bug: #1486781