]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library/radosgw_user.py: fix user update
authorJohn Karasev <john.karasev@intel.com>
Wed, 28 Sep 2022 18:57:41 +0000 (11:57 -0700)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 10 Oct 2022 09:00:58 +0000 (11:00 +0200)
commit72ff93f685ee7a11490b1c9cce15aba564fb10d0
tree944d496db3ceded48db42b638cbff5b4c82f6c7d
parent8b983cfdbf77a8aada81b32dcbd2881025b0bfdb
library/radosgw_user.py: fix user update

Removes the case when display_name was defined prevously but
was not provided when modifying. Without this change the module
will change display_name to name even if display_name was not name
originally. See #7296

Signed-off-by: John Karasev <john.karasev@intel.com>
library/radosgw_user.py