This documentation is now part of the ovirt-engine-api-model repository,
find it here:
https://github.com/oVirt/ovirt-engine-api-model
This document describes how to contribute reference documentation
| #!/usr/bin/python3 | |
| import http.client | |
| import http.server | |
| import json | |
| import ssl | |
| import urllib.parse | |
| # AWX connection and job template details: | |
| AWX_HOST = 'tower.private' |
This documentation is now part of the ovirt-engine-api-model repository,
find it here:
https://github.com/oVirt/ovirt-engine-api-model
This document describes how to contribute reference documentation