Missing comma

This is just in the explanation, but a user might
use this setting with copy.

Change-Id: I009ab59923b672b62c00f43506db374a59aa8253
(cherry picked from commit 512774e83c)
This commit is contained in:
Kenji Ishii 2017-03-03 17:27:01 +09:00 committed by Rob Cresswell
parent 3612ac6dfe
commit a698628e67

View File

@ -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,