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:
parent
c29cc00b00
commit
6ed8588a9f
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ module Fog
|
|||
end
|
||||
|
||||
class Real
|
||||
attr_reader :auth_token
|
||||
|
||||
def initialize(options={})
|
||||
@openstack_api_key = options[:openstack_api_key]
|
||||
|
|
Loading…
Reference in a new issue