Add EndpointMap to the ironic post_deploy template

As of Ifa9d55cca90caf5be0c83507cb47447e25311fce its required

Change-Id: I3dc6d618071190ef572503554f0bcfe54615345f
This commit is contained in:
Derek Higgins 2019-06-05 17:56:41 +01:00
parent 4125f12527
commit fe1bdee58f
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ heat_template_version: rocky
parameters:
servers:
type: json
EndpointMap:
default: {}
description: Mapping of service endpoint -> protocol. Typically set
via parameter_defaults in the resource registry.
type: json
resources:
StandaloneStandardExtraConfigPost: