mirror of https://github.com/apache/cloudstack.git
typos and other fixes
This commit is contained in:
parent
b82d88d1d2
commit
e9b861432a
|
|
@ -31,7 +31,8 @@ def describeResources(config):
|
|||
z.networktype = 'Basic'
|
||||
z.domain = 'cloud.basic'
|
||||
|
||||
sgprov = provider('SecurityGroupProvider') #SecurityGroup Provider
|
||||
sgprov = provider() #SecurityGroup Provider
|
||||
sgprov.name = 'SecurityGroupProvider'
|
||||
z.providers.append(sgprov)
|
||||
|
||||
p = pod()
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ secstorage.allowed.internal.sites=10.147.28.0/24
|
|||
dns=10.147.28.6
|
||||
mshost=10.147.29.110
|
||||
database=10.147.29.110
|
||||
hypervisor=XenServer
|
||||
[cloudstack]
|
||||
#pod configuration
|
||||
private.gateway=10.147.29.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue