Remove unused comment / commented code.

This commit is contained in:
Todd Willey 2012-02-12 16:41:36 -05:00
parent 564b6884af
commit 045c0a42ae
1 changed files with 0 additions and 2 deletions

View File

@ -186,8 +186,6 @@ module Fog
raise Fog::Compute::OpenStack::ServiceUnavailable.new(
"OpenStack binding only supports version 1.1")
end
# Add tenant (done by keystone now for 1.1 auth api)
# @path += @openstack_tenant if @openstack_tenant
@port = uri.port
@scheme = uri.scheme
end