Searched refs:glance (Results 1 - 10 of 10) sorted by relevance

/solaris-userland-s11u3/components/openstack/glance/files/
H A Dglance-scrubber.conf4 # From glance.scrubber
28 #data_api = glance.db.sqlalchemy.api
102 # to delete. Make sure this is set in glance-api.conf and glance-
104 #scrubber_datadir = /var/lib/glance/scrubber
279 connection = mysql://%SERVICE_USER%:%SERVICE_PASSWORD%@localhost/glance
H A Dglance-api.conf4 # From glance.api
48 #data_api = glance.db.sqlalchemy.api
131 # is not found, then the glance-api service will not start. (string
142 #allowed_rpc_exception_modules = openstack.common.exception,glance.common.exception,exceptions
304 # between glance api and glance registry is ensured by means other
309 # to delete. Make sure this is set in glance-api.conf and glance-
311 #scrubber_datadir = /var/lib/glance/scrubber
505 connection = mysql://%SERVICE_USER%:%SERVICE_PASSWORD%@localhost/glance
[all...]
H A Dglance-registry.conf4 # From glance.registry
42 #data_api = glance.db.sqlalchemy.api
343 connection = mysql://%SERVICE_USER%:%SERVICE_PASSWORD%@localhost/glance
438 # From glance.store
458 # From glance.store
560 filesystem_store_datadir = /var/lib/glance/images/
617 #swift_store_container = glance
711 # The name of the directory where the glance images will be stored in
779 signing_dir = /var/lib/glance/keystone-signing
1197 # From glance
[all...]
/solaris-userland-s11u3/components/ruby/puppet-modules/openstack-glance/
H A DMakefile28 COMPONENT_NAME= openstack-glance
36 COMPONENT_BUGDB= service/glance
44 MODULE_NAME = glance
/solaris-userland-s11u3/components/python/glanceclient/
H A DMakefile36 COMPONENT_BUGDB= service/glance
50 (cd $(PROTO_DIR)/usr/bin ; $(MV) -f glance glance-$(PYTHON_VERSION))
/solaris-userland-s11u3/components/openstack/glance/
H A DMakefile28 COMPONENT_NAME= glance
38 COMPONENT_BUGDB= service/glance
58 # glance-api, glance-registry, and glance-scrubber depend on glance-db
59 # and glance-upgrade so copy all of the service manifests into the
65 files/glance-db.xml \
66 files/glance-api.xml \
67 files/glance
[all...]
/solaris-userland-s11u3/components/openstack/ironic/files/
H A Dironic.conf791 [glance]
828 # configured in the glance-api.conf. Required for temporary
837 # in. Defaults to "glance", which is the default in glance-
841 #swift_container=glance
857 # Default glance hostname or IP address. (string value)
860 # Default glance port. (integer value)
863 # Default protocol to use when connecting to glance. Set to
867 # A list of the glance api servers available to ironic. Prefix
868 # with https:// for SSL-based glance AP
[all...]
/solaris-userland-s11u3/components/openstack/nova/files/
H A Dnova.conf631 # Base URL that will be presented to users in links to glance
2395 [glance]
2398 # Options defined in nova.image.glance
2401 # Default glance hostname or IP address (string value)
2404 # Default glance port (integer value)
2407 # Default protocol to use when connecting to glance. Set to
2411 # A list of the glance api servers available to nova. Prefix
2412 # with https:// for ssl-based glance api servers.
2416 # Allow to perform insecure SSL (https) requests to glance
2421 # from glance
[all...]
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py123 VALID_ARCHIVE_SCHEMES = ["file", "http", "https", "glance"]
708 if url.scheme == "glance":
776 if url.scheme == "glance":
845 if urlparse(archive_uri).scheme == "glance":
888 :param temp_uar: Path to glance local uar to remove
958 if url.scheme == "glance":
966 # Format : glance://<glance UUID>
973 # Validate glance image exists by attempting to get download size
1005 Transformation of archive_uri is only required if URI scheme is glance
[all...]
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Ddriver.py64 from nova.image import glance namespace
873 :param image_meta: image object returned by nova.image.glance that
1014 """Validate a glance image for compatibility with the instance."""
1854 :param image_meta: image object returned by nova.image.glance that
2583 (base_service, base_id) = glance.get_remote_image_service(
2590 snapshot_service, snapshot_id = glance.get_remote_image_service(
2614 # Set generic container and disk formats initially in case the glance
2647 # glance server recognises them.
2718 :param image_meta: image object returned by nova.image.glance that
4082 :param image_meta: image object returned by nova.image.glance tha
[all...]

Completed in 142 milliseconds