nova/releasenotes/notes/trusted-metatada-b999f1417f678c44.yaml
Sahid Orentino Ferdjaoui f9ddddc358 metadata: add vf_trusted field to device metadata
The trusted vf attribute will be exposed to the instance through the
metadata API and on the config drive.

Note the logic when dealing with NetworkInterfaceMetadata devices was
refactored slightly in order to handle the existing cases where these
types of devices are skipped.

Implements blueprint sriov-trusted-vfs
Change-Id: Icbac4f11b2383b3d8295ec3362db0fc60b9c35a9
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@redhat.com>
2018-05-31 13:55:10 -04:00

7 lines
245 B
YAML

---
features:
- |
As of the ``2018-08-27`` metadata API version, a boolean ``vf_trusted`` key
appears for all network interface ``devices`` in ``meta_data.json``,
indicating whether the device is a trusted virtual function or not.