From dd241a4b907effcad0331ae5946c5274ffcc8b44 Mon Sep 17 00:00:00 2001 From: Pawel Ulita Date: Mon, 11 Apr 2016 10:46:25 +0200 Subject: [PATCH] Make the default number of the nodecellar instances to 1 in the haproxy example --- openstack-haproxy-blueprint.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/openstack-haproxy-blueprint.yaml b/openstack-haproxy-blueprint.yaml index 84f906b..ad4cf43 100644 --- a/openstack-haproxy-blueprint.yaml +++ b/openstack-haproxy-blueprint.yaml @@ -100,14 +100,6 @@ node_templates: nodejs_host: type: nodecellar.nodes.MonitoredServer - ########################################################### - # Setting the nodejs_host initial number of instances to 2. - # The default values for instances.deploy is 1. - ########################################################### - - instances: - deploy: 2 - relationships: ###########################################################