blazar/releasenotes/notes/create-extra-capabilities-in-update-host-c74ce75c88e88c67.yaml
Pierre Riteau 03e0059932 Allow update host API to add new extra capabilities
The update host API can only update existing extra capabilities.
However, we can support adding new extra capabilities to hosts without
API change.

With this patch, Blazar can both create and update extra capabilities
via the update host API.

Partial-Bug: #1674524
Change-Id: Ic9bd743a1c31858db9390a3379dc19e1e54327a8
2017-08-11 09:20:04 +01:00

8 lines
328 B
YAML

---
features:
- |
The update host API now allows new extra capabilities to be created on
existing hosts, in addition to allowing values of existing keys to be
modified. However, extra capabilities cannot yet be removed due to lack of
API support. As a workaround, operators can delete hosts and recreate them.