Comment 4 for bug 1253525

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

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

commit eaa90be5ad759919f67c8e586851b8f9fadef580
Author: Chris Yeoh <email address hidden>
Date: Thu Jul 17 14:11:50 2014 +0930

    Check compulsory flavor create parameters exist

    Check that the name, ram, vcpu and disk parameters exist
    in the request for flavor creation in order to be able to
    return a more informative error message to a user when they
    are not supplied.

    Change-Id: I7fd235f8b57e5ecba37e50d6f0ce0a3866c1cd55
    Closes-Bug: 1253525