mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #3750 from jmontleon/fix-osp-baremetal-node-delete
fix openstack baremetal node delete
This commit is contained in:
commit
c238cce03f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module Fog
|
|||
class OpenStack
|
||||
class Real
|
||||
def delete_node(node_uuid)
|
||||
data = { :node_uuid => node_uuid }
|
||||
data = { :node_ident => node_uuid }
|
||||
request(
|
||||
:body => Fog::JSON.encode(data),
|
||||
:expects => [200, 204],
|
||||
|
|
Loading…
Add table
Reference in a new issue