Skip to content

Commit

Permalink
[openstack|volume] remove extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiojr committed Jan 28, 2013
1 parent 940b54e commit df1bb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/openstack/volume.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def authenticate
:openstack_auth_token => @openstack_auth_token, :openstack_auth_token => @openstack_auth_token,
:openstack_service_type => @openstack_service_type, :openstack_service_type => @openstack_service_type,
:openstack_service_name => @openstack_service_name, :openstack_service_name => @openstack_service_name,
:openstack_endpoint_type => @openstack_endpoint_type, :openstack_endpoint_type => @openstack_endpoint_type
} }


credentials = Fog::OpenStack.authenticate_v2(options, @connection_options) credentials = Fog::OpenStack.authenticate_v2(options, @connection_options)
Expand Down

0 comments on commit df1bb78

Please sign in to comment.