From 3321bf5364bc6b1cd72f95f0a65bcc75b6a1197e Mon Sep 17 00:00:00 2001 From: Medhy DOHOU <71391944+DohouM@users.noreply.github.com> Date: Wed, 7 Dec 2022 13:39:31 +0100 Subject: [PATCH] doc: removed unsupported inline comments Due to a non-implementation in `oslo.config`, inline comments in the config files are not currently supported. --- doc/source/tutorial.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/source/tutorial.rst b/doc/source/tutorial.rst index 770afdad2..8b7c97eaa 100644 --- a/doc/source/tutorial.rst +++ b/doc/source/tutorial.rst @@ -51,7 +51,8 @@ services and plugins ready for execution and also customizing user experience. # What user to create and in which group(s) to be put. username=Admin groups=Administrators - inject_user_password=true # Use password from the metadata (not random). + # Use password from the metadata (not random). + inject_user_password=true # Which devices to inspect for a possible configuration drive (metadata). config_drive_raw_hhd=true config_drive_cdrom=true @@ -79,7 +80,8 @@ services and plugins ready for execution and also customizing user experience. plugins=cloudbaseinit.plugins.common.mtu.MTUPlugin, cloudbaseinit.plugins.common.sethostname.SetHostNamePlugin # Miscellaneous. - allow_reboot=false # allow the service to reboot the system + # allow the service to reboot the system + allow_reboot=false stop_service_on_exit=false The "cloudbase-init-unattend.conf" configuration file is similar to the