Skip to content

Commit

Permalink
Merge pull request #12 from EYurchenko/master
Browse files Browse the repository at this point in the history
Do not inherit from legacy Driver::SSHBase class.
  • Loading branch information
poliva83 committed Apr 29, 2016
2 parents 089d953 + e1be775 commit 2066fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kitchen/driver/opennebula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Driver
# Opennebula driver for Kitchen.
#
# @author Andrew J. Brown <[email protected]>
class Opennebula < Kitchen::Driver::SSHBase
class Opennebula < Kitchen::Driver::Base
default_config :opennebula_endpoint,
ENV.fetch('ONE_XMLRPC', 'http://127.0.0.1:2633/RPC2')

Expand Down

0 comments on commit 2066fec

Please sign in to comment.