diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-07-12 03:28:26 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-07-12 03:28:27 +0000 |
commit | d875a57472d6046fd6296758c0299495d1c10f6b (patch) | |
tree | de30fff198eacdf129236debf7d00b36385c09f1 /releasenotes/notes | |
parent | ec9aea34c7f520b1a2a9138574bf5ba4f0a6b4c9 (diff) | |
parent | d71697a419f459b8fa4b748a64ac6580b3a82456 (diff) |
Merge "Do not fail if PCI device is missing"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/allow-missing-pci-dev-for-sriov-bbc29f62fcac10ff.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/allow-missing-pci-dev-for-sriov-bbc29f62fcac10ff.yaml b/releasenotes/notes/allow-missing-pci-dev-for-sriov-bbc29f62fcac10ff.yaml new file mode 100644 index 0000000..f2fc2f2 --- /dev/null +++ b/releasenotes/notes/allow-missing-pci-dev-for-sriov-bbc29f62fcac10ff.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Allow VF configuration files to be written for non-existent PCI devices to + allow updates while physical functions are currently in use by a guest. |