Comment 5 for bug 1298494

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/83625
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=8ce30b6ac7ea8d2e036a621a9904b35cb1563672
Submitter: Jenkins
Branch: master

commit 8ce30b6ac7ea8d2e036a621a9904b35cb1563672
Author: Chris Friesen <email address hidden>
Date: Thu Mar 27 16:49:31 2014 -0600

    Fix display of server group members

    The previous code was failing to display the members of server
    groups because it was filtering them all out.

    Interestingly, the previous code passes the unit tests due to a
    bug where we treat regex comparisons differently when using mysql
    vs sqlite (tracked under bug 1298690).

    Change-Id: I7be9c180f4284dd18cd02e510e77e3c1e3fc9925
    Closes-bug: 1298494