Comment 7 for bug 1298494

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

Reviewed: https://review.openstack.org/89657
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=40ae1eefe42f093631e2988814e60f45defdb3c3
Submitter: Jenkins
Branch: stable/icehouse

commit 40ae1eefe42f093631e2988814e60f45defdb3c3
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
    (cherry picked from commit 8ce30b6ac7ea8d2e036a621a9904b35cb1563672)