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:
parent
aba15066f7
commit
01c0669f5b
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ module Fog
|
||||||
connection.hosts.get __host
|
connection.hosts.get __host
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def unplug
|
||||||
|
connection.unplug_pbd reference
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue