mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #28055 from rallytime/bp-28043
Back-port #28043 to 2015.8
This commit is contained in:
commit
6db970c93a
1 changed files with 1 additions and 2 deletions
|
@ -174,9 +174,8 @@ def get_dependencies():
|
|||
Warn if dependencies aren't met.
|
||||
'''
|
||||
deps = {
|
||||
'libcloud': HAS_LIBCLOUD,
|
||||
'netaddr': HAS_NETADDR,
|
||||
'nova': HAS_NOVA,
|
||||
'python-novaclient': HAS_NOVA,
|
||||
}
|
||||
return config.check_driver_dependencies(
|
||||
__virtualname__,
|
||||
|
|
Loading…
Add table
Reference in a new issue