# File lib/fog/shared_file_system/openstack/requests/share_action.rb, line 5
        def share_action(id, options = {}, expects_status = 202)
          request(
            :body    => Fog::JSON.encode(options),
            :expects => expects_status,
            :method  => 'POST',
            :path    => "shares/#{id}/action"
          )
        end