# File lib/fog/bluebox/requests/compute/create_template.rb, line 15
        def create_template(block_id, options={})
          request(
            :expects  => 202,
            :method   => 'POST',
            :path     => "api/block_templates.json",
            :query    => {'id' => block_id}.merge!(options)
          )
        end