openstacksdk/doc/source/user/resources/image/index.rst
jihyun huh c2600c35b7 image: Add support for metadef property operations
Like placement's resource provider inventory API and keystone's old
extensions API, this is yet another example of an API that returns an
object with property names as keys and all other attributes as the
values, e.g. we see:

  {
    "os_admin_user": { ... },
    ...
  }

rather than:

  [
    {
      "name": "os_admin_user",
      ...
    },
    ,,,
  ]

Change-Id: I8e2ae8545cfaf32ced6d086a0921732f16282216
Co-authored-by: KIM SOJUNG <thwjd2717@gmail.com>
Co-authored-by: GA EUM KIM <rkdms7220@naver.com>
Co-authored-by: EunYoung Kim <lilac94.kim@gmail.com>
Co-authored-by: hyemin Choi <dropmoon3523@gmail.com>
Co-authored-by: Antonia Gaete <antoniagaete@osuosl.org>
Co-authored-by: YeJun, Jung <yejun614@naver.com>
2023-10-04 17:40:42 +01:00

27 lines
356 B
ReStructuredText

Image Resources
===============
Image v1 Resources
------------------
.. toctree::
:maxdepth: 1
v1/image
Image v2 Resources
------------------
.. toctree::
:maxdepth: 1
v2/image
v2/member
v2/metadef_namespace
v2/metadef_object
v2/metadef_resource_type
v2/metadef_property
v2/metadef_schema
v2/task
v2/service_info