Fix syntax error with settings in doc
There is a missing ',' in the code block LAUNCH_INSTANCE_DEFAULTS. Closes-bug: #1648014 Change-Id: Ie9bd36b380d58e35b63b197304a2e3e758f3fa70
This commit is contained in:
parent
c8f055359b
commit
7b29869e65
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user