cloudstack: cs_network fix zone not in result
This commit is contained in:
parent
90405afc87
commit
2318009b70
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ class AnsibleCloudStackNetwork(AnsibleCloudStack):
|
|||
self.result['type'] = network['type']
|
||||
if 'traffictype' in network:
|
||||
self.result['traffic_type'] = network['traffictype']
|
||||
if 'zone' in network:
|
||||
if 'zonename' in network:
|
||||
self.result['zone'] = network['zonename']
|
||||
if 'domain' in network:
|
||||
self.result['domain'] = network['domain']
|
||||
|
|
Loading…
Reference in a new issue