Return-Path: X-Original-To: apmail-libcloud-notifications-archive@www.apache.org Delivered-To: apmail-libcloud-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03D81117FB for ; Mon, 9 Jun 2014 21:15:27 +0000 (UTC) Received: (qmail 1929 invoked by uid 500); 9 Jun 2014 21:15:26 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 1903 invoked by uid 500); 9 Jun 2014 21:15:26 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 1896 invoked by uid 99); 9 Jun 2014 21:15:26 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2014 21:15:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B36B19018A0; Mon, 9 Jun 2014 21:15:26 +0000 (UTC) From: zestrada To: notifications@libcloud.apache.org Reply-To: notifications@libcloud.apache.org Message-ID: Subject: [GitHub] libcloud pull request: [LIBCLOUD-576] SWIFT: removed superfulous c... Content-Type: text/plain Date: Mon, 9 Jun 2014 21:15:26 +0000 (UTC) GitHub user zestrada opened a pull request: https://github.com/apache/libcloud/pull/311 [LIBCLOUD-576] SWIFT: removed superfulous call to upper() on service_region As stated in the jira ticket, OpenStack uses mixed-case regions, but rackspace only has uppercase regions. It seems that as a holdover from supporting cloudfiles all openstack regions were converted to upper, causing endpoint_get to fail. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zestrada/libcloud LIBCLOUD-576 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/311.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #311 ---- commit b8d276edc4c6c6b9e304040f55ac575fb8551cef Author: Zak Estrada Date: 2014-06-09T20:44:29Z SWIFT: removed superfulous call to upper() on service_region ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---