Only warn if master IP is unset - must be compatible with masterless minions

This commit is contained in:
rallytime 2015-08-21 15:24:11 -06:00
parent a4c87fcf57
commit 65b285d02d

View file

@ -1174,7 +1174,7 @@ class Cloud(object):
if deploy:
if not make_master and 'master' not in minion_dict:
raise SaltCloudConfigError(
log.warn(
'There\'s no master defined on the {0!r} VM settings.'.format(
vm_['name']
)