mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Seems like rackspace might have changed this
This commit is contained in:
parent
c1c43861de
commit
39e7b987f3
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ module Fog
|
||||||
}
|
}
|
||||||
|
|
||||||
response = wait_for_job connection.add_records(@zone.identity, [options]).body['jobId']
|
response = wait_for_job connection.add_records(@zone.identity, [options]).body['jobId']
|
||||||
merge_attributes(response.body['records'].first)
|
merge_attributes(response.body['request']['records'].first)
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue