Comment 7 for bug 1662012

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

Reviewed: https://review.openstack.org/430399
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=85c76a7f0827ff8f278d071a0b3f721847079711
Submitter: Jenkins
Branch: master

commit 85c76a7f0827ff8f278d071a0b3f721847079711
Author: smccully <email address hidden>
Date: Sun Feb 5 21:43:31 2017 +0000

    allocations.consumer_id is not used in query.

    PostGreSQL required consumer_id in group by clause, but
    consumer_id is not being used in the query and is superfluous.

    Change-Id: I47b758b949b7fbed70906e9a95cbe7bb99da13c2
    Closes-Bug: 1662012