mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
the nova driver does not require libcloud
The only thing used from libcloudfuncs is the script and reboot, which both hook through the regular connection, and are namespaced down to the nova driver. they use the regular conn, which hooks to the SaltNova library in order to reboot the server.
This commit is contained in:
parent
d7263d2a8e
commit
744e556be7
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