
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
8 lines
328 B
YAML
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.
|