From 32086f62131e1b813e2f3d97bc2c78f66c6a3154 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Wed, 13 Dec 2017 18:54:21 -0700 Subject: adding files --- templates/openrc.j2 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/openrc.j2 (limited to 'templates/openrc.j2') 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' -- cgit v1.3