From 6ed8588a9fa843c59c519accd2e58f1297c55c1f Mon Sep 17 00:00:00 2001 From: Alfonso Juan Dillera Date: Fri, 2 Mar 2012 21:07:33 +0800 Subject: [PATCH] [openstack|compute] Add auth_token - Added attr_reader for auth_token for computes. --- lib/fog/openstack/compute.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fog/openstack/compute.rb b/lib/fog/openstack/compute.rb index 80dd2ddb0..d7666b924 100644 --- a/lib/fog/openstack/compute.rb +++ b/lib/fog/openstack/compute.rb @@ -187,6 +187,7 @@ module Fog end class Real + attr_reader :auth_token def initialize(options={}) @openstack_api_key = options[:openstack_api_key]