a77d5c86e2
While we have a dedicated nova_metadata healthcheck script, the nova_metadata and nova_api use the same container image and the current nova api healtcheck script still checks the non wsgi implementation. This changes the nova_api healthcheck script to check the metadata wsgi vhost config for details instead of the details in nova.conf. Change-Id: I028caee75e47618d5d0c55054ef33216d05d41b6 Closes-Bug: #1797514
9 lines
372 B
YAML
9 lines
372 B
YAML
---
|
|
fixes:
|
|
- |
|
|
While we have a dedicated nova_metadata healthcheck script, the
|
|
nova_metadata and nova_api container the same image and the current nova
|
|
api healtcheck script still checks the non wsgi implementation. This
|
|
changes the nova_api healthcheck script to check the metadata wsgi vhost
|
|
config for details instead of the details in nova.conf.
|