cloudstack: remove listall in cs_project
listall in cs_project can return the wrong project for root admins, because project name are not unique in separate accounts.
This commit is contained in:
parent
2c1df46167
commit
4da34d198b
1 changed files with 0 additions and 1 deletions
|
@ -160,7 +160,6 @@ class AnsibleCloudStackProject(AnsibleCloudStack):
|
|||
project = self.module.params.get('name')
|
||||
|
||||
args = {}
|
||||
args['listall'] = True
|
||||
args['account'] = self.get_account(key='name')
|
||||
args['domainid'] = self.get_domain(key='id')
|
||||
|
||||
|
|
Loading…
Reference in a new issue