no providers in 2.2.y

This commit is contained in:
Prasanna Santhanam 2011-12-27 09:05:57 +05:30
parent 537d56227b
commit 32f7e89171
1 changed files with 0 additions and 4 deletions

View File

@ -32,10 +32,6 @@ def describeResources(config):
z.networktype = 'Advanced'
z.guestcidraddress = '10.1.1.0/24'
prov = provider()
prov.vlan = config.get('cloudstack','guest.vlan')
z.providers.append(prov)
p = pod()
p.name = 'POD0'
p.gateway = config.get('cloudstack', 'private.gateway')