From db03e1ab00b79df4624650c2a37103fc07d8423d Mon Sep 17 00:00:00 2001 From: Dhiraj Hegde Date: Mon, 14 Sep 2015 15:40:14 -0700 Subject: [PATCH] Fix indentation issue. --- lib/rouster.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rouster.rb b/lib/rouster.rb index 707a99b..381c33a 100644 --- a/lib/rouster.rb +++ b/lib/rouster.rb @@ -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')