1
0
Fork 0
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:
Nelvin Driz 2012-03-04 16:41:47 +08:00
parent cc44845bdb
commit fd37b8e126

View file

@ -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
#