~ubuntu-branches/ubuntu/vivid/horizon/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/source/topics/settings.rst

  • Committer: Package Import Robot
  • Author(s): Corey Bryant, Corey Bryant, James Page
  • Date: 2015-02-16 13:50:29 UTC
  • mfrom: (0.10.1) (1.2.6)
  • Revision ID: package-import@ubuntu.com-20150216135029-m632ppq5etw9te0c
Tags: 1:2015.1~b2-0ubuntu1
[ Corey Bryant ]
* New upstream release.
  - d/control: Align with upstream dependencies.
  - d/p/embedded-xstatic.patch: Refreshed. Code moved to new files.
  - d/p/fix-requirements.patch: Added to drop selenium dependency.

[ James Page ]
* d/bundle-xstatic.sh: Use --system flag when generating xstatic
  assets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
(show backdrop element outside the modal, do not close the modal after
183
183
clicking on backdrop).
184
184
 
 
185
``disable_password_reveal``
 
186
---------------------------
 
187
 
 
188
.. versionadded:: 2015.1(Kilo)
 
189
 
 
190
Default: ``False``
 
191
 
 
192
Setting this to True will disable the reveal button for password fields,
 
193
including on the login form.
 
194
 
185
195
``password_validator``
186
196
----------------------
187
197
 
291
301
Default: ``None``
292
302
 
293
303
A tuple of tuples which define multiple regions. The tuple format is
294
 
``('http://{{keystone_host}}:5000/v2.0', '{{region_name}}')``. If any regions
 
304
``('http://{{ keystone_host }}:5000/v2.0', '{{ region_name }}')``. If any regions
295
305
are specified the login form will have a dropdown selector for authenticating
296
306
to the appropriate region, and there will be a region switcher dropdown in
297
307
the site header when logged in.
314
324
deactivating the in-browser console).
315
325
 
316
326
 
 
327
``INSTANCE_LOG_LENGTH``
 
328
-----------------------
 
329
 
 
330
.. versionadded:: 2015.1(Kilo)
 
331
 
 
332
Default:  ``35``
 
333
 
 
334
This setting enables you to change the default number of lines displayed for
 
335
the log of an instance.
 
336
Valid value must be a positive integer.
 
337
 
 
338
 
317
339
``CREATE_INSTANCE_FLAVOR_SORT``
318
340
-------------------------------
319
341
 
353
375
 
354
376
Default: ``None``
355
377
 
356
 
A list of dictionaries to add optional categories to the image filters
357
 
in the Images & Snapshots panel, based on project ownership.
 
378
A list of dictionaries to add optional categories to the image fixed filters
 
379
in the Images panel, based on project ownership.
358
380
 
359
381
Each dictionary should contain a `tenant` attribute with the project
360
382
id, and optionally a `text` attribute specifying the category name, and
363
385
 
364
386
Example: ``[{'text': 'Official', 'tenant': '27d0058849da47c896d205e2fc25a5e8', 'icon': 'icon-ok'}]``
365
387
 
 
388
.. note::
 
389
 
 
390
    Since the Kilo release, the Bootstrap icon library (e.g. 'icon-ok') has
 
391
    been replaced with Font Awesome (e.g. 'fa-check').
 
392
 
 
393
 
366
394
``IMAGE_RESERVED_CUSTOM_PROPERTIES``
367
395
------------------------------------
368
396
 
1023
1051
 
1024
1052
.. versionadded:: 2014.1(Icehouse)
1025
1053
 
1026
 
The name of the dashboard to be added to ``HORIZON['dashboards']``. Required.
 
1054
The slug of the dashboard to be added to ``HORIZON['dashboards']``. Required.
1027
1055
 
1028
1056
``DEFAULT``
1029
1057
-----------
1071
1099
 
1072
1100
.. versionadded:: 2014.1(Icehouse)
1073
1101
 
1074
 
The name of the panel to be added to ``HORIZON_CONFIG``. Required.
 
1102
The slug of the panel to be added to ``HORIZON_CONFIG``. Required.
1075
1103
 
1076
1104
``PANEL_DASHBOARD``
1077
1105
-------------------
1078
1106
 
1079
1107
.. versionadded:: 2014.1(Icehouse)
1080
1108
 
1081
 
The name of the dashboard the ``PANEL`` associated with. Required.
 
1109
The slug of the dashboard the ``PANEL`` associated with. Required.
1082
1110
 
1083
1111
 
1084
1112
``PANEL_GROUP``
1086
1114
 
1087
1115
.. versionadded:: 2014.1(Icehouse)
1088
1116
 
1089
 
The name of the panel group the ``PANEL`` is associated with. If you want the panel to show up
1090
 
without a panel group, use the panel group "default".
 
1117
The slug of the panel group the ``PANEL`` is associated with. If you want the
 
1118
panel to show up without a panel group, use the panel group "default".
1091
1119
 
1092
1120
``DEFAULT_PANEL``
1093
1121
-----------------
1154
1182
 
1155
1183
.. versionadded:: 2014.1(Icehouse)
1156
1184
 
1157
 
The name of the panel group to be added to ``HORIZON_CONFIG``. Required.
 
1185
The slug of the panel group to be added to ``HORIZON_CONFIG``. Required.
1158
1186
 
1159
1187
``PANEL_GROUP_NAME``
1160
1188
--------------------
1168
1196
 
1169
1197
.. versionadded:: 2014.1(Icehouse)
1170
1198
 
1171
 
The name of the dashboard the ``PANEL_GROUP`` associated with. Required.
 
1199
The slug of the dashboard the ``PANEL_GROUP`` associated with. Required.
1172
1200
 
1173
1201
 
1174
1202