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: source/adminguide/templates.rst
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,20 +302,23 @@ Example GUI dialog of uploading Template/ISO from local (browser) is given below
302
302
303
303
Note that uploading multi-disk templates is also supported.
304
304
305
-
Sharing templates with other accounts/projects
305
+
Sharing templates and ISOs with other accounts/projects
306
306
----------------------------------------------
307
307
308
-
When adding a template, the owner can choose to make template public or to keep it private. Once the template is created, the owner can choose to share this template so that other accounts/projects can also use the template.
308
+
When adding a template/ISO, the owner can choose to make template/ISO public or to keep it private. Once the template/ISO is created, the owner can choose to share this template/ISO so that other accounts/projects can also use the template/ISO.
309
309
310
-
Currently, the template owner can share his template with:
311
-
- other accounts inside his own domain (i.e. can't share the template with other accounts in the subdomain of his domain or any other domains)
310
+
Currently, the owner can share his template/ISO with:
311
+
- other accounts inside his own domain (i.e. can't share the template/ISO with other accounts in the subdomain of his domain or any other domains)
312
312
- projects where he belongs to (i.e. projects where he is the owner/creator or other projects where he has been joined)
313
313
314
-
Template permissions can be changed via updateTemplatePermissions API call or via GUI. It is supported to add, remove or reset (remove all) template permissions.
314
+
Template/ISO permissions can be changed via updateTemplatePermissions/updateIsoPermissions API call or via GUI. It is supported to add, remove or reset (remove all) template/ISO permissions.
315
315
316
-
When adding or removing permissions to/from a template, it is required to specify account/project name which is being added/removed from the template permissions.
316
+
When adding or removing permissions to/from a template/ISO, it is required to specify account/project name which is being added/removed from the template/ISO permissions.
317
317
318
-
Global setting "allow.user.view.all.domain.accounts" has a default value of "false". This makes sure that when a regular user (of a "User" role) wants to share a template via GUI, he will not be shown the list of all accounts in his domain and he will need to know the name of the destination account with which he is sharing the template. This makes sense in public clouds where each account of a single domain is a different tenant/customer and privacy is imperative. In this case, the user will be presented with an input field to enter the account name, as on the images below:
318
+
Global setting "allow.user.view.all.domain.accounts" has a default value of "false". This makes sure that when a regular user (of a "User" role) wants to share a template/ISO via GUI, he will not be shown the list of all accounts in his domain and he will need to know the name of the destination account with which he is sharing the template/ISO. This makes sense in public clouds where each account of a single domain is a different tenant/customer and privacy is imperative. In this case, the user will be presented with an input field to enter the account name, as on the images below:
319
+
320
+
.. warning::
321
+
The images displayed below refer to template permissions, but the same applies for ISO permissions.
0 commit comments