python-openstackclient/releasenotes/notes/add-image-metadef-resource-type-association-commands-4d373d7d8eca5d55.yaml
Antonia Gaete 276dbb6f56 Add image metadef resource type association commands
'create', 'list', 'delete'

Change-Id: I2c860427b0b2693076cfe57841f0e512ad1f6388
2024-04-15 11:42:45 +00:00

18 lines
664 B
YAML

---
features:
- |
Added ``image metadef resource type association list``
to list resource type associations for the image service.
This is equivalent to the
``md-namespace-resource-type-list`` command in glance.
- |
Added ``image metadef resource type association create``
to create a resource type association for the image service.
This is equivalent to the
``md-resource-type-associate`` command in glance.
- |
Added ``image metadef resource type association delete``
to delete a resource type association for the image service.
This is equivalent to the
``md-resource-type-deassociate`` command in glance.