Skip to content

Commit

Permalink
fix broken salt-cloud openstack query
Browse files Browse the repository at this point in the history
  • Loading branch information
vdloo authored and Akm0d committed Sep 26, 2019
1 parent 4f40059 commit b6d8a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/cloud/clouds/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ def get_dependencies():
Warn if dependencies aren't met.
'''
deps = {
'shade': shade[0],
'os_client_config': shade[0],
'shade': HAS_SHADE[0],
'os_client_config': HAS_SHADE[0],
}
return config.check_driver_dependencies(
__virtualname__,
Expand Down

0 comments on commit b6d8a34

Please sign in to comment.