Skip to content

Commit 8f1498d

Browse files
author
Girish Shilamkar
committed
CLOUDSTACK-6559: Added listall=True to list vm API
1 parent 4443890 commit 8f1498d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/marvin/marvin/lib/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ def ssh_access_group(cls, apiclient, cmd):
270270
apiclient,
271271
account=cmd.account,
272272
domainid=cmd.domainid,
273+
listall=True,
273274
securitygroupname="basic_sec_grp"
274275
)
275276

0 commit comments

Comments
 (0)