.. Warning: Do not edit this file. It is automatically generated from the software project's code and your changes will be overwritten. The tool to generate this file lives in openstack-doc-tools repository. Please make any changes needed in the code, then run the autogenerate-config-doc tool from the openstack-doc-tools repository, or ask for help on the documentation mailing list, IRC channel or meeting. .. _glance-replicator: .. list-table:: Description of replicator configuration options :header-rows: 1 :class: config-ref-table * - Configuration option = Default value - Description * - **[DEFAULT]** - * - ``args`` = ``None`` - (ListOpt) Arguments for the command * - ``chunksize`` = ``65536`` - (IntOpt) Amount of data to transfer per HTTP write. * - ``command`` = ``None`` - (StrOpt) Command to be given to replicator * - ``dontreplicate`` = ``created_at date deleted_at location updated_at`` - (StrOpt) List of fields to not replicate. * - ``mastertoken`` = `` `` - (StrOpt) Pass in your authentication token if you have one. This is the token used for the master. * - ``metaonly`` = ``False`` - (BoolOpt) Only replicate metadata, not images. * - ``slavetoken`` = `` `` - (StrOpt) Pass in your authentication token if you have one. This is the token used for the slave. * - ``token`` = `` `` - (StrOpt) Pass in your authentication token if you have one. If you use this option the same token is used for both the master and the slave.