mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[openstack|compute] Add Identity Enpoint to Recognized Init Parameters
This commit is contained in:
parent
cc44845bdb
commit
fd37b8e126
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module Fog
|
|||
requires :openstack_auth_url
|
||||
recognizes :openstack_auth_token, :openstack_management_url,
|
||||
:persistent, :openstack_service_name, :openstack_tenant,
|
||||
:openstack_api_key, :openstack_username
|
||||
:openstack_api_key, :openstack_username, :openstack_identity_endpoint
|
||||
|
||||
## MODELS
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue