]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #44306 from sebastian-philipp/normalize_image_digest-ambiguity
authorAdam King <47704447+adk3798@users.noreply.github.com>
Thu, 13 Jan 2022 17:03:50 +0000 (12:03 -0500)
committerGitHub <noreply@github.com>
Thu, 13 Jan 2022 17:03:50 +0000 (12:03 -0500)
cephadm: deal with ambiguity within normalize_image_digest

Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Sage Weil <sage@newdream.net>
1  2 
src/cephadm/cephadm
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/upgrade.py
src/pybind/mgr/tox.ini

Simple merge
index ec2eeee038bd1e25e40d28426c19faf633f84b57,cf2648b2aeb9ad3f9edfbaf4f0e571334d8e4ce4..146153e137e0571d44918de192165f671c9cba63
@@@ -301,9 -294,8 +301,9 @@@ class CephadmOrchestrator(orchestrator.
              'registry_password',
              type='str',
              default=None,
-             desc='Custom repository password'
+             desc='Custom repository password. Only used for logging into a registry.'
          ),
 +        ####
          Option(
              'registry_insecure',
              type='bool',
Simple merge
Simple merge