From 3724db0baaf803001ca5fbd7726285b2e35d6896 Mon Sep 17 00:00:00 2001 From: Alessandro Pilotti Date: Wed, 9 Oct 2013 15:06:43 +0300 Subject: [PATCH] Fixes Cloudbase Solutions affiliation Adds cloudbasesolutions.com to the configured domains and fixes Alessandro Pilotti's email. Fixes bug: #1236528 Change-Id: I31430788d1e36f938942378002d4a1b24f27e386 --- etc/default_data.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/default_data.json b/etc/default_data.json index 6052f5df0..95d940a3a 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -138,7 +138,7 @@ } ], "user_name": "Alessandro Pilotti", - "emails": ["ap@pilotti.it"] + "emails": ["ap@pilotti.it", "apilotti@cloudbasesolutions.com"] }, { "launchpad_id": "amcrn", @@ -3401,6 +3401,10 @@ "domains": ["cloud.com"], "company_name": "Citrix Systems" }, + { + "domains": ["cloudbasesolutions.com"], + "company_name": "Cloudbase Solutions" + }, { "domains": ["cloudtp.com"], "company_name": "Cloud Technology Partners"