File: add-image-metadef-resource-type-association-commands-4d373d7d8eca5d55.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (17 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
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.