openstack-manuals/doc/config-ref-rst/source/tables/glance-replicator.rst
KATO Tomoyuki ce094c144b [config-ref] Add table labels
Change-Id: If4e4b6fccb77092ef5939100960ebf278f0e5bf9
2015-11-23 10:57:54 +09:00

1.5 KiB

Description of replicator configuration options
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.