manila/releasenotes/notes/netapp-add-new-security-certificate-for-vserver-aba543211ae6b811.yaml
Kiran Pawar 0553eb78be [NetApp] Recreate security cert during vserver create.
The certificate is automatically created on NetApp with 1 year i.e. 365
days of expiration time, and admin needs to manually extend it. It would
be nice Manila can take care to create certs with admin configuable
expiration time. Manila should first create the new cert with given
expiration time and if successful, delete the old cert.

Closes-bug: #2011693
Change-Id: I37e52b94dc492e91fe9e673b3619e6716737d39a
2023-08-01 08:04:47 +00:00

9 lines
368 B
YAML

---
features:
- |
NetApp ONTAP driver now allows cloud operator to define security
certificate expire days for vserver. So instead of using vserver's default
security certificate with 365 expire days, cloud operator can ask backend
to create new security certificate with given expire days using config
option 'netapp_security_cert_expire_days'.