How to write a Custom Action in mistral
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mistral |
New
|
Undecided
|
hyunsik Yang |
Bug Description
This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:
- [ ] This doc is inaccurate in this way: ______
- [ ] This is a doc addition request.
- [x] I have a fix to the document that I can paste below including example: input and output.
In this doc, explanation of def run is wrong.
def run(self):
# return your results here
return {'status': 0}
It should be fixed like below.
def run(self,
# return your results here
return {'status': 0}
If you have a troubleshooting or support issue, use the following resources:
- Ask OpenStack: https:/
- The mailing list: https:/
- IRC: 'openstack' channel on Freenode
-------
Release: on 2020-01-16 19:09:36
SHA: 545a34c7511b6e6
Source: https:/
URL: https:/
Changed in mistral: | |
assignee: | nobody → hyunsik Yang (yangun) |
Related fix proposed to branch: master /review. opendev. org/722225
Review: https:/