mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
4a69db27cd
commit
1bf17c7d48
1 changed files with 2 additions and 2 deletions
|
@ -2546,8 +2546,8 @@ def is_profile_configured(opts, provider, profile_name):
|
|||
non_image_drivers = ['vmware']
|
||||
|
||||
# Most drivers need a size, but some do not.
|
||||
non_size_drivers = ['opennebula', 'parallels', 'scaleway', 'softlayer',
|
||||
'softlayer_hw', 'vmware', 'vsphere']
|
||||
non_size_drivers = ['opennebula', 'parallels', 'proxmox', 'scaleway',
|
||||
'softlayer', 'softlayer_hw', 'vmware', 'vsphere']
|
||||
|
||||
if driver not in non_image_drivers:
|
||||
required_keys.append('image')
|
||||
|
|
Loading…
Add table
Reference in a new issue