Add new CloudStack module cs_physical_network (#54098)

This commit is contained in:
Patryk D. Cichy 2019-03-27 10:48:44 +01:00 committed by René Moser
parent a191ed7b58
commit cdb1d02f4c
5 changed files with 723 additions and 0 deletions

View file

@ -106,6 +106,7 @@ class AnsibleCloudStack:
self.project = None
self.ip_address = None
self.network = None
self.physical_network = None
self.vpc = None
self.zone = None
self.vm = None