Add nodepool-id to infracloud-chocolate

Because we want to share infracloud-chocolate between nodepool.o.o and
nl01.o.o, we need to use the new 'nodepool-id' for the provider.
Otherwise, nodepool.o.o will proceed to delete the instances that
nl01.o.o launches.

Change-Id: Ic5d1f0ebf7eb92c841ec09502e5134d89c8f6e97
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-02-28 10:13:20 -05:00
parent fcaaa2c1b6
commit bf29a5b406

View File

@ -863,7 +863,8 @@ providers:
cloud: infracloud-chocolate
api-timeout: 60
boot-timeout: 120
max-servers: 100
max-servers: 90
nodepool-id: 'nodepool.openstack.org'
rate: 0.25
image-type: 'qcow2'
template-hostname: '{image.name}-{timestamp}'