Searched refs:is_zone (Results 1 - 6 of 6) sorted by relevance
/pkg/src/modules/actions/ |
H A D | driver.py | 157 if image.is_zone(): 829 if img.is_zone(): 914 if image.is_zone():
|
/pkg/src/modules/lint/ |
H A D | engine.py | 864 is_zone = False 881 pkg.client.api.IMG_TYPE_USER, is_zone,
|
/pkg/src/ |
H A D | client.py | 3652 def _get_ssl_cert_key(root, is_zone, ssl_cert, ssl_key): 3656 if is_zone: 4540 is_zone = False 4581 is_zone = True 4652 ssl_cert, ssl_key = _get_ssl_cert_key(image_dir, is_zone, ssl_cert, 4661 image_dir, imgtype, is_zone, facets=facets, force=force,
|
/pkg/src/modules/client/ |
H A D | api.py | 471 def is_zone(self): member in class:ImageInterface 473 return self._img.is_zone() 5662 def image_create(pkg_client_name, version_id, root, imgtype, is_zone, 5682 'is_zone' is a boolean value indicating whether the image being 5915 img.create(pubs, facets=facets, is_zone=is_zone,
|
H A D | image.py | 1024 def create(self, pubs, facets=EmptyDict, is_zone=False, progtrack=None, 1029 'is_zone' is a boolean indicating whether the image is a zone. 1060 if is_zone: 1122 def is_zone(self): member in class:Image
|
H A D | client_api.py | 1607 ssl_cert, ssl_key = _get_ssl_cert_key(api_inst.root, api_inst.is_zone, 2520 def _get_ssl_cert_key(root, is_zone, ssl_cert, ssl_key): 2525 if is_zone:
|
Completed in 57 milliseconds