You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] libcloud pull request #1087: Storages support for ARM driver - posted by mermoldy <gi...@git.apache.org> on 2017/08/01 15:47:23 UTC, 1 replies.
- [jira] [Created] (LIBCLOUD-934) Add support for GCE instance labels - posted by "Hrish (JIRA)" <ji...@apache.org> on 2017/08/02 05:53:00 UTC, 0 replies.
- [jira] [Created] (LIBCLOUD-935) ObjectHashMismatchError while uploading the object to Swift using "upload_object_via_stream" method - posted by "HCLTech-SSW (JIRA)" <ji...@apache.org> on 2017/08/02 09:13:00 UTC, 0 replies.
- [jira] [Created] (LIBCLOUD-936) AWS ELB/ALB Driver connection object initialization is broken - posted by "Anton Kozyrev (JIRA)" <ji...@apache.org> on 2017/08/07 15:21:00 UTC, 0 replies.
- [jira] [Updated] (LIBCLOUD-936) AWS ELB/ALB Driver connection object initialization is broken - posted by "Anton Kozyrev (JIRA)" <ji...@apache.org> on 2017/08/07 15:21:00 UTC, 1 replies.
- [jira] [Created] (LIBCLOUD-937) Linode DNS records do not expose 'priority' extra field - posted by "mete0r (JIRA)" <ji...@apache.org> on 2017/08/07 17:31:00 UTC, 0 replies.
- [GitHub] libcloud pull request #1088: Fix Linode DNS records to have 'priority' in ex... - posted by mete0r <gi...@git.apache.org> on 2017/08/07 17:45:15 UTC, 1 replies.
- [GitHub] libcloud pull request #1089: [LIBCLOUD-936] fixed AWS ALB/ELB driver init me... - posted by lrvan <gi...@git.apache.org> on 2017/08/08 10:09:59 UTC, 1 replies.
- [jira] [Commented] (LIBCLOUD-936) AWS ELB/ALB Driver connection object initialization is broken - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/08 10:10:00 UTC, 3 replies.
- [GitHub] libcloud pull request #1090: [LIBCLOUD-870] Implement create methods for AWS... - posted by lrvan <gi...@git.apache.org> on 2017/08/08 12:19:52 UTC, 0 replies.
- [jira] [Commented] (LIBCLOUD-870) Implement create methods for AWS ALB driver - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/08 12:20:01 UTC, 2 replies.
- libcloud git commit: Add missing test_requirement "requests_mock" to setup.py Closes #1086 - posted by an...@apache.org on 2017/08/11 04:28:37 UTC, 0 replies.
- [GitHub] libcloud pull request #1086: Add missing test_requirement "requests_mock" to... - posted by asfgit <gi...@git.apache.org> on 2017/08/11 04:28:55 UTC, 0 replies.
- [1/8] libcloud git commit: Change syntax per flake8 recommendation - posted by an...@apache.org on 2017/08/11 04:34:49 UTC, 0 replies.
- [2/8] libcloud git commit: Add SSL URI support for LIBCLOUD-458 - posted by an...@apache.org on 2017/08/11 04:34:50 UTC, 0 replies.
- [3/8] libcloud git commit: Prefix non-base-class kw arg with ex_ Closes #1076 - posted by an...@apache.org on 2017/08/11 04:34:51 UTC, 0 replies.
- [4/8] libcloud git commit: changes for #1076 - posted by an...@apache.org on 2017/08/11 04:34:52 UTC, 0 replies.
- [5/8] libcloud git commit: Implement get_image function for softlayer - posted by an...@apache.org on 2017/08/11 04:34:53 UTC, 0 replies.
- [6/8] libcloud git commit: Softlayer driver: Add get_image tests + change exception raised to SoftLayerException - posted by an...@apache.org on 2017/08/11 04:34:54 UTC, 0 replies.
- [7/8] libcloud git commit: Softlayer driver: fix flake8 styling Closes #1066 - posted by an...@apache.org on 2017/08/11 04:34:55 UTC, 0 replies.
- [8/8] libcloud git commit: changes for #1066 - posted by an...@apache.org on 2017/08/11 04:34:56 UTC, 0 replies.
- [jira] [Commented] (LIBCLOUD-458) Use HTTPS CDN URIs for Rackspace Cloud Files - posted by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/08/11 04:35:01 UTC, 1 replies.
- [GitHub] libcloud pull request #1066: Implement get_image function for softlayer - posted by asfgit <gi...@git.apache.org> on 2017/08/11 04:35:05 UTC, 0 replies.
- [GitHub] libcloud pull request #1076: Add SSL URI support for LIBCLOUD-458 - posted by asfgit <gi...@git.apache.org> on 2017/08/11 04:35:07 UTC, 0 replies.
- [1/9] libcloud git commit: in case of ca_cert has been already set by libcloud.security.CA_CERT_PATH - posted by an...@apache.org on 2017/08/11 04:53:17 UTC, 0 replies.
- [2/9] libcloud git commit: pass ca_cert at DockerContainerDriver if a user wants to not change the environmental variables - posted by an...@apache.org on 2017/08/11 04:53:18 UTC, 0 replies.
- [3/9] libcloud git commit: change key, secret default values from None to '' otherwise you cannot call driver(host='https://198.61.239.128', port=4243, key_file='key.pem', cert_file='cert.pem') - posted by an...@apache.org on 2017/08/11 04:53:19 UTC, 0 replies.
- [4/9] libcloud git commit: add class KeyCertificateConnection which accepts both key_file and cert_file. It can be used for tls connection. - posted by an...@apache.org on 2017/08/11 04:53:20 UTC, 0 replies.
- [5/9] libcloud git commit: pass the real version and not a default one - posted by an...@apache.org on 2017/08/11 04:53:21 UTC, 0 replies.
- [6/9] libcloud git commit: add DockertlsConnection, a subclass of KeyCertificateConnection fix DockerContainerDriver connect either with http or tls pass key_file, cert_file through function _ex_connection_class_kwargs - posted by an...@apache.org on 2017/08/11 04:53:22 UTC, 0 replies.
- [7/9] libcloud git commit: pep8 fixies Closes #1067 - posted by an...@apache.org on 2017/08/11 04:53:23 UTC, 0 replies.
- [8/9] libcloud git commit: remove ca_cert argument from docker driver - posted by an...@apache.org on 2017/08/11 04:53:24 UTC, 0 replies.
- [9/9] libcloud git commit: changes for #1067 - posted by an...@apache.org on 2017/08/11 04:53:25 UTC, 0 replies.
- [GitHub] libcloud pull request #1067: Fix docker tls - posted by asfgit <gi...@git.apache.org> on 2017/08/11 04:53:32 UTC, 0 replies.
- [1/3] libcloud git commit: Fix #LIBCLOUD-840 - posted by an...@apache.org on 2017/08/11 04:56:12 UTC, 0 replies.
- [2/3] libcloud git commit: Update cloudfiles.py - posted by an...@apache.org on 2017/08/11 04:56:13 UTC, 0 replies.
- [3/3] libcloud git commit: changes for #1068 - posted by an...@apache.org on 2017/08/11 04:56:14 UTC, 0 replies.
- [GitHub] libcloud pull request #1068: Fix #LIBCLOUD-840 - posted by asfgit <gi...@git.apache.org> on 2017/08/11 04:56:29 UTC, 0 replies.
- [jira] [Commented] (LIBCLOUD-840) libcloud crashs when accessing Swift based object store using Keystone auth API v3 - posted by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/08/11 04:57:00 UTC, 1 replies.
- [01/20] libcloud git commit: FAM-928 renamings - posted by an...@apache.org on 2017/08/11 05:00:43 UTC, 0 replies.
- [02/20] libcloud git commit: FAM-902 Added vhd_resource_group parameter to 'attach_volume' - posted by an...@apache.org on 2017/08/11 05:00:44 UTC, 0 replies.
- [03/20] libcloud git commit: FAM-902 Fixed api version - posted by an...@apache.org on 2017/08/11 05:00:45 UTC, 0 replies.
- [04/20] libcloud git commit: FAM-690 Added 'updating' state - posted by an...@apache.org on 2017/08/11 05:00:46 UTC, 0 replies.
- [05/20] libcloud git commit: FAM-690 Disks support for azure resource manager driver - posted by an...@apache.org on 2017/08/11 05:00:47 UTC, 0 replies.
- [06/20] libcloud git commit: FAM-690 Snapshots support for azure resource manager driver - posted by an...@apache.org on 2017/08/11 05:00:48 UTC, 0 replies.
- [07/20] libcloud git commit: FAM-690 Fixes - posted by an...@apache.org on 2017/08/11 05:00:49 UTC, 0 replies.
- [08/20] libcloud git commit: FAM-690 WIP - posted by an...@apache.org on 2017/08/11 05:00:50 UTC, 0 replies.
- [09/20] libcloud git commit: FAM-690 WIP - posted by an...@apache.org on 2017/08/11 05:00:51 UTC, 0 replies.
- [10/20] libcloud git commit: FAM-690 Disk size fix - posted by an...@apache.org on 2017/08/11 05:00:52 UTC, 0 replies.
- [11/20] libcloud git commit: FAM-690 Added tests - posted by an...@apache.org on 2017/08/11 05:00:53 UTC, 0 replies.
- [12/20] libcloud git commit: FAM-690 Codereview fixes. - posted by an...@apache.org on 2017/08/11 05:00:54 UTC, 0 replies.
- [13/20] libcloud git commit: FAM-690 added disk accound type - posted by an...@apache.org on 2017/08/11 05:00:55 UTC, 0 replies.
- [14/20] libcloud git commit: FAM-902 Added attaching blob based disk - posted by an...@apache.org on 2017/08/11 05:00:56 UTC, 0 replies.
- [15/20] libcloud git commit: FAM-690 WIP - posted by an...@apache.org on 2017/08/11 05:00:57 UTC, 0 replies.
- [16/20] libcloud git commit: FAM-928 CR fixes - posted by an...@apache.org on 2017/08/11 05:00:58 UTC, 0 replies.
- [17/20] libcloud git commit: FAM-902 Style fixes - posted by an...@apache.org on 2017/08/11 05:00:59 UTC, 0 replies.
- [18/20] libcloud git commit: FAM-895 added methods to directly request volume, node, snapshot objects from Azure - posted by an...@apache.org on 2017/08/11 05:01:00 UTC, 0 replies.
- [19/20] libcloud git commit: removed unused import Closes #1087 - posted by an...@apache.org on 2017/08/11 05:01:01 UTC, 0 replies.
- [20/20] libcloud git commit: changes for #1087 - posted by an...@apache.org on 2017/08/11 05:01:02 UTC, 0 replies.
- [1/2] libcloud git commit: Fix Linode DNS records to have 'priority' in extra - posted by an...@apache.org on 2017/08/11 05:20:48 UTC, 0 replies.
- [2/2] libcloud git commit: changes for #1088 - posted by an...@apache.org on 2017/08/11 05:20:49 UTC, 0 replies.
- [jira] [Created] (LIBCLOUD-938) Upcloud compute driver - posted by "Mika Lackman (JIRA)" <ji...@apache.org> on 2017/08/14 04:42:00 UTC, 0 replies.
- [jira] [Commented] (LIBCLOUD-935) ObjectHashMismatchError while uploading the object to Swift using "upload_object_via_stream" method - posted by "HCLTech-SSW (JIRA)" <ji...@apache.org> on 2017/08/14 10:13:00 UTC, 0 replies.
- [jira] [Created] (LIBCLOUD-939) libcloud.common.base.Connection accepts gzip but doesn't decode gzip - posted by "Chris (JIRA)" <ji...@apache.org> on 2017/08/16 19:20:00 UTC, 0 replies.
- [GitHub] libcloud pull request #1091: [LIBCLOUD-918] Add an option to create a static... - posted by aki-k <gi...@git.apache.org> on 2017/08/17 18:20:21 UTC, 1 replies.
- [jira] [Commented] (LIBCLOUD-918) AzureNodeDriver's ex_create_public_ip method is missing the option to create a static public IP address - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/17 18:21:01 UTC, 1 replies.
- [GitHub] libcloud pull request #1092: docs: PowerDNS 4.1 updates - posted by ktdreyer <gi...@git.apache.org> on 2017/08/18 17:08:32 UTC, 1 replies.
- [GitHub] libcloud pull request #1093: LIBCLOUD-875 fix route 53 DNS quote encapsulati... - posted by tonybaloney <gi...@git.apache.org> on 2017/08/20 22:58:48 UTC, 1 replies.
- [jira] [Commented] (LIBCLOUD-875) Route 53 driver formats TXT records incorrectly - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/20 22:59:02 UTC, 2 replies.
- [1/4] libcloud git commit: create tests to validate LIBCLOUD-875 - posted by an...@apache.org on 2017/08/20 23:32:07 UTC, 0 replies.
- [2/4] libcloud git commit: add most basic fix - posted by an...@apache.org on 2017/08/20 23:32:08 UTC, 0 replies.
- [3/4] libcloud git commit: add support for escaping quotes - posted by an...@apache.org on 2017/08/20 23:32:09 UTC, 0 replies.
- [4/4] libcloud git commit: changes for #1093 - posted by an...@apache.org on 2017/08/20 23:32:10 UTC, 0 replies.
- [GitHub] libcloud pull request #1094: Fix build - posted by tonybaloney <gi...@git.apache.org> on 2017/08/20 23:42:49 UTC, 1 replies.
- [1/8] libcloud git commit: remove blank line - posted by an...@apache.org on 2017/08/21 05:36:41 UTC, 0 replies.
- [2/8] libcloud git commit: build docs with python 3 - posted by an...@apache.org on 2017/08/21 05:36:42 UTC, 0 replies.
- [3/8] libcloud git commit: fix indents in changelog - posted by an...@apache.org on 2017/08/21 05:36:43 UTC, 0 replies.
- [4/8] libcloud git commit: remove pysphere completely - posted by an...@apache.org on 2017/08/21 05:36:44 UTC, 0 replies.
- [5/8] libcloud git commit: fix pricing reference - posted by an...@apache.org on 2017/08/21 05:36:45 UTC, 0 replies.
- [6/8] libcloud git commit: fix GKE reference - posted by an...@apache.org on 2017/08/21 05:36:46 UTC, 0 replies.
- [7/8] libcloud git commit: build docs with python 3 - posted by an...@apache.org on 2017/08/21 05:36:47 UTC, 0 replies.
- [8/8] libcloud git commit: use py3.5 - posted by an...@apache.org on 2017/08/21 05:36:48 UTC, 0 replies.
- libcloud git commit: docs: PowerDNS 4.1 updates - posted by an...@apache.org on 2017/08/21 05:38:55 UTC, 0 replies.
- [1/2] libcloud git commit: fixed AWS ALB/ELB driver init method to instantiate nested connection object properly - posted by an...@apache.org on 2017/08/21 07:47:20 UTC, 0 replies.
- [2/2] libcloud git commit: changes for #1089 - posted by an...@apache.org on 2017/08/21 07:47:21 UTC, 0 replies.
- [jira] [Resolved] (LIBCLOUD-936) AWS ELB/ALB Driver connection object initialization is broken - posted by "Anton Kozyrev (JIRA)" <ji...@apache.org> on 2017/08/21 08:56:00 UTC, 0 replies.
- [1/3] libcloud git commit: Add an option to create a static public IP address. - posted by an...@apache.org on 2017/08/21 09:03:57 UTC, 0 replies.
- [2/3] libcloud git commit: Fixed keyword argument and local variable names. - posted by an...@apache.org on 2017/08/21 09:03:58 UTC, 0 replies.
- [3/3] libcloud git commit: changes for #1091 - posted by an...@apache.org on 2017/08/21 09:03:59 UTC, 0 replies.
- [GitHub] libcloud pull request #1095: Need to call `page` when using `GCEList` for pa... - posted by sayap <gi...@git.apache.org> on 2017/08/28 10:16:14 UTC, 0 replies.
- [libcloud] Git Push Summary - posted by an...@apache.org on 2017/08/29 02:48:23 UTC, 0 replies.
- libcloud git commit: bump version to 2.2.0 - posted by an...@apache.org on 2017/08/29 02:55:50 UTC, 0 replies.
- [GitHub] libcloud pull request #1096: test: check that secrets.py is up-to-date - posted by pquentin <gi...@git.apache.org> on 2017/08/29 11:57:21 UTC, 0 replies.
- [GitHub] libcloud pull request #1097: typo in documentation in libvirt provider - posted by mykaul <gi...@git.apache.org> on 2017/08/29 15:56:56 UTC, 0 replies.
- [jira] [Commented] (LIBCLOUD-926) [BUG Azure_ARM] in ex_create_public_ip function among other - posted by "Sameh (JIRA)" <ji...@apache.org> on 2017/08/29 16:43:00 UTC, 1 replies.
- [jira] [Comment Edited] (LIBCLOUD-926) [BUG Azure_ARM] in ex_create_public_ip function among other - posted by "Sameh (JIRA)" <ji...@apache.org> on 2017/08/29 16:57:00 UTC, 1 replies.
- [GitHub] libcloud pull request #1098: LIBCLOUD-926 - Propagated changes to azure_arm.... - posted by SElsharkawy <gi...@git.apache.org> on 2017/08/29 18:31:10 UTC, 0 replies.
- [jira] [Created] (LIBCLOUD-940) Add 'end' to ec2 Reserved Instance data - posted by "Chris Clarke (JIRA)" <ji...@apache.org> on 2017/08/30 20:34:00 UTC, 0 replies.
- [GitHub] libcloud pull request #1099: [LIBCLOUD-940] Add 'end' to ec2 Reserved Instan... - posted by xofer <gi...@git.apache.org> on 2017/08/30 20:36:13 UTC, 0 replies.
- [jira] [Commented] (LIBCLOUD-940) Add 'end' to ec2 Reserved Instance data - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/30 20:37:00 UTC, 1 replies.
- [jira] [Issue Comment Deleted] (LIBCLOUD-940) Add 'end' to ec2 Reserved Instance data - posted by "Chris Clarke (JIRA)" <ji...@apache.org> on 2017/08/30 20:38:00 UTC, 0 replies.
- [GitHub] libcloud pull request #1100: Use TagSpecification parameter on EC2 create_no... - posted by ldipenti <gi...@git.apache.org> on 2017/08/30 20:48:45 UTC, 0 replies.
- [jira] [Commented] (LIBCLOUD-930) EC2 create_node should supply tag data to RunInstances rather than tagging separately - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/30 20:49:00 UTC, 0 replies.
- [GitHub] libcloud pull request #1101: Added AWS EC2 g3 instance types - posted by ZuluPro <gi...@git.apache.org> on 2017/08/30 22:45:28 UTC, 0 replies.
- [GitHub] libcloud pull request #1102: [LIBCLOUD-938] New compute driver for UpCloud - posted by mlackman <gi...@git.apache.org> on 2017/08/31 10:07:08 UTC, 0 replies.
- [jira] [Commented] (LIBCLOUD-938) Upcloud compute driver - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/31 10:08:00 UTC, 0 replies.