5ba17936fb
The fix for bug #1783204 only handled the upload logic in isolation, and didn't account for the whole prepare flow. This change completes push_destination:true support with the following changes: - container_images_prepare_multi, which is the heat parameter driven interface for prepare, use heat parameter LocalContainerRegistry as the registry IP, which is only set during undercloud install. This handles the case where registry discovery won't work because it is too early in the undercloud install process - container_images_prepare, which is the python library API for prepare, make the image registry substitution support push_destination:true. The discovery logic can be used here since this is only ever called after networking is configured on the undercloud Change-Id: Ia18c89a48ef0fd0f3021823c6049042ac5e78eb8 Related-Bug: #1783204 Closes-Bug: #1786521 |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
build.py | ||
exception.py | ||
image_builder.py | ||
image_uploader.py | ||
kolla_builder.py |