18c71e1614
Change-Id: I2d24df8a531ce87728be543fb1029768ff3164d3
20 lines
456 B
ReStructuredText
20 lines
456 B
ReStructuredText
================
|
|
Uploading images
|
|
================
|
|
|
|
Call the image upload manager::
|
|
|
|
manager = ImageUploadManager(['path/to/config.yaml'])
|
|
manager.upload()
|
|
|
|
|
|
.. autoclass:: tripleo_common.image.image_uploader.ImageUploadManager
|
|
:members:
|
|
|
|
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.
|