From d995c73235b8106da770a5ad4f6a6901092b161a Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 19 Aug 2014 07:44:04 -0400 Subject: [PATCH] Set min-ready=0 for dsvm-precise-krnl This node type is no longer used. First set the minimum number of ready nodes to 0 so that nodepool will clean up any running nodes of this type. The next change will remove all remnants of this node type. Change-Id: Ia0099db599af8f7b95b7fb6f2973479cdfa49489 --- modules/openstack_project/templates/nodepool/nodepool.yaml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/templates/nodepool/nodepool.yaml.erb b/modules/openstack_project/templates/nodepool/nodepool.yaml.erb index 2ed22e1b25..46fb591b4e 100644 --- a/modules/openstack_project/templates/nodepool/nodepool.yaml.erb +++ b/modules/openstack_project/templates/nodepool/nodepool.yaml.erb @@ -98,7 +98,7 @@ labels: - name: rax-iad - name: dsvm-precise-krnl image: dsvm-precise-krnl - min-ready: 1 + min-ready: 0 providers: - name: rax-dfw - name: devstack-trusty-2-node