From 19271ebcd290997b99647da1e1e27ac21633aea4 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Wed, 4 Jun 2014 00:42:29 -0700 Subject: Compute all hosts matrix once Then feed in through separate deployments. This reduces the exponential growth of calculating the entire list for every server. Change-Id: Ib1187eabeb91b46e29ddcf5065056e43a69bb2a0 --- nova-compute-config.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'nova-compute-config.yaml') diff --git a/nova-compute-config.yaml b/nova-compute-config.yaml index ebc8fbd2..2da60d1d 100644 --- a/nova-compute-config.yaml +++ b/nova-compute-config.yaml @@ -21,7 +21,6 @@ Resources: readonly_user_password: {get_input: snmpd_readonly_user_password} glance: host: {get_input: glance_host} - hosts: {get_input: static_hosts} keystone: host: {get_input: keystone_host} neutron: -- cgit 1.2.3-korg