Home
last modified time | relevance | path

Searched refs:store_conf (Results 1 – 8 of 8) sorted by relevance

/dports/devel/py-glance-store/glance_store-2.7.0/glance_store/_drivers/
H A Dcinder.py481 self.store_conf = self.conf.glance_store
544 rootwrap = self.store_conf.rootwrap_config
548 return all([self.store_conf.get('cinder_store_' + key)
563 session = get_cinder_session(self.store_conf)
566 username = self.store_conf.cinder_store_user_name
567 url = self.store_conf.cinder_store_auth_address
576 if self.store_conf.cinder_endpoint_template:
580 info = self.store_conf.cinder_catalog_info
600 retries=self.store_conf.cinder_http_retries,
695 use_multipath = self.store_conf.cinder_use_multipath
[all …]
H A Dvmware_datastore.py382 store_conf = getattr(self.conf, self.backend_group)
384 store_conf = self.conf.glance_store
386 if store_conf.vmware_api_retry_count <= 0:
392 if store_conf.vmware_task_poll_interval <= 0:
406 store_conf = getattr(self.conf, self.backend_group)
408 store_conf = self.conf.glance_store
412 self.ca_file = store_conf.vmware_ca_file
413 self.api_insecure = store_conf.vmware_insecure
514 store_conf = self.conf.glance_store
553 store_conf = self.conf.glance_store
[all …]
H A Dhttp.py333 store_conf = getattr(self.conf, self.backend_group)
335 store_conf = self.conf.glance_store
337 ca_bundle = store_conf.https_ca_certificates_file
338 disable_https = store_conf.https_insecure
340 self.session.proxies = store_conf.http_proxy_information
H A Dfilesystem.py425 store_conf = getattr(self.conf, self.backend_group)
427 store_conf = self.conf.glance_store
429 fdir = store_conf.filesystem_store_datadir
430 fdirs = store_conf.filesystem_store_datadirs
431 fstore_perm = store_conf.filesystem_store_file_perm
432 meta_file = store_conf.filesystem_store_metadata_file
434 self.thin_provisioning = store_conf.\
436 self.chunk_size = store_conf.filesystem_store_chunk_size
H A Ds3.py427 store_conf = getattr(self.conf, self.backend_group)
429 store_conf = self.conf.glance_store
431 result = getattr(store_conf, param)
/dports/devel/py-glance-store/glance_store-2.7.0/glance_store/_drivers/swift/
H A Dconnection_manager.py91 store_conf = self.store.conf.glance_store
92 interval = store_conf.swift_store_expire_soon_interval
H A Dstore.py1152 store_conf = getattr(self.conf, self.backend_group)
1154 store_conf = self.conf.glance_store
1159 if store_conf.swift_store_create_container_on_put:
/dports/mail/isync/isync-1.4.4/src/
H A Ddriver.h35 struct store_conf *next; \
44 typedef struct store_conf { struct