python-tripleoclient/releasenotes/notes/deprecate-glance-image-upload-ef23d3078f430ccf.yaml
ramishra 6ed5f20150 Deprecate overcloud image upload to glance
We don't have glance in the undercloud by default. Though we
currently fall back to upload locally if glance is not
available. Let's make local upload the default and deprecate
image upload to glance. This would help avoid looking glance
endpoint in the catalog, which would not be available in the
noauth use-case.

We'll drop GlanceClientAdapter when we remove option to enable
glance from the undercloud.

Change-Id: I1991afdb93e7019a9c29ea70e25eec5c062a98d6
(cherry picked from commit 10722b5f97)
2021-10-04 09:39:51 +13:00

10 lines
387 B
YAML

---
deprecations:
- |
The ``--local`` argument to the ``openstack overcloud image upload``
command has been deprecated and a ``--no-local`` argument has been
added. Earlier we used to fallback to upload locally when glance
was not available. As glance is not installed in the undercloud by
default, we would upload images locally unless ``--no-local`` is
used.