Skip to content
Snippets Groups Projects
Commit bed8ba97 authored by Delia Passalacqua's avatar Delia Passalacqua
Browse files

Add region to cofiguration file

parent 9ecdcf88
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,9 @@ Then execute the content of the file::
Case 2: Write variables in the configuration file
"""""""""""""""""""""""""""""""""""""""""""""""""
Take note of these two variables in *app-credentials.sh*::
Take note of these three variables in *app-credentials.sh*::
OS_REGION_NAME
OS_APPLICATION_CREDENTIAL_ID
OS_APPLICATION_CREDENTIAL_SECRET
......@@ -46,6 +47,7 @@ Add the following text to *rclone.conf*::
type = swift
auth = https://keystone.cloud.garr.it:5000/v3/
auth_version = 3
region = <insert here the content of OS_REGION_NAME>
application_credential_id = <insert here the content of OS_APPLICATION_CREDENTIAL_ID>
application_credential_secret = <insert here the content of OS_APPLICATION_CREDENTIAL_SECRET>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment