Missing comma

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

Change-Id: I009ab59923b672b62c00f43506db374a59aa8253
This commit is contained in:
Kenji Ishii 2017-03-03 17:27:01 +09:00
parent 79128d5ba9
commit 512774e83c

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,