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:
parent
6d3ab83e6f
commit
d66f410b00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue