diff options
Diffstat (limited to 'templates/openrc.j2')
| -rw-r--r-- | templates/openrc.j2 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/openrc.j2 b/templates/openrc.j2 new file mode 100644 index 0000000..178c41a --- /dev/null +++ b/templates/openrc.j2 @@ -0,0 +1,13 @@ +export OS_AUTH_URL='{{ endpoint }}' +export OS_USER_DOMAIN_NAME='{{ user_domain_name }}' +export OS_PROJECT_DOMAIN_NAME='{{ project_domain_name }}' +export OS_PROJECT_NAME='{{ project_name }}' +export OS_USERNAME='{{ username }}' +export OS_PASSWORD='{{ password }}' +export OS_REGION_NAME='{{ region }}' +export OS_INTERFACE='{{ interface }}' +export OS_IDENTITY_API_VERSION='{{ identity_api_version }}' +export OS_IMAGE_API_VERSION='{{ image_api_version }}' +export OPENBOOK_DB_USERNAME='root' +export OPENBOOK_DB_PASSWORD='{{ openbook_db_password }}' +export OPENBOOK_CONTAINER='backups-openbook' |
