
This patch add a notification when a share is attached to 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: I6fe3807164bd2ca6439342abd32f8e4ce9057c8c
9 lines
207 B
JSON
9 lines
207 B
JSON
{
|
|
"event_type": "instance.share_attach.start",
|
|
"payload": {
|
|
"$ref": "common_payloads/InstanceActionSharePayload.json#"
|
|
},
|
|
"priority": "INFO",
|
|
"publisher_id": "nova-api:compute"
|
|
}
|