← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1468698] [NEW] Image-update api returns 500 while passing --min-ram and --min-disk greater than 2^(31) max value

 

Public bug reported:

$ glance image-update b3886698-04c3-4621-9a04-4a587d3288d1 --min-ram 23457800000000
HTTPInternalServerError (HTTP 500)

$ glance image-update b3886698-04c3-4621-9a04-4a587d3288d1 --min-disk 23457800000000
HTTPInternalServerError (HTTP 500)

** Affects: glance
     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/1468698

Title:
  Image-update 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

Bug description:
  $ glance image-update b3886698-04c3-4621-9a04-4a587d3288d1 --min-ram 23457800000000
  HTTPInternalServerError (HTTP 500)

  $ glance image-update b3886698-04c3-4621-9a04-4a587d3288d1 --min-disk 23457800000000
  HTTPInternalServerError (HTTP 500)

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1468698/+subscriptions


Follow ups

References