From d6d4efc9071a6d99999a7dc898794a49be0977b9 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 15 Jan 2015 22:06:20 +0000 Subject: [PATCH] Run nodepool on Ubuntu Trusty The nodepool.openstack.org server is now running on Ubuntu Trusty, so test its manifest accordingly. Change-Id: I08784812c28838233bcbc0ed6a80e8aa81b1568b --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 99a3d543af..acd256fb02 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -461,7 +461,7 @@ node 'status.openstack.org' { } } -# Node-OS: precise +# Node-OS: trusty node 'nodepool.openstack.org' { class { 'openstack_project::nodepool_prod': project_config_repo => 'https://git.openstack.org/openstack-infra/project-config',