Fix typo in code

This change fixed typo in code from 'healthecheck' to 'healthcheck'
and from 'fronetend' to 'frontend'.

Change-Id: Iea82c6e3a5f3a11d53cec27cc6ec2d7a15040bf6
This commit is contained in:
Rajesh Tailor 2022-07-29 15:51:58 +05:30
parent 7401aae83c
commit 7b843830ca
2 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@ outputs:
privileged: false
user: root
restart: always
healthecheck:
healthcheck:
test: /openstack/healthcheck
volumes:
list_concat:

View File

@ -78,7 +78,7 @@ outputs:
firewall_edge_frontend_rules:
if:
- {get_param: EnableGlanceApiProxy}
- {get_attr: [GlanceApiBase, role_data, firewall_fronetend_rules]}
- {get_attr: [GlanceApiBase, role_data, firewall_frontend_rules]}
firewall_edge_ssl_frontend_rules:
if:
- {get_param: EnableGlanceApiProxy}