diff options
author | Riccardo Pittau <elfosardo@gmail.com> | 2020-05-26 12:07:08 +0200 |
---|---|---|
committer | Riccardo Pittau <elfosardo@gmail.com> | 2020-05-26 12:07:08 +0200 |
commit | 4fe89203a10225838121514688139700e171577a (patch) | |
tree | 14bd146d12ab542fb9dbee2c22203b0ce5b259b8 /ironic/api/controllers/v1/ramdisk.py | |
parent | fa3c2240225d3122baabd1fe6a01298e2f727b8e (diff) | |
download | ironic-4fe89203a10225838121514688139700e171577a.tar.gz |
Add agent_token param to docstrings
Where required, adding param entry for the agent_token.
Change-Id: Id19f9dc542e5678600d320e0dc4de689ad1b6f95
Diffstat (limited to 'ironic/api/controllers/v1/ramdisk.py')
-rw-r--r-- | ironic/api/controllers/v1/ramdisk.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ironic/api/controllers/v1/ramdisk.py b/ironic/api/controllers/v1/ramdisk.py index 8d68032b7..a79b070fa 100644 --- a/ironic/api/controllers/v1/ramdisk.py +++ b/ironic/api/controllers/v1/ramdisk.py @@ -184,6 +184,7 @@ class HeartbeatController(rest.RestController): before sending agent_version was introduced so agent v3.0.0 (the last release before sending agent_version was introduced) will be assumed. + :param agent_token: randomly generated validation token. :raises: NodeNotFound if node with provided UUID or name was not found. :raises: InvalidUuidOrName if node_ident is not valid name or UUID. :raises: NoValidHost if RPC topic for node could not be retrieved. |