@@ -16,7 +16,7 @@ Among many other private clouds, it also powers Rackspace's Public Cloud.
1616Selecting the Nova API version
1717------------------------------
1818
19- Along with your connection criteria, you can specify the Nova version with `api_version `,
19+ Along with your connection criteria, you can specify the Nova version with `api_version `,
2020currently supported versions of Nova are:
2121
2222- 1.0
@@ -94,15 +94,15 @@ Available arguments:
9494 is provided, this step is skipped and the provided value is used directly.
9595* ``ex_force_network_url `` - Base URL to the OpenStack neutron API endpoint. By default,
9696 driver obtains API endpoint URL from the server catalog, but if this argument
97- is provided, this step is skipped and the provided value is used directly. Only valid
97+ is provided, this step is skipped and the provided value is used directly. Only valid
9898 in case of api_version >= 2.0.
9999* ``ex_force_image_url `` - Base URL to the OpenStack glance API endpoint. By default,
100100 driver obtains API endpoint URL from the server catalog, but if this argument
101- is provided, this step is skipped and the provided value is used directly. Only valid
101+ is provided, this step is skipped and the provided value is used directly. Only valid
102102 in case of api_version >= 2.0.
103103* ``ex_force_volume_url `` - Base URL to the OpenStack cinder API endpoint. By default,
104104 driver obtains API endpoint URL from the server catalog, but if this argument
105- is provided, this step is skipped and the provided value is used directly. Only valid
105+ is provided, this step is skipped and the provided value is used directly. Only valid
106106 in case of api_version >= 2.0.
107107* ``ex_force_microversion `` - Microversion of the API to interact with OpenStack.
108108 Only valid in case of api_version >= 2.0.
0 commit comments