Comment 4 for bug 1522444

Revision history for this message
Valentin Kaplov (vkaplov) wrote :

More details:
- if node is deployed, then UI sends requests DELETE api/tasks/<task_id> and Node moves to bootstrap state.
- if node is provisioned, then UI doesn't sends the DELETE api/tasks/<task_id> and Node leaves in provisioned state.

Expected behaviour:
- DELETE request should be sends if node was provisioned.