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 e2b86bf commit c585550
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 @@ -280,8 +280,8 @@ def get_dependencies():
log.warning(HAS_SHADE[1])
return False
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 c585550

Please sign in to comment.