Comment 1 for bug 1577727

Revision history for this message
Pushkar Umaranikar (pushkar-umaranikar) wrote : Re: nova flavor-create raises 500 error if long value passed to flavor properties

Can you please reply with why you are using long value? Attributes of nova flavor-create command including uuid, amount of ram, vcpus etc. should be positive integers. From the command in the bug description, it seems like you are passing long value for ram. It expects an integer value. Hence, above is an expected error.
kindly refer, http://docs.openstack.org/admin-guide/cli_manage_flavors.html