diff --git a/etc/trove/trove-taskmanager.conf.sample b/etc/trove/trove-taskmanager.conf.sample index 12a48a16ad..0a3dfe87f5 100644 --- a/etc/trove/trove-taskmanager.conf.sample +++ b/etc/trove/trove-taskmanager.conf.sample @@ -178,6 +178,14 @@ pydev_debug = disabled # path to pydevd library. It will be used if pydevd is absent in sys.path #pydev_path = +# ================= Guestagent related ======================== +#guest_config = /etc/trove/trove-guestagent.conf +# Use 'guest_info = /etc/guest_info' for pre-Kilo compatibility +#guest_info = guest_info.conf +# Use 'injected_config_location = /etc/trove' for pre-Kilo compatibility +#injected_config_location = /etc/trove/conf.d +#cloudinit_location = /etc/trove/cloudinit + [database] # SQLAlchemy connection string for the reference implementation @@ -195,15 +203,6 @@ connection = mysql://root:e1a2c042c828d3566d0a@localhost/trove # before MySQL can drop the connection. idle_timeout = 3600 - -# ================= Guestagent related ======================== -#guest_config = /etc/trove/trove-guestagent.conf -# Use 'guest_info = /etc/guest_info' for pre-Kilo compatibility -#guest_info = guest_info.conf -# Use 'injected_config_location = /etc/trove' for pre-Kilo compatibility -#injected_config_location = /etc/trove/conf.d -#cloudinit_location = /etc/trove/cloudinit - # ================= Security groups related ======================== # Each future datastore implementation should implement # its own oslo group with defined in it: