This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit c51a5de210f26ab46a162330e5451b6811c820d7 Author: Tomaz Muraus <[email protected]> AuthorDate: Fri Jan 24 12:23:17 2020 +0100 Re-generate supported providers tables. --- docs/compute/_supported_methods_block_storage.rst | 2 ++ docs/compute/_supported_methods_image_management.rst | 2 ++ docs/compute/_supported_methods_key_pair_management.rst | 2 ++ docs/compute/_supported_methods_main.rst | 2 ++ docs/compute/_supported_providers.rst | 2 ++ docs/container/_supported_methods.rst | 2 ++ docs/container/_supported_providers.rst | 2 ++ docs/storage/_supported_methods_cdn.rst | 2 +- 8 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/compute/_supported_methods_block_storage.rst b/docs/compute/_supported_methods_block_storage.rst index a62d067..244e6c7 100644 --- a/docs/compute/_supported_methods_block_storage.rst +++ b/docs/compute/_supported_methods_block_storage.rst @@ -33,6 +33,7 @@ Provider list volumes create volume destroy volume `Joyent`_ no no no no no no no `Kili Public Cloud`_ yes yes yes yes yes yes yes `KTUCloud`_ yes yes yes yes yes no yes +`kubevirt`_ yes yes yes yes yes no no `Libvirt`_ no no no no no no no `Linode`_ no no yes no no no no `Maxihost`_ no no no no no no no @@ -96,6 +97,7 @@ Provider list volumes create volume destroy volume .. _`Joyent`: http://www.joyentcloud.com .. _`Kili Public Cloud`: http://kili.io/ .. _`KTUCloud`: https://ucloudbiz.olleh.com/ +.. _`kubevirt`: https://www.kubevirt.io .. _`Libvirt`: http://libvirt.org/ .. _`Linode`: http://www.linode.com/ .. _`Maxihost`: https://www.maxihost.com/ diff --git a/docs/compute/_supported_methods_image_management.rst b/docs/compute/_supported_methods_image_management.rst index 0c90e11..fe64f81 100644 --- a/docs/compute/_supported_methods_image_management.rst +++ b/docs/compute/_supported_methods_image_management.rst @@ -33,6 +33,7 @@ Provider list images get image create image delete `Joyent`_ yes no no no no `Kili Public Cloud`_ yes yes yes yes no `KTUCloud`_ yes no no no no +`kubevirt`_ yes no no no no `Libvirt`_ no no no no no `Linode`_ yes no no no no `Maxihost`_ yes no no no no @@ -96,6 +97,7 @@ Provider list images get image create image delete .. _`Joyent`: http://www.joyentcloud.com .. _`Kili Public Cloud`: http://kili.io/ .. _`KTUCloud`: https://ucloudbiz.olleh.com/ +.. _`kubevirt`: https://www.kubevirt.io .. _`Libvirt`: http://libvirt.org/ .. _`Linode`: http://www.linode.com/ .. _`Maxihost`: https://www.maxihost.com/ diff --git a/docs/compute/_supported_methods_key_pair_management.rst b/docs/compute/_supported_methods_key_pair_management.rst index 6d77455..0864ee5 100644 --- a/docs/compute/_supported_methods_key_pair_management.rst +++ b/docs/compute/_supported_methods_key_pair_management.rst @@ -33,6 +33,7 @@ Provider list key pairs get key pair create key pai `Joyent`_ no no no no no no `Kili Public Cloud`_ yes yes yes yes no yes `KTUCloud`_ yes yes yes yes no yes +`kubevirt`_ no no no no no no `Libvirt`_ no no no no no no `Linode`_ no no no no no no `Maxihost`_ yes no yes no no no @@ -96,6 +97,7 @@ Provider list key pairs get key pair create key pai .. _`Joyent`: http://www.joyentcloud.com .. _`Kili Public Cloud`: http://kili.io/ .. _`KTUCloud`: https://ucloudbiz.olleh.com/ +.. _`kubevirt`: https://www.kubevirt.io .. _`Libvirt`: http://libvirt.org/ .. _`Linode`: http://www.linode.com/ .. _`Maxihost`: https://www.maxihost.com/ diff --git a/docs/compute/_supported_methods_main.rst b/docs/compute/_supported_methods_main.rst index 40ed42f..51850fc 100644 --- a/docs/compute/_supported_methods_main.rst +++ b/docs/compute/_supported_methods_main.rst @@ -33,6 +33,7 @@ Provider list nodes create node reboot node destroy `Joyent`_ yes yes yes yes yes yes yes yes yes `Kili Public Cloud`_ yes yes yes yes yes yes yes yes yes `KTUCloud`_ yes yes yes yes no no yes yes yes +`kubevirt`_ yes yes yes yes yes yes yes yes no `Libvirt`_ yes no yes yes yes yes no no no `Linode`_ yes yes yes yes yes yes yes yes yes `Maxihost`_ yes yes yes yes yes yes yes yes no @@ -96,6 +97,7 @@ Provider list nodes create node reboot node destroy .. _`Joyent`: http://www.joyentcloud.com .. _`Kili Public Cloud`: http://kili.io/ .. _`KTUCloud`: https://ucloudbiz.olleh.com/ +.. _`kubevirt`: https://www.kubevirt.io .. _`Libvirt`: http://libvirt.org/ .. _`Linode`: http://www.linode.com/ .. _`Maxihost`: https://www.maxihost.com/ diff --git a/docs/compute/_supported_providers.rst b/docs/compute/_supported_providers.rst index 19d7396..10d0ab2 100644 --- a/docs/compute/_supported_providers.rst +++ b/docs/compute/_supported_providers.rst @@ -33,6 +33,7 @@ Provider Documentation `Joyent`_ JOYENT single region driver :mod:`libcloud.compute.drivers.joyent` :class:`JoyentNodeDriver` `Kili Public Cloud`_ :doc:`Click </compute/drivers/kili>` KILI single region driver :mod:`libcloud.compute.drivers.kili` :class:`KiliCloudNodeDriver` `KTUCloud`_ KTUCLOUD single region driver :mod:`libcloud.compute.drivers.ktucloud` :class:`KTUCloudNodeDriver` +`kubevirt`_ KUBEVIRT single region driver :mod:`libcloud.compute.drivers.kubevirt` :class:`KubeVirtNodeDriver` `Libvirt`_ :doc:`Click </compute/drivers/libvirt>` LIBVIRT single region driver :mod:`libcloud.compute.drivers.libvirt_driver` :class:`LibvirtNodeDriver` `Linode`_ LINODE single region driver :mod:`libcloud.compute.drivers.linode` :class:`LinodeNodeDriver` `Maxihost`_ :doc:`Click </compute/drivers/maxihost>` MAXIHOST single region driver :mod:`libcloud.compute.drivers.maxihost` :class:`MaxihostNodeDriver` @@ -96,6 +97,7 @@ Provider Documentation .. _`Joyent`: http://www.joyentcloud.com .. _`Kili Public Cloud`: http://kili.io/ .. _`KTUCloud`: https://ucloudbiz.olleh.com/ +.. _`kubevirt`: https://www.kubevirt.io .. _`Libvirt`: http://libvirt.org/ .. _`Linode`: http://www.linode.com/ .. _`Maxihost`: https://www.maxihost.com/ diff --git a/docs/container/_supported_methods.rst b/docs/container/_supported_methods.rst index ad10efb..6eca925 100644 --- a/docs/container/_supported_methods.rst +++ b/docs/container/_supported_methods.rst @@ -8,6 +8,7 @@ Provider install image list images deploy container g `Google Container Engine`_ no no yes yes no no no yes yes no yes yes yes `Joyent Triton`_ yes yes yes yes yes yes yes yes yes no no no no `Kubernetes`_ no no yes yes no no no yes yes no yes yes yes +`LXD`_ yes yes yes yes yes yes yes yes yes no no no no `Rancher`_ no no yes yes yes yes no yes yes no no no no =================================== ============= =========== ================ ============= =============== ============== ================= ================= =============== ============== ============== =============== ============= @@ -16,4 +17,5 @@ Provider install image list images deploy container g .. _`Google Container Engine`: https://container.googleapis.com .. _`Joyent Triton`: http://joyent.com .. _`Kubernetes`: http://kubernetes.io +.. _`LXD`: https://linuxcontainers.org/ .. _`Rancher`: http://rancher.com diff --git a/docs/container/_supported_providers.rst b/docs/container/_supported_providers.rst index 3e687e1..baac3bb 100644 --- a/docs/container/_supported_providers.rst +++ b/docs/container/_supported_providers.rst @@ -8,6 +8,7 @@ Provider Documentation `Google Container Engine`_ :doc:`Click </container/drivers/gke>` GKE single region driver :mod:`libcloud.container.drivers.gke` :class:`GKEContainerDriver` `Joyent Triton`_ :doc:`Click </container/drivers/joyent>` JOYENT single region driver :mod:`libcloud.container.drivers.joyent` :class:`JoyentContainerDriver` `Kubernetes`_ :doc:`Click </container/drivers/kubernetes>` KUBERNETES single region driver :mod:`libcloud.container.drivers.kubernetes` :class:`KubernetesContainerDriver` +`LXD`_ LXD single region driver :mod:`libcloud.container.drivers.lxd` :class:`LXDContainerDriver` `Rancher`_ :doc:`Click </container/drivers/rancher>` RANCHER single region driver :mod:`libcloud.container.drivers.rancher` :class:`RancherContainerDriver` =================================== ============================================ ================= ==================== ============================================ ================================== @@ -16,4 +17,5 @@ Provider Documentation .. _`Google Container Engine`: https://container.googleapis.com .. _`Joyent Triton`: http://joyent.com .. _`Kubernetes`: http://kubernetes.io +.. _`LXD`: https://linuxcontainers.org/ .. _`Rancher`: http://rancher.com diff --git a/docs/storage/_supported_methods_cdn.rst b/docs/storage/_supported_methods_cdn.rst index bc565aa..c492ed0 100644 --- a/docs/storage/_supported_methods_cdn.rst +++ b/docs/storage/_supported_methods_cdn.rst @@ -5,7 +5,7 @@ Provider enable container cdn enable object cdn get contain ============================= ==================== ================= ===================== ================== `Aliyun OSS`_ no no no no `PCextreme AuroraObjects`_ yes yes yes yes -`Microsoft Azure (blobs)`_ no no no no +`Microsoft Azure (blobs)`_ no no no yes `Backblaze B2`_ no no no no `CloudFiles`_ yes no yes yes `DigitalOcean Spaces`_ no no no no
