CCI-MOC / moc-openstack-tools

Tools for OpenStack administration, user/project management, etc.
Apache License 2.0
0 stars 8 forks source link

Helpdesk fixes #79

Closed kamfonik closed 7 years ago

kamfonik commented 7 years ago

Various last minute fixes and docs before I go.

Note that the template names will need to be updated in settings.ini for existing deployments. I will do this for Kaizen and Engage1, but test environments will also need this update. So for example, you probably have:

 [welcome_email]
 template = templates/welcome-template.txt

which should become

 [welcome_email]
 template = templates/welcome.txt

Git pull will not do this since settings.ini is not part of the repo. But, this change will make deployments much easier going forward.