manila/releasenotes/notes/fix-huawei-driver-qos-deletion-9ad62db3d7415980.yaml
zengyingzhe f20ab15beb Fix huawei driver cannot delete qos while status is idle
Currently, there are 3 statuses for qos:
  - 'active', 'inactivated' and 'idle'

If qos status is 'idle', the qos deletion will fail because
huawei driver doesn't deactivate it before deleting.

This change fixes this bug by deactivating qos first if qos
status is not 'inactivated'.

Change-Id: I40f937c22d77d8e07fba176bdc09ca461f01733a
Closes-Bug: #1625424
2016-09-22 11:35:55 +00:00

5 lines
115 B
YAML

---
fixes:
- Fixed qos deletion failing in huawei driver when qos status is 'idle'
by deactivating it first.