tripleo-common/doc/source/image/upload.rst

456 B

Uploading images

Call the image upload manager:

manager = ImageUploadManager(['path/to/config.yaml'])
manager.upload()

tripleo_common.image.image_uploader.ImageUploadManager

Multiple config files

Multiple config files can be passed to the ImageUploadManager. Attributes are set by the first encountered with the 'imagename' attribute being the primary key.