File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 13
13
session_cookie_httponly : " True"
14
14
allowed_hosts :
15
15
- ' *'
16
+ local_settings_d :
17
+ # Set default options when creating a server from the
18
+ # horizon UI for a more friendly and efficient user experience.
19
+ # https://docs.openstack.org/horizon/latest/configuration/settings.html#launch-instance-defaults
20
+ _40_launch_instance_settings : |
21
+ LAUNCH_INSTANCE_DEFAULTS = {
22
+ "config_drive": True,
23
+ "create_volume": False,
24
+ "hide_create_volume": False,
25
+ "disable_image": False,
26
+ "disable_instance_snapshot": False,
27
+ "disable_volume": False,
28
+ "disable_volume_snapshot": False,
29
+ "enable_scheduler_hints": True,
30
+ "enable_metadata": True,
31
+ "enable_net_ports": True,
32
+ "default_availability_zone": "Any",
33
+ }
16
34
17
35
endpoints :
18
36
dashboard :
You can’t perform that action at this time.
0 commit comments