Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
Bitworks LLC edited this page Dec 25, 2019 · 38 revisions

Cloudstack UI uses tags to implement some of its features. Tags used by Cloudstack UI are prefixed with csui. Below is the list of all tags used by Cloudstack UI:

Tag Values Description Scope
status "removed" Entities with status=removed can be automatically deleted by CS-UI Cleaner Global
csui.user.ask-to-create-vm "true" or "false" Whether to ask if a user wants to create a new virtual machine if there aren't any User
csui.user.ask-to-create-volume "true" or "false" Whether to ask if a user wants to create a new volume if there aren't any User
csui.user.save-password-for-all-vms "true" or "false" ("null" is default for new users) An option to save password for all VMs that will be created User
csui.user.first-day-of-week "0" or "1" First day of week. "0" - Sunday, "1" - Monday User
csui.user.lang "en" or "ru" Interface language User
csui.user.last-vm-id number Id of the last virtual machine. Used to auto-fill the name of a new virtual machine User
csui.user.session-timeout number Period of inactivity in minutes after which logout will happen User
csui.user.show-system-tags "true" or "false" (default) An option to show or hide system tags in Tag tab of a sidebar User
csui.user.time-format "hour12" or "hour24" Whether to use 12 or 24 hour format User
csui.user.theme "blue-red" (default) or "indigo-pink" The color theme of the interface User
csui.user.vm-logs-filter.<filter-parameter> text User
csui.user.vm-logs-show-last-messages number Number of last messages for log view User
csui.user.vm-logs-show-last-minutes number Number of minutes for log view User
csui.user.sidebar-width number Sidebar width User
csui.user.vm-keyboard-layout "us", "uk", "jp", "sc" Keyboard language for user's vms User
csui.user.compute-offering.param.<offering-id>.cpuNumber number Number of CPU for custom compute offering User
csui.user.compute-offering.param.<offering-id>.cpuSpeed number Speed of CPU for custom compute offering User
csui.user.compute-offering.param.<offering-id>.memory number Memory size for custom compute offering User
csui.snapshot.description text Snapshot description Snapshot
csui.volume.description text Volume description Volume
csui.volume.status "removed" Volumes with status=removed can be automatically deleted by CS-UI Cleaner Volume
csui.template.download-url url Download URL of a template Template
csui.template.group text Category to characterize the template Template
csui.template.agreement text Path to agreement file for template. Specify the language of the agreement, in the case, when agreements in two or more languages. Example: csui.template.agreement.ru Template
csui.vm.color hexcolor;hexcolor Color of a virtual machine. First part is card color, second part is text color (e.g. "#000000;#FFFFFF") VM
csui.vm.description text Virtual machine description VM
csui.vm.group text Virtual machine group. Replaces native instance groups VM
csui.vm.auth-mode "SSH", "HTTP" or both Virtual machine with auth-mode=SSH is accessible via WebShell VM
csui.vm.http.protocol "HTTP" or "HTTPS" Virtual machine HTTP connection protocol VM
csui.vm.http.port number Virtual machine HTTP connection port VM
csui.vm.http.path text Virtual machine HTTP connection path VM
csui.vm.http.login text Virtual machine HTTP connection login VM
csui.vm.http.password text Virtual machine HTTP connection password VM
csui.vm.ssh.login text Virtual machine SSH connection login VM
csui.vm.ssh.password text Virtual machine SSH connection password VM
csui.vm.ssh.port number Virtual machine SSH connection port VM
csui.agreement-accepted "true" Agreement acception for usage of a template in VM creation VM
csui.vm.password text Virtual machine default password VM
csui.vm.login text Virtual machine default login VM
csui.account.ssh-description text SSH key description Account
csui.security-group.type Security group

Priority for logins and passwords:

  1. csui.vm.{ssh, http}.{login, password}
  2. csui.vm.{login, password}
Clone this wiki locally