Remove duplicate openstack_region key

This commit is contained in:
Kyle Tolle 2015-01-12 23:45:27 -07:00
parent 1e88abb9b1
commit b8981c1d90
1 changed files with 0 additions and 1 deletions

View File

@ -193,7 +193,6 @@ module Fog
:openstack_api_key => @openstack_api_key,
:openstack_username => @openstack_username,
:openstack_auth_uri => @openstack_auth_uri,
:openstack_region => @openstack_region,
:openstack_auth_token => @openstack_must_reauthenticate ? nil : @openstack_auth_token,
:openstack_service_type => @openstack_service_type,
:openstack_service_name => @openstack_service_name,