Comment 132 for bug 1515222

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

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

commit dca7d48261e44f7918008f98f33d97a44af7f757
Author: jichenjc <email address hidden>
Date: Wed Jan 13 06:18:52 2016 +0800

    Flavor id is not a uuid, it's a int.

    we use /v2.1/d1c5aa58af6c426492c642eb649017be/flavors/84
    to access flavor while 84 represents flavor id, so it's not a uuid.

    Change-Id: Id3624030a10af3c1ad5b213f4ce44d80f0d7e78e
    Partial-Bug: #1515222