Add /healthcheck to main
With [1] we've updated barbican api paste file and added healthcheck
bit. However, it was missed to add /healthcheck to main, so it was not
working at the end.
[1] 78a1984517
Change-Id: I7d61d990b973bea538c7ca2ae059f8bea1bb2039
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[composite:main]
|
||||
use = egg:Paste#urlmap
|
||||
/: barbican_version
|
||||
/healthcheck: healthcheck
|
||||
/v1: {{ (barbican_keystone_auth | bool) | ternary('barbican-api-keystone', 'barbican_api') }}
|
||||
|
||||
# Use this pipeline for Barbican API - versions no authentication
|
||||
|
||||
Reference in New Issue
Block a user