From notifications-return-16165-archive-asf-public=cust-asf.ponee.io@libcloud.apache.org Wed Oct 2 19:30:23 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1C710180674 for ; Wed, 2 Oct 2019 21:30:23 +0200 (CEST) Received: (qmail 7517 invoked by uid 500); 2 Oct 2019 19:30:22 -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 7466 invoked by uid 99); 2 Oct 2019 19:30:22 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2019 19:30:22 +0000 From: GitBox To: notifications@libcloud.apache.org Subject: [GitHub] [libcloud] KYDronePilot commented on issue #1352: VCloud driver - why AdminPassword is removed from GuestCustomizationSection Message-ID: <157004462217.24449.2332007476638881129.gitbox@gitbox.apache.org> Date: Wed, 02 Oct 2019 19:30:22 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit KYDronePilot commented on issue #1352: VCloud driver - why AdminPassword is removed from GuestCustomizationSection URL: https://github.com/apache/libcloud/issues/1352#issuecomment-537644337 I should also mention that the issue does not persist when commenting out the blocks of code that remove the AdminPassword parameter: ```python # Remove AdminPassword from customization section admin_pass = res.object.find(fixxpath(res.object, 'AdminPassword')) if admin_pass is not None: res.object.remove(admin_pass) ``` ```python # Remove AdminPassword from customization section due to an API # quirk admin_pass = res.object.find(fixxpath(res.object, 'AdminPassword')) if admin_pass is not None: res.object.remove(admin_pass) ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services