]> git-server-git.apps.pok.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>
Wed, 12 Oct 2022 08:48:36 +0000 (10:48 +0200)
commite7b7d503bb1b47f8063cc3aa28a2f7c85b31283b
tree0ed9d1eadece064f496364fb46ec89422911a522
parent320c01ece15638de69a5e7dc63abe7372aa674fc
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>
(cherry picked from commit 72ff93f685ee7a11490b1c9cce15aba564fb10d0)
library/radosgw_user.py