8c418e930d
New config option `driver_updatable_metadata` contains list of metadata keys. Share metadata if updated will be passed to backend driver if key is present in above list. Driver then can take action if supported and result will be updated in message. Implements: blueprint pass-resource-metadata-updates-to-backend-drivers Change-Id: If4297cca3249359f72976800db2112ea9c61c06f
12 lines
560 B
YAML
12 lines
560 B
YAML
---
|
|
features:
|
|
- |
|
|
OpenStack operators can now make use of a new config option named
|
|
`driver_updatable_metadata` to determine which share metadata updates the
|
|
back end driver needs to be notified about. The config option contains
|
|
list of share metadata keys. When the share's metadata gets updated and
|
|
Manila identifies that the new metadata keys match the metadata keys from
|
|
the provided list, the share back end will be notified and it will apply
|
|
the necessary changes. The result will be communicated through user
|
|
messages.
|