From 233fc495c93310a8607fd534697dc347fa749be1 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Thu, 22 Jan 2015 04:26:41 -0500 Subject: [PATCH] Set server names to openstack* One of the server names needs to match whats in the yml env file. --- heat-templates/ironic-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/heat-templates/ironic-deployment.yaml b/heat-templates/ironic-deployment.yaml index ebbead131..d0429d170 100644 --- a/heat-templates/ironic-deployment.yaml +++ b/heat-templates/ironic-deployment.yaml @@ -41,6 +41,7 @@ resources: image: {get_param: image} key_name: {get_param: key_name} config_drive: True + name: openstack%index% user_data: str_replace: template: |