Go to file
zhengyao1 5c074998a1 The function add calculation size_gb need improve
The line:size_gb = int((image_size + units.Gi - 1) / units.Gi).
Its intent is to get ceiling of size_gb. we can use python math
module math.ceil() function. This can improve code readability
and more in line with the python style. This patch improves it.

Change-Id: I0171d78a55810c35d1b6dbb8632c3d0594f287c1
Closes-Bug: #1592376
2016-06-24 19:06:01 +08:00
2016-06-03 11:59:23 -05:00
2016-05-09 14:44:17 +00:00
2016-05-09 14:44:17 +00:00
2014-01-24 18:30:46 +01:00
2016-05-31 03:00:06 +00:00
2015-10-09 03:49:59 +00:00
2016-06-07 22:08:18 +00:00

Glance Store Library

Glance's stores library

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 1.2 MiB