1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[openstack|compute] Add auth_token

- Added attr_reader for auth_token for computes.
This commit is contained in:
Alfonso Juan Dillera 2012-03-02 21:07:33 +08:00 committed by Nelvin Driz
parent c29cc00b00
commit 6ed8588a9f

View file

@ -187,6 +187,7 @@ module Fog
end
class Real
attr_reader :auth_token
def initialize(options={})
@openstack_api_key = options[:openstack_api_key]