1d3231de5a
The update abort is not reliable, and could mess up a TripleO stack beyond repair. Since this has a potential for data loss, I would suggest this be removed without a deprecation period. Change-Id: Ieec4f01e38768eafb3df1f06340bdd3e220d30bd
8 lines
417 B
YAML
8 lines
417 B
YAML
---
|
|
fixes:
|
|
- The update abort command was introduced many releases ago. However, it is
|
|
not a safe operation in the context of TripleO. The TripleO Heat stack
|
|
could become irrepairably damage should a rollback be attempted. As such,
|
|
it is best to remove this functionality without a deprecation period.
|
|
The workaround for this command is to wait until the stack times out or
|
|
completes the update. |