Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ECAC6200C32 for ; Thu, 9 Mar 2017 15:58:42 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id EB532160B64; Thu, 9 Mar 2017 14:58:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 38A10160B87 for ; Thu, 9 Mar 2017 15:58:42 +0100 (CET) Received: (qmail 76099 invoked by uid 500); 9 Mar 2017 14:58:41 -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 76089 invoked by uid 99); 9 Mar 2017 14:58:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Mar 2017 14:58:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 0073BC6664 for ; Thu, 9 Mar 2017 14:58:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.452 X-Spam-Level: *** X-Spam-Status: No, score=3.452 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_BADIPHTTP=2, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id fr0vYWFoc3DM for ; Thu, 9 Mar 2017 14:58:40 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id C099C5FCED for ; Thu, 9 Mar 2017 14:58:39 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id AE820E0959 for ; Thu, 9 Mar 2017 14:58:38 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 213A2243B0 for ; Thu, 9 Mar 2017 14:58:38 +0000 (UTC) Date: Thu, 9 Mar 2017 14:58:38 +0000 (UTC) From: "Markos Gogoulos (JIRA)" To: notifications@libcloud.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (LIBCLOUD-904) OpenStack not working on latest trunk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 09 Mar 2017 14:58:43 -0000 Markos Gogoulos created LIBCLOUD-904: ---------------------------------------- Summary: OpenStack not working on latest trunk Key: LIBCLOUD-904 URL: https://issues.apache.org/jira/browse/LIBCLOUD-904 Project: Libcloud Issue Type: Bug Components: Compute Reporter: Markos Gogoulos Althought authentication works with keystone, it doesn't try to connect to the compute endpoint. At that point I see self.connection.host is https://127.0.0.1 but self.host and self.port are correct. This seems related with common/base.py and libcloud/httplib_ssl.py from libcloud.compute.providers import get_driver; from libcloud.compute.types import Provider; driver = get_driver('openstack') c=driver('user', 'correct_password', ex_force_auth_version='2.0_password', ex_force_auth_url='http://x.y.z.y:5000', ex_tenant_name='admin') c.list_nodes() --------------------------------------------------------------------------- ConnectionError Traceback (most recent call last) ConnectionError: HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /v2.1/d0ff206af73c459bad15a33cba35e90d/servers/detail (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) -- This message was sent by Atlassian JIRA (v6.3.15#6346)