cloudstack: cs_router: fix router not found and async polling in reboot
This commit is contained in:
parent
5979f2543f
commit
c896aab5e3
1 changed files with 4 additions and 3 deletions
|
@ -205,6 +205,7 @@ class AnsibleCloudStackRouter(AnsibleCloudStack):
|
|||
args['projectid'] = self.get_project(key='id')
|
||||
args['account'] = self.get_account(key='name')
|
||||
args['domainid'] = self.get_domain(key='id')
|
||||
args['listall'] = True
|
||||
|
||||
routers = self.cs.listRouters(**args)
|
||||
if routers:
|
||||
|
|
Loading…
Add table
Reference in a new issue