tripleo-common/doc/source/image/upload.rst
Dougal Matthews 18c71e1614 Fix an autoclass reference and add missing pages to the toctree
Change-Id: I2d24df8a531ce87728be543fb1029768ff3164d3
2016-09-07 16:31:14 +00:00

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.