mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.5
Conflicts: salt/modules/ps.py tests/unit/modules/ps_test.py
This commit is contained in:
commit
4980fd547b
1 changed files with 3 additions and 0 deletions
|
@ -1339,6 +1339,9 @@ class Cloud(object):
|
|||
except IOError:
|
||||
main_cloud_config = {}
|
||||
|
||||
if main_cloud_config is None:
|
||||
main_cloud_config = {}
|
||||
|
||||
profile_details = self.opts['profiles'][profile]
|
||||
alias, driver = profile_details['provider'].split(':')
|
||||
mapped_providers = self.map_providers_parallel()
|
||||
|
|
Loading…
Add table
Reference in a new issue