Files
senlin/api-ref/source/samples/cluster-replace-nodes-request.json
RUIJIE YUAN df17e67f7c Api Ref of cluster replace nodes
Add an action called CLUSTER_REPLACE_NODES.
Using this action, user can replace the nodes of
a cluster with other ACTIVE nodes that are not member
of any clusters.

This patch for the Api-Ref

Change-Id: I0658c24821cb11eff2f9e2e53dd1869b3b85aa93
Implements: blueprint support-cluster-replace-action
2016-10-19 14:41:23 +08:00

8 lines
99 B
JSON

{
"replace_nodes": {
"nodes": {
"node-1234": "node-5678"
}
}
}