yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #33329
[Bug 1460060] Re: Glance v1 and v2 api returns 500 while passing --min-ram and --min-disk greater than 2^(31) max value
On our fail early principle we should not send these values to the
server at the first place. This does not mean that we shouldn't fix the
server side as well.
** Also affects: python-glanceclient
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1460060
Title:
Glance v1 and v2 api returns 500 while passing --min-ram and --min-
disk greater than 2^(31) max value
Status in OpenStack Image Registry and Delivery Service (Glance):
New
Status in Python client library for Glance:
New
Bug description:
glance image-create --name test --container-format bare --disk-format raw --file delete_images.py --min-disk 100000000000000
HTTPInternalServerError (HTTP 500)
glance image-create --name test --container-format bare --disk-format raw --file delete_images.py --min-ram 100000000000000
HTTPInternalServerError (HTTP 500)
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1460060/+subscriptions
References