Skip to content

Commit

Permalink
Fix indentation issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhiraj Hegde committed Sep 14, 2015
1 parent 5b03280 commit db03e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rouster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def initialize(opts = nil)
[:openstack_auth_url, :openstack_username, :openstack_tenant, :openstack_api_key,
:key ].each do |r|
raise ArgumentError.new(sprintf('OpenStack passthrough requires %s specification', r)) if @passthrough[r].nil?
end
end

if @passthrough.has_key?(:image_ref)
@logger.debug(':image_ref specified, will start new Nova instance')
Expand Down

0 comments on commit db03e1a

Please sign in to comment.