mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
file rename
This commit is contained in:
parent
c3f4b66c3d
commit
1bb94984f9
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ module Fog
|
|||
module HP
|
||||
class LB
|
||||
class Real
|
||||
|
||||
def delete_load_balancer_node(instance_id, node_id)
|
||||
response = request(
|
||||
:expects => 202,
|
||||
|
@ -13,6 +14,7 @@ module Fog
|
|||
|
||||
end
|
||||
class Mock
|
||||
|
||||
def delete_load_balancer_node(instance_id, node_id)
|
||||
response = Excon::Response.new
|
||||
|
Loading…
Reference in a new issue