Fix docs for openstack fragment

Change-Id: I7fef01dbd11137e26d3ff0bd0088dc405559b272
This commit is contained in:
Sagi Shnaidman 2022-03-09 22:20:40 +02:00
parent 99e2e2cee6
commit 52246bb610

View File

@ -24,6 +24,7 @@ Interface
* If the resource being managed has an id, it should be returned. * If the resource being managed has an id, it should be returned.
* If the resource being managed has an associated object more complex than * If the resource being managed has an associated object more complex than
an id, it should also be returned. an id, it should also be returned.
* Return format shall be a dictionary or list
Interoperability Interoperability
---------------- ----------------
@ -53,7 +54,7 @@ Libraries
* All complex cloud interaction or interoperability code should be housed in * All complex cloud interaction or interoperability code should be housed in
the `openstacksdk <https://opendev.org/openstack/openstacksdk>`_ the `openstacksdk <https://opendev.org/openstack/openstacksdk>`_
library. library.
* All OpenStack API interactions should happen via the openstacksdk and not via * All OpenStack API interactions should happen via the openstackSDK and not via
OpenStack Client libraries. The OpenStack Client libraries do no have end OpenStack Client libraries. The OpenStack Client libraries do no have end
users as a primary audience, they are for intra-server communication. users as a primary audience, they are for intra-server communication.
* All modules should be registered in ``meta/action_groups.yml`` for enabling the * All modules should be registered in ``meta/action_groups.yml`` for enabling the