aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-12 03:28:26 +0000
committerGerrit Code Review <review@openstack.org>2017-07-12 03:28:27 +0000
commitd875a57472d6046fd6296758c0299495d1c10f6b (patch)
treede30fff198eacdf129236debf7d00b36385c09f1 /releasenotes
parentec9aea34c7f520b1a2a9138574bf5ba4f0a6b4c9 (diff)
parentd71697a419f459b8fa4b748a64ac6580b3a82456 (diff)
Merge "Do not fail if PCI device is missing"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/allow-missing-pci-dev-for-sriov-bbc29f62fcac10ff.yaml5
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.