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:
Rene Moser 2015-06-09 13:08:38 +02:00 committed by Matt Clay
parent 2c1df46167
commit 4da34d198b

View file

@ -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')