Print response after issuing CA rotate request

Change-Id: Ia58a316235c96d36ee4cb8c1b012565ae2489f9c
This commit is contained in:
Feilong Wang 2020-06-25 14:51:58 +12:00
parent d66530fda8
commit c010846179
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ class RotateCa(command.Command):
}
mag_client.certificates.rotate_ca(**opts)
print("Request to rotate the CA certificate for cluster %s "
"has been accepted." % cluster.uuid)
class ShowCa(command.Command):