You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/radl.rst
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -328,13 +328,14 @@ machine. The supported features are:
328
328
* ``aws://<region>/<snapshot-id>``, for Amazon Web Service;
329
329
* ``aws://<region>/<snapshot-name>``, for Amazon Web Service;
330
330
* ``gce://<region>/<image-id>``, for Google Cloud;
331
-
* ``azr://<image-id>``, for Microsoft Azure Clasic;
332
-
* ``azr://<publisher>/<offer>/<sku>/<version>``, for Microsoft Azure;
331
+
* ``azr://<image-id>``, for Microsoft Azure Clasic (deprecated);
332
+
* ``azr://[region]/<publisher>/<offer>/<sku>/<version>``, for Microsoft Azure;
333
333
* ``azr://[snapshots|disk]/<rgname>/<diskname>``, for Microsoft Azure;
334
334
* ``<fedcloud_endpoint_url>/<image_id>``, for FedCloud OCCI connector.
335
335
* ``appdb://<site_name>/<apc_name>?<vo_name>``, for FedCloud OCCI, OpenStack or EGI connectors using AppDB info (from vers. 1.6.0, 1.8.6 and 1.10.2 respectively).
336
-
In case of EGI connector the ``vo_name`` is not required as it will be get from auth data.
337
-
* ``appdb://<apc_name>?<vo_name>``, for FedCloud OCCI, OpenStack or EGI connectors without setting site_name.
336
+
In case of EGI connector the ``vo_name`` is not required as it will be get from auth data (deprecated use egi protocol instead).
337
+
* ``appdb://<apc_name>?<vo_name>``, for FedCloud OCCI, OpenStack or EGI connectors without setting site_name (deprecated use egi protocol instead).
338
+
* ``egi://<site_name>/<apc_name>?<vo_name>``, for OpenStack or EGI connectors using EGI IS info (from vers. 1.19.0).
338
339
* ``docker://<docker_image>``, for Docker images.
339
340
* ``fbw://<fns_server>/<image-id>``, for FogBow images.
0 commit comments