1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

changed to urn:tmrk:eCloudExtensions-2.8

This commit is contained in:
Eugene Howe 2012-04-12 08:17:44 -04:00
parent 6d3ab83e6f
commit d66f410b00

View file

@ -18,7 +18,7 @@ module Fog
if compute_pool = mock_data.compute_pool_from_href(compute_pool_uri)
xml = Builder::XmlMarkup.new
mock_it 200,
xml.ComputePool(:xmlns => "urn:tmrk:eCloudExtensions-2.0", :"xmlns:i" => "http://www.w3.org/2001/XMLSchema-instance") {
xml.ComputePool(:xmlns => "urn:tmrk:eCloudExtensions-2.8", :"xmlns:i" => "http://www.w3.org/2001/XMLSchema-instance") {
xml.Id compute_pool.object_id
xml.Href compute_pool.href
xml.Name compute_pool.name