mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
CLOUDSTACK-9139 make zwps default when defined on zone level
This commit is contained in:
parent
312b9aff94
commit
9b89dfd643
@ -243,8 +243,8 @@ class DeployDataCenters(object):
|
||||
|
||||
primarycmd.tags = primary.tags
|
||||
primarycmd.url = primary.url
|
||||
if primary.scope == 'zone':
|
||||
primarycmd.scope = primary.scope
|
||||
if primary.scope == 'zone' or clusterId is None:
|
||||
primarycmd.scope = 'zone'
|
||||
primarycmd.hypervisor = primary.hypervisor
|
||||
else:
|
||||
primarycmd.podid = podId
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user