Do we have send email feature in Open Stack?

136 Views Asked by At

We have a requirement of password reset in OpenStack-Keystone. Keystone API provides API for password resetting but I would like to know if there is a service that can help us trigger email once an account is created in KeyStone. We would like to send an email once an account is created with default password so that user can set his/her first-time password and then only account gets activated.

1

There are 1 best solutions below

1
On

The zaqar is the messaging service component in openstack. You need to integrate and configure this component to make use of it.

**https://docs.openstack.org/mitaka/config-reference/messaging.html