From 512774e83c31f1f102925c7992c0894bc62fcf80 Mon Sep 17 00:00:00 2001 From: Kenji Ishii Date: Fri, 3 Mar 2017 17:27:01 +0900 Subject: [PATCH] Missing comma This is just in the explanation, but a user might use this setting with copy. Change-Id: I009ab59923b672b62c00f43506db374a59aa8253 --- openstack_dashboard/local/local_settings.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/local/local_settings.py.example b/openstack_dashboard/local/local_settings.py.example index 633aa4bcab..284a6ccb31 100644 --- a/openstack_dashboard/local/local_settings.py.example +++ b/openstack_dashboard/local/local_settings.py.example @@ -252,7 +252,7 @@ OPENSTACK_KEYSTONE_BACKEND = { # properties found in the Launch Instance modal. #LAUNCH_INSTANCE_DEFAULTS = { # 'config_drive': False, -# 'enable_scheduler_hints': True +# 'enable_scheduler_hints': True, # 'disable_image': False, # 'disable_instance_snapshot': False, # 'disable_volume': False,