Add EndpointMap to post-deploy example
Without that parameter the post deploy fails with: heat.common.exception.StackValidationFailed: Unknown Property EndpointMap The downstream documentation has this already: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.1/html-single/advanced_overcloud_customization/index#sect-Customizing_Overcloud_PostConfiguration_All Change-Id: Ie39208bd5fe30f01e1ec28fb5531930b1997ec53
This commit is contained in:
@@ -214,6 +214,9 @@ Below is an example of a post-deployment configuration template::
|
||||
parameters:
|
||||
servers:
|
||||
type: json
|
||||
EndpointMap:
|
||||
default: {}
|
||||
type: json
|
||||
|
||||
# Optional implementation specific parameters
|
||||
some_extraparam:
|
||||
|
||||
Reference in New Issue
Block a user