Comment 4 for bug 1515222

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

Reviewed: https://review.openstack.org/244047
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=684bacefeeed448853a8fba6d9db407ba1f7ce4b
Submitter: Jenkins
Branch: master

commit 684bacefeeed448853a8fba6d9db407ba1f7ce4b
Author: jichenjc <email address hidden>
Date: Fri Nov 6 08:30:14 2015 +0800

    Aggregate id is a integer, not a uuid

    Id in Aggregate is defined as
    id = Column(Integer, primary_key=True, autoincrement=True)
    and it's input from API layer, so it's not a uuid format,
    it's a integer.

    Partial-Bug: #1515222

    Change-Id: I75e9aee7a720b69bf5157f6dc1fab9dc655ac54a