mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Remove references to deprecated config options
This commit is contained in:
parent
d4a66c62b3
commit
7e6015fffa
@ -2272,11 +2272,6 @@ class SaltCloudParser(OptionParser,
|
||||
|
||||
def setup_config(self):
|
||||
try:
|
||||
return config.cloud_config(
|
||||
self.options.cloud_config or self.get_config_file_path(),
|
||||
master_config_path=self.options.master_config,
|
||||
providers_config_path=self.options.providers_config,
|
||||
profiles_config_path=self.options.vm_config
|
||||
)
|
||||
return config.cloud_config(self.get_config_file_path())
|
||||
except salt.cloud.exceptions.SaltCloudConfigError as exc:
|
||||
self.error(exc)
|
||||
|
Loading…
Reference in New Issue
Block a user