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

[xenserver] added unplug method to PBD model

This commit is contained in:
Sergio Rubio 2012-12-31 00:49:39 +01:00
parent aba15066f7
commit 01c0669f5b

View file

@ -25,6 +25,10 @@ module Fog
def host
connection.hosts.get __host
end
def unplug
connection.unplug_pbd reference
end
end