diff --git a/web/support/kb/openstack/rclone_quick_tutorial.rst b/web/support/kb/openstack/rclone_quick_tutorial.rst
index 01df81834f2aa8530352f6f23bbf2a66853fd54a..8532f9d474ac094b049e038125d77bc1033cd72e 100644
--- a/web/support/kb/openstack/rclone_quick_tutorial.rst
+++ b/web/support/kb/openstack/rclone_quick_tutorial.rst
@@ -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>