Add cinder support LIBCLOUD-874
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3c93d267 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3c93d267 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3c93d267 Branch: refs/heads/trunk Commit: 3c93d267e055c04f7a5f7274358fa64bcf5e5313 Parents: c4b5cfa Author: micafer <[email protected]> Authored: Mon Sep 24 15:19:43 2018 +0200 Committer: Rick van de Loo <[email protected]> Committed: Tue Dec 4 09:45:48 2018 +0100 ---------------------------------------------------------------------- docs/compute/drivers/openstack.rst | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/3c93d267/docs/compute/drivers/openstack.rst ---------------------------------------------------------------------- diff --git a/docs/compute/drivers/openstack.rst b/docs/compute/drivers/openstack.rst index 887057a..24dd839 100644 --- a/docs/compute/drivers/openstack.rst +++ b/docs/compute/drivers/openstack.rst @@ -99,6 +99,10 @@ Available arguments: driver obtains API endpoint URL from the server catalog, but if this argument is provided, this step is skipped and the provided value is used directly. Only valid in case of api_version >= 2.0. + * ``ex_force_volume_url`` - Base URL to the OpenStack cinder API endpoint. By default, + driver obtains API endpoint URL from the server catalog, but if this argument + is provided, this step is skipped and the provided value is used directly. Only valid + in case of api_version >= 2.0. Some examples which show how to use this arguments can be found in the section below.
