Return-Path: X-Original-To: apmail-deltacloud-dev-archive@www.apache.org Delivered-To: apmail-deltacloud-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 509ECC31B for ; Wed, 16 May 2012 07:36:36 +0000 (UTC) Received: (qmail 36885 invoked by uid 500); 16 May 2012 07:36:36 -0000 Delivered-To: apmail-deltacloud-dev-archive@deltacloud.apache.org Received: (qmail 36754 invoked by uid 500); 16 May 2012 07:36:35 -0000 Mailing-List: contact dev-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list dev@deltacloud.apache.org Received: (qmail 36735 invoked by uid 99); 16 May 2012 07:36:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 07:36:34 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_SOFTFAIL,T_FILL_THIS_FORM_SHORT X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of mi@mifo.sk does not designate 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-we0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 07:36:28 +0000 Received: by werf3 with SMTP id f3so300544wer.32 for ; Wed, 16 May 2012 00:36:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding:x-mailer:x-gm-message-state; bh=02r1rXkb3xp2Zq1IGPx6PwzEPlU/jLH6IQ6pSTDZWl0=; b=A4AD1hUKP7zkfeUaEW/+FChYSVE6VJoZRTA4JRaTaRBptiHFIWePVCGfxDk1oezpn2 7SY5Wt0y7j35oItQE9yyApMJON0Sz8KLnSVaNMTlZ4//cYeu14WTzu7kLSYFFH2RvOZe DPtDDrweMQC0T+5V5OULwZrnaiWeebaJxkTZ9/E9s7OKcWVTD5oDV7SUVCaCukNoP86o 0keDvgEaYwSFLoyRx+ET2LUxiVnCvxX+0W/KWu5/t/G6qhcKNFOCFJ6P/ikCQ7UaQAoO Ei+VYUX+YPYfECOvYYM5QLlyluVa7c9fGoHQmxCiIw5bhws7ZY1mQRqzp/VXITX9hlyD TZ7g== Received: by 10.180.92.8 with SMTP id ci8mr23534426wib.15.1337153767814; Wed, 16 May 2012 00:36:07 -0700 (PDT) Received: from [192.168.1.3] ([109.81.43.93]) by mx.google.com with ESMTPS id ga8sm6477395wib.5.2012.05.16.00.36.07 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 May 2012 00:36:07 -0700 (PDT) From: "Michal Fojtik" To: dev@deltacloud.apache.org Subject: Re: [PATCH core 26/26] FGCP: Fixed configuration of providers Date: Wed, 16 May 2012 09:36:33 +0200 Message-ID: <1EEFB5F6-5F5D-4E5E-A8D9-D7375318F106@mifo.sk> In-Reply-To: <434A0ECB689CAF49A3A2321F30F2AB832079346B@FALEX03.au.fjanz.com> References: <1337094958-40171-1-git-send-email-mfojtik@redhat.com> <1337094958-40171-27-git-send-email-mfojtik@redhat.com> <434A0ECB689CAF49A3A2321F30F2AB832079346B@FALEX03.au.fjanz.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed Content-Transfer-Encoding: quoted-printable X-Mailer: MailMate Trial (1.4.2r2818) X-Gm-Message-State: ALoCoQlYpdB2M6HFPiMlgKU+tMk0/z/71rB4y4lQoKutzas0K71xO4oh/mAmTw1e/W9Hn4r8lKZE On 16 May 2012, at 4:02, Koper, Dies wrote: Hi again :-) So the patch is here: https://github.com/mifo/deltacloud/commit/478607bd34aeb23d7e3867114f59f9b= 0cafe1379 Let me know if you're OK with this fix. Cheers, Michal > NACK > > This change breaks authentication. > I see 'default' in other yaml files so I suppose it should be there. > > We have the following in several places in fgcp_client.rb and > fgcp_driver.rb. > They probably have to be updated at the same time. > > endpoint =3D > Deltacloud::Drivers::driver_config[:fgcp][:entrypoints][country] = > unless > endpoint > > Regards, > Dies Koper > > >> -----Original Message----- >> From: mfojtik@redhat.com [mailto:mfojtik@redhat.com] >> Sent: Wednesday, 16 May 2012 1:16 AM >> To: dev@deltacloud.apache.org >> Subject: [PATCH core 26/26] FGCP: Fixed configuration of providers >> >> From: Michal Fojtik >> >> >> Signed-off-by: Michal fojtik >> --- >> server/config/drivers/fgcp.yaml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/server/config/drivers/fgcp.yaml >> b/server/config/drivers/fgcp.yaml >> index 8c24f66..838b710 100644 >> --- a/server/config/drivers/fgcp.yaml >> +++ b/server/config/drivers/fgcp.yaml >> @@ -4,6 +4,7 @@ >> :username: Username >> :password: Secret Key Password of User Certificate >> :entrypoints: >> + default: >> jp: https://api.oviss.jp.fujitsu.com/ovissapi/endpoint >> au: https://api.globalcloud.fujitsu.com.au/ovissapi/endpoint >> sg: https://api.globalcloud.sg.fujitsu.com/ovissapi/endpoint >> -- >> 1.7.10.1 >>