Skip to content

Commit 71bf9a3

Browse files
llambielsebgoa
authored andcommitted
LIBCLOUD-634 Cloudstack: get template size in list_images extra attributes
Signed-off-by: Sebastien Goasguen <[email protected]> This closes apache#389
1 parent 680e23b commit 71bf9a3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Compute
2323
(GITHUB-382)
2424
[Roeland Kuipers]
2525

26+
- Add extra attribute in list_images for CloudStack driver.
27+
(GITHUB-389)
28+
[Loic Lambiel]
29+
2630
Changes with Apache Libcloud 0.16.0
2731
-----------------------------------
2832

libcloud/compute/drivers/cloudstack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,7 @@ def list_images(self, location=None):
982982
extra={
983983
'hypervisor': img['hypervisor'],
984984
'format': img['format'],
985+
'size': img['size'],
985986
'os': img['ostypename'],
986987
'displaytext': img['displaytext']}))
987988
return images

0 commit comments

Comments
 (0)