
This patch add a notification when a share is detached from an instance. Manila is the OpenStack Shared Filesystems service. These series of patches implement changes required in Nova to allow the shares provided by Manila to be associated with and attached to instances using virtiofs. Implements: blueprint libvirt-virtiofs-attach-manila-shares Change-Id: I203b71a39878c3929b22b53220f58c12c0a4c0b9
10 lines
273 B
YAML
10 lines
273 B
YAML
---
|
|
features:
|
|
- |
|
|
The following share attach and share detach versioned notifications have
|
|
been added to the nova-compute service:
|
|
* instance.share_attach.start
|
|
* instance.share_attach.end
|
|
* instance.share_detach.start
|
|
* instance.share_detach.end
|