Revision 5db5b149 settings.d/30-ui.conf

b/settings.d/30-ui.conf
87 87
# Whether UI should display error overlay for all Javascript exceptions
88 88
UI_HANDLE_WINDOW_EXCEPTIONS = True
89 89

  
90
# A list of os names that support ssh public key assignment
91
UI_SUPPORT_SSH_OS_LIST = ['debian', 'fedora', 'okeanos', 'ubuntu', 'kubuntu', 'centos']
92

  
93
# OS/username map to identify default user name for the specified os
94
UI_OS_DEFAULT_USER_MAP = {
95
    'debian':'root', 'fedora': 'root', 'okeanos': 'root', 
96
    'ubuntu': 'root', 'kubuntu': 'root', 'centos': 'root', 
97
    'windows': 'Administrator'
98
}

Also available in: Unified diff