mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix error in volumes
This commit is contained in:
parent
386682e0b6
commit
9a60c66949
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module Fog
|
||||||
|
|
||||||
# a volume can be attached to only one server at a time
|
# a volume can be attached to only one server at a time
|
||||||
def server_id
|
def server_id
|
||||||
attachments[0]['serverId'] if has_attachments?
|
attachments[0]['server_id'] if has_attachments?
|
||||||
end
|
end
|
||||||
|
|
||||||
# used for creating bootable volumes
|
# used for creating bootable volumes
|
||||||
|
|
Loading…
Reference in a new issue