Rename wsgi script to heat-wsgi-api

The heat-api image container doesn't follow the convention.
This commit is contained in:
Felipe Reyes 2023-05-01 17:06:38 +02:00
parent a770ed9a24
commit 17ca99e688

View File

@ -19,8 +19,8 @@ class HeatOperatorCharm(sunbeam_charm.OSBaseOperatorAPICharm):
_state = StoredState()
service_name = "heat-api"
wsgi_admin_script = '/usr/bin/heat-api-wsgi'
wsgi_public_script = '/usr/bin/heat-api-wsgi'
wsgi_admin_script = '/usr/bin/heat-wsgi-api'
wsgi_public_script = '/usr/bin/heat-wsgi-api'
db_sync_cmds = [
['heat-manage', 'db_sync']