libcloud/compute/drivers/openstack.py (7 lines): - line 481: # @TODO: Remove this if in 0.6 - line 829: # @TODO: Remove those ifs in 0.6 - line 855: # @TODO: Remove this if in 0.6 - line 915: # @TODO: Remove this if in 0.6 - line 950: # @TODO: Remove this if in 0.6 - line 968: # @TODO: Remove this if in 0.6 - line 2488: # TODO: remove in 1.18.0 libcloud/storage/drivers/cloudfiles.py (5 lines): - line 108: # TODO: Reverse the relationship - Swift -> CloudFiles - line 410: # @TODO: Add "delete_all_objects" parameter? - line 925: # @TODO: Add test case for this condition (probably 411) - line 957: # @TODO: Handle more than 10k containers - use "lazy list"? - line 1039: # TODO: Reverse the relationship - Swift -> CloudFiles libcloud/storage/drivers/backblaze_b2.py (4 lines): - line 306: # TODO: Support pagination - line 362: # TODO: Include metadata from response headers - line 506: # TODO: This is static (AFAIK) so it could be cached - line 604: # TODO: Encode / escape key libcloud/compute/drivers/rimuhosting.py (3 lines): - line 146: # TODO: Get the node state. - line 202: # TODO: add other image sources. (Such as a backup of a VPS) - line 293: # TODO check for valid oid. libcloud/common/dimensiondata.py (3 lines): - line 21: # TODO: use distutils.version when Travis CI fixed the pylint issue with version - line 29: # Roadmap / TODO: - line 228: # TODO: use distutils.version when Travis CI fixed the pylint issue with version libcloud/common/nttcis.py (3 lines): - line 28: # TODO: use distutils.version when Travis CI fixed the pylint issue with version - line 42: # Roadmap / TODO: - line 254: # TODO: use distutils.version when Travis CI fixed the pylint issue with version contrib/generate_provider_feature_matrix_table.py (3 lines): - line 348: # TODO: Make entry per version - line 446: # TODO: Make it nicer - line 464: # TODO: ghetto libcloud/dns/drivers/zerigo.py (2 lines): - line 316: # TODO: Each driver should provide supported zone types - line 473: # TODO: Update base driver and change last_key to something more libcloud/common/openstack_identity.py (2 lines): - line 619: # TODO: Normalize / lowercase all the region names - line 1320: # TODO: Also add "get users roles" and "get assginements" which are libcloud/compute/drivers/gandi.py (2 lines): - line 98: # TODO : which features to enable ? - line 318: vm_spec.update({"login": login, "password": password}) # TODO : use NodeAuthPassword libcloud/compute/drivers/vsphere.py (2 lines): - line 2136: # TODO Should update capacity but it is not possible with 6.7 - line 2265: # TODO As soon as snapshot support gets added to the REST api libcloud/compute/drivers/digitalocean.py (2 lines): - line 73: # TODO Implement v1 driver using KeyPair - line 212: # TODO: Handle this in the response class libcloud/dns/drivers/digitalocean.py (2 lines): - line 64: # TODO: Not use list comprehension to add zone to record for proper data map - line 98: # TODO: Any way of not using get_zone which polls the API again libcloud/common/base.py (2 lines): - line 354: # TODO: We should eventually switch to whitelist instead of - line 660: # @TODO: Should we just pass File object as body to request method libcloud/compute/drivers/ec2.py (2 lines): - line 875: # TODO: Use connection context instead - line 2231: # TODO: This method isn't defined anywhere? libcloud/common/aws.py (2 lines): - line 103: # FIXME: Probably ditch this as the forbidden message will have - line 210: # TODO: Remove cycling dependency between connection and signer libcloud/common/gandi.py (1 line): - line 144: TODO : to review libcloud/compute/drivers/vultr.py (1 line): - line 994: # TODO: Does we really need kvm_url? libcloud/compute/drivers/azure.py (1 line): - line 566: # TODO: Refactor this method to make it more readable, split it into libcloud/utils/loggingconnection.py (1 line): - line 124: # TODO: in python 2.6, body can be a file-like object. libcloud/dns/types.py (1 line): - line 78: # TODO: Fix all the affected code and tests and use base Type class here libcloud/compute/ssh.py (1 line): - line 561: # TODO: Is this the right way to clean up? libcloud/storage/drivers/oss.py (1 line): - line 468: # @TODO: This needs implementing again from scratch. libcloud/compute/drivers/cloudstack.py (1 line): - line 2324: # TODO Add handling for device name libcloud/common/google.py (1 line): - line 704: # TODO: It's probably safe to throw here, but we return cls.IA libcloud/compute/drivers/opennebula.py (1 line): - line 682: # @TODO: Return all disks when the Node type accepts multiple libcloud/common/aliyun.py (1 line): - line 133: # TODO: Support 'ResourceOwnerAccount' libcloud/storage/drivers/azure_blobs.py (1 line): - line 1191: # TODO: HACK - We could poll the object for a while and get libcloud/compute/drivers/gridscale.py (1 line): - line 909: # TODO: This is not consistent with volumes where key is libcloud/common/azure.py (1 line): - line 394: TODO: move to constant.. libcloud/__init__.py (1 line): - line 31: # TODO: This import is slow and adds overhead in situations when no libcloud/common/dnsimple.py (1 line): - line 46: # TODO: fijarse sobre que info se paso como parametro y en base libcloud/compute/drivers/ecs.py (1 line): - line 311: TODO: libcloud/utils/files.py (1 line): - line 46: TODO: At some point in the future we could use byte arrays here if version