Comment 4 for bug 1268943

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

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

commit d9acc764299df9be8cb1a29e4da16461ac696bd6
Author: Joe Gordon <email address hidden>
Date: Wed May 21 14:34:45 2014 +0900

    Bump FakeDriver's resource numbers

    Bump the amount of memory and disk that FakeDriver reports so one can
    schedule larger instances. One should be able to schedule an instance
    larger with more then 8GB of ram onto the FakeDriver.

    Since the FakeVirt driver is now used for much more then just unit
    tests, subclass FakeVirt to decouple the amount of resources FakeVirt reports
    from the amounts in the api_samples. This way the api_samples don't need changing every
    time the resource amounts reported by FakeVirt are tweaked.

    Change-Id: Ifd3b8bd1abf985d279de334776ed5feb4fa72a27
    Related-Bug: #1268943