Merge "Print response after issuing CA rotate request"

This commit is contained in:
Zuul 2020-07-03 12:22:17 +00:00 committed by Gerrit Code Review
commit 82bdfe0bfb
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):