9.8. 更新后配置模板 如果使用 OS::TripleO::NodeExtraConfigPost 资源来注册并运行后配置模板,您必须将 EndpointMap 参数添加到模板中。 流程 编辑后配置模板。 在 parameters 部分下,添加 EndpointMap 参数及其子参数: parameters: servers: type: json nameserver_ip: type: string DeployIdentifier: type: string EndpointMap: default: {} type: json 保存模板。 前一个下一个