Feilong Wang
f6d1c0de46
Fix etcd race condition issue
Currently, Magnum is using k8s API /version to check the API availibility which is not a good way because /version only reflects if the basic k8s api is working on not. And it will return response even the etcd service is down. This patch fixes it by using /healthz to replace /version. Task: 22566 Story: 1775759 Change-Id: I45a1bd48a22842a251dafa6c349f0022fd319e3f
Team and repository tags
Magnum
Magnum is an OpenStack project which offers container orchestration engines for deploying and managing containers as first class resources in OpenStack.
For more information, please refer to the following resources:
- Free software: under the Apache license
- Documentation: https://docs.openstack.org/magnum/latest/
- Source: http://git.openstack.org/cgit/openstack/magnum
- Blueprints: https://blueprints.launchpad.net/magnum
- Bugs: http://bugs.launchpad.net/magnum
- REST Client: http://git.openstack.org/cgit/openstack/python-magnumclient
- ** Release notes:** https://docs.openstack.org/releasenotes/magnum/index.html
Description
Languages
Python
73%
Shell
26.7%
Dockerfile
0.3%