diff options
author | Zuul <zuul@review.opendev.org> | 2020-09-03 13:43:40 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2020-09-03 13:43:40 +0000 |
commit | c15bc2a7a1dbf3b4e0ca3ef0517eb77fb2de6f46 (patch) | |
tree | 094b5e724da921d0edd99b56da598d2bfea96515 /doc | |
parent | d69e46b18b8ad0fa9e2b266d4106b94c87bc73a1 (diff) | |
parent | 9ac5c0277022a28f3332a43c9572a56b56a51589 (diff) | |
download | ironic-c15bc2a7a1dbf3b4e0ca3ef0517eb77fb2de6f46.tar.gz |
Merge "Support caching http:// images locally in the direct deploy"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/admin/interfaces/deploy.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/admin/interfaces/deploy.rst b/doc/source/admin/interfaces/deploy.rst index 5b86adf4c..74e50dd46 100644 --- a/doc/source/admin/interfaces/deploy.rst +++ b/doc/source/admin/interfaces/deploy.rst @@ -63,6 +63,14 @@ To use this deploy interface with a custom HTTP server, set image_download_source = http ... +This configuration affects *glance* and ``file://`` images. If you want +``http(s)://`` images to also be cached and served locally, use instead: + +.. code-block:: ini + + [agent] + image_download_source = local + You need to set up a workable HTTP server at each conductor node which with ``direct`` deploy interface enabled, and check http related options in the ironic configuration file to match the HTTP server configurations. |