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:
parent
7401aae83c
commit
7b843830ca
@ -214,7 +214,7 @@ outputs:
|
||||
privileged: false
|
||||
user: root
|
||||
restart: always
|
||||
healthecheck:
|
||||
healthcheck:
|
||||
test: /openstack/healthcheck
|
||||
volumes:
|
||||
list_concat:
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user