Revision c2a55260 snf-cyclades-app/conf/20-snf-cyclades-app-ui.conf

b/snf-cyclades-app/conf/20-snf-cyclades-app-ui.conf
127 127
## Whether UI should display error overlay for all Javascript exceptions
128 128
#UI_HANDLE_WINDOW_EXCEPTIONS = True
129 129
#
130
## A list of os names that support ssh public key assignment
131
#UI_SUPPORT_SSH_OS_LIST = ['debian', 'fedora', 'okeanos', 'ubuntu', 'kubuntu',
132
#                          'centos', 'archlinux']
133
#
134 130
## OS/username map to identify default user name for the specified os
135 131
#UI_OS_DEFAULT_USER_MAP = {
136 132
#    'debian':'root', 'fedora': 'root', 'okeanos': 'root',
......
190 186
##will be loaded.
191 187
#UI_FONTS_BASE_URL = "//fonts.googleapis.com/"
192 188
#
193
## A list of os family names that support ssh public key assignment
194
#UI_SUPPORT_SSH_OS_FAMILY_LIST = ['linux', 'openbsd', 'freebsd', 'netbsd']
189
## A list of os family names which don't support ssh public key injection
190
#UI_SSH_SUPPORT_OSFAMILY_EXCLUDE_LIST = ['windows']

Also available in: Unified diff