Fix wrong template in puppet-stack-config.yaml.template

Change-Id: I0cd804d743358674c3959d0b3430f9ad8819ee02
Closes-Bug: #1604770
This commit is contained in:
Dmitry Tantsur 2016-07-20 14:22:35 +02:00
parent 85f7984823
commit 33e9d78dcd
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ ironic::drivers::pxe::ipxe_timeout: 60
ironic::drivers::deploy::http_port: 8088
ironic::drivers::deploy::http_url: "http://{{LOCAL_IP}}:%{hiera('ironic::drivers::deploy::http_port')}"
ironic::drivers::deploy::http_boot: '/httpboot'
ironic::inspector::http_port: "%{hiera('ironic::drivers::deploy::http_port')"
ironic::inspector::http_port: "%{hiera('ironic::drivers::deploy::http_port')}"
# Ironic pxe
ironic::drivers::pxe::ipxe_enabled: {{IPXE_DEPLOY}}