summaryrefslogtreecommitdiff
path: root/others/openstack_config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'others/openstack_config.txt')
-rw-r--r--others/openstack_config.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/others/openstack_config.txt b/others/openstack_config.txt
new file mode 100644
index 0000000..5e991a6
--- /dev/null
+++ b/others/openstack_config.txt
@@ -0,0 +1,14 @@
1export OS_AUTH_URL=https://api.pub1.infomaniak.cloud/identity/v3
2export OS_PROJECT_NAME=PCP-UV9N94K
3export OS_PROJECT_DOMAIN_NAME=default
4export OS_USERNAME=PCU-UV9N94K
5export OS_USER_DOMAIN_NAME=default
6export OS_PROJECT_ID=4b23183ad37e4271900622f738cf3a17
7export OS_IDENTITY_API_VERSION=3
8export OS_INTERFACE=public
9export OS_REGION_NAME=dc3-a
10# To avoid being prompted for your password each time,
11# write your password below and uncomment the line
12#OS_PASSWORD='your password goes here'
13[ -z "$OS_PASSWORD" ] && read -e -p "Please enter your OpenStack Password for project $OS_PROJECT_NAME as user $OS_USERNAME: " OS_PASSWORD
14export OS_PASSWORD