Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
python3-tvault-contego / etc / tvault-contego / tvault-contego.conf
Size: Mime:
[DEFAULT]
vault_storage_nfs_export =
vault_storage_nfs_options =
vault_storage_type = nfs
vault_data_directory_old = /var/triliovault
vault_data_directory = /var/triliovault-mounts
use_virt_qemu = False
log_file = /var/log/tvault-contego/tvault-contego.log
debug = False
verbose = True
max_uploads_pending = 3
max_commit_pending = 3
qemu_agent_ping_timeout = 600
dmapi_transport_url = rabbit://dmapi:password@controller:5672/

[dmapi_database]
connection = mysql+pymysql://dmapi:password@controller/dmapi

[contego_sys_admin]
helper_command = sudo /usr/bin/privsep-helper

[conductor]
use_local = True

[oslo_messaging_rabbit]
# Connect over SSL (boolean value)
# Deprecated group/name - [oslo_messaging_rabbit]/rabbit_use_ssl
#ssl = false
# SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
# SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
# distributions (string value)
#ssl_version =
# SSL key file (valid only if SSL enabled) (string value)
#ssl_key_file =
# SSL cert file (valid only if SSL enabled) (string value)
#ssl_cert_file =
# SSL certification authority file (valid only if SSL enabled) (string value)
#ssl_ca_file =

#[libvirt]
#images_rbd_ceph_conf = /etc/ceph/ceph.conf
#rbd_user = volumes

#[ceph]
#keyring_ext = .volumes.keyring
#rbd_store_chunk_size = 4
#rbd_pool = rbd
#rbd_secret_uuid = None

[cinder]
http_retries = 10