From 7b29869e6510b2aedabd58b77bbd8f7f7d0b7dd4 Mon Sep 17 00:00:00 2001 From: zhangguoqing Date: Fri, 16 Dec 2016 12:49:20 +0000 Subject: [PATCH] Fix syntax error with settings in doc There is a missing ',' in the code block LAUNCH_INSTANCE_DEFAULTS. Closes-bug: #1648014 Change-Id: Ie9bd36b380d58e35b63b197304a2e3e758f3fa70 --- doc/source/topics/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/topics/settings.rst b/doc/source/topics/settings.rst index 6fe1668ea7..284bb6c087 100644 --- a/doc/source/topics/settings.rst +++ b/doc/source/topics/settings.rst @@ -654,7 +654,7 @@ Default:: { "config_drive": False, - "enable_scheduler_hints": True + "enable_scheduler_hints": True, "disable_image": False, "disable_instance_snapshot": False, "disable_volume": False,