Skip to content

Commit

Permalink
Fix exposing zone names
Browse files Browse the repository at this point in the history
Change-Id: Id668dcb74b7d4dbad937d257cc3b8aae7487a429
Related-Prod: PRODX-3456
  • Loading branch information
jumpojoy committed Jun 5, 2024
1 parent 7b1ed0d commit a01ac7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heat-templates/top.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ outputs:
value: { get_attr: [database, database_floating_ips] }
database_dns_zone_name:
description: The name for DNS zone with database refapp
value: { get_attr: [database, app_dns_zone_name] }
value: { get_attr: [network, database_dns_zone_name] }
app_dns_zone_name:
description: The name for DNS zone with APPs refapp
value: { get_attr: [app, database_dns_zone_name] }
value: { get_attr: [network, app_dns_zone_name] }
app_url:
description: API url for the reference application
value:
Expand Down

0 comments on commit a01ac7b

Please sign in to comment.