# File lib/fog/hp/requests/compute/allocate_address.rb, line 16
        def allocate_address

          request(
            :body     => nil,
            :expects  => 200,
            :method   => 'POST',
            :path     => 'os-floating-ips.json'
          )
        end