As a quick workaround, we found that...

connection.internet_gateways.all(filter_goes_here)

...works as it should.

James M

On Monday, May 12, 2014 3:47:38 PM UTC+1, James Masson wrote:
>
>
> Hi,
>
> We're using fog to create complete VPC configurations programatically.
>
> We regularly get into a state where fog refuses to operate on internet 
> gateway objects.
>
> eg.
>
>     def connection
>       @connection ||= Fog::Compute.new(parse_environment)
>     end
>
>
> connection.internet_gateways.first
>
> Excon::Errors::SocketError: EndTag: '</' not found 
> (Nokogiri::XML::SyntaxError)
> from 
> /home/jmasson/.rvm/gems/ruby-2.0.0-p353@fog/gems/nokogiri-1.6.1/lib/nokogiri/xml/sax/push_parser.rb:47:in
>  
> `native_write'
>
> There are plenty of internet gateways visible in the Web UI, but fog can't 
> do any operations on them. This state persists across runs of fog.
>
> Any ideas?    -   we're using  'fog', '~> 1.22.0'
>
> thanks
>
> James M
>

-- 
You received this message because you are subscribed to the Google Groups 
"ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to