Merge "Add release notes for Docker and API guide"

This commit is contained in:
Zuul 2019-06-20 22:53:47 +00:00 committed by Gerrit Code Review
commit a011cd57e4
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.