Add release notes for Docker and API guide

Docker developers tool and API documentation
have been added to Qinling.

Change-Id: I4a11baf2eb7177462e22270e93ff81d775c92ae2
This commit is contained in:
Gaëtan Trellu 2019-06-18 18:24:36 -04:00
parent 1df4688d10
commit 814640128b
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
features:
- |
Add API reference documentation.
The documentation covers ``functions``, ``executions``, ``versions``,
``aliases``, ``webhooks`` and ``jobs`` endpoints.
See `Qinling api-ref documentation
<https://developer.openstack.org/api-ref/function-engine/>`__ for details.

View File

@ -0,0 +1,13 @@
---
features:
- |
Docker support has been added to help people to test Qinling
easily and quickly. Authentication has been disabled by default
which means Keystone is not required.
Dockerfile has been created to build Docker image from the master branch.
Docker compose files have been created to deploy RabbitMQ, MySQL and
Qinling API/Engine containers.
Files have been added under ``tools/docker/`` directory same as for the
README with all the required instructions.