# File lib/fog/identity/openstack/v2/requests/update_tenant.rb, line 6
          def update_tenant(id, attributes)
            request(
              :expects => [200],
              :method  => 'PUT',
              :path    => "tenants/#{id}",
              :body    => Fog::JSON.encode('tenant' => attributes)
            )
          end