From notifications-return-16620-archive-asf-public=cust-asf.ponee.io@libcloud.apache.org Tue Dec 24 22:13:30 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 89C2B18065E for ; Tue, 24 Dec 2019 23:13:30 +0100 (CET) Received: (qmail 40461 invoked by uid 500); 24 Dec 2019 22:13:30 -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 40452 invoked by uid 99); 24 Dec 2019 22:13:29 -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; Tue, 24 Dec 2019 22:13:29 +0000 From: GitBox To: notifications@libcloud.apache.org Subject: [GitHub] [libcloud] kartiksubbarao edited a comment on issue #1346: GCE ex_list_instancegroups('all') raises KeyError 'zone' Message-ID: <157722560983.27447.4804743005135911246.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Tue, 24 Dec 2019 22:13:29 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit kartiksubbarao edited a comment on issue #1346: GCE ex_list_instancegroups('all') raises KeyError 'zone' URL: https://github.com/apache/libcloud/issues/1346#issuecomment-568806662 @Kami I did some further searching and came across this: https://cloud.google.com/compute/docs/instance-groups/distributing-instances-with-regional-instance-groups It looks like GCE supports creating instance groups that are associated with **all** of the zones in a particular region. In this case, it's the region that's the geographic defining attribute, not an individual zone. That's why the zone attribute isn't there -- the region attribute is used instead. ---------------------------------------------------------------- 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