
This is the first step towards moving API ref/docs to https://docs.openstack.org/api The `conf.py` file is a copy of the file from `doc/source` and all the other files simply need moving to the new location. Change-Id: I9ecf84b53274d9b86f05800fc9816de275f3e9c5
50 lines
787 B
YAML
50 lines
787 B
YAML
description:
|
|
in: body
|
|
description: |
|
|
A quick description of the module
|
|
type: string
|
|
required: true
|
|
|
|
enabled: &enabled
|
|
in: body
|
|
description: |
|
|
Boolean representing if the module is enabled
|
|
type: bool
|
|
required: true
|
|
|
|
enabled_opt:
|
|
<<: *enabled
|
|
required: false
|
|
|
|
hot_config:
|
|
in: body
|
|
description: |
|
|
Boolean representing if the module supports hot-config
|
|
type: bool
|
|
required: true
|
|
|
|
module_id:
|
|
in: body
|
|
description: |
|
|
The id of the module
|
|
type: string
|
|
required: true
|
|
|
|
modules_list:
|
|
in: body
|
|
description: |
|
|
List of modules.
|
|
type: list
|
|
required: true
|
|
|
|
priority: &priority
|
|
in: body
|
|
description: |
|
|
Priority of the module, relative to other modules
|
|
type: int
|
|
required: true
|
|
|
|
priority_opt:
|
|
<<: *priority
|
|
required: false
|