From 58f75cd799cefa86a378a78599710de0099cb86a Mon Sep 17 00:00:00 2001 From: hc Date: Wed, 2 Oct 2024 11:15:50 +0800 Subject: added ssh agrent forwarding --- others/openstack_config.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 others/openstack_config.txt (limited to 'others/openstack_config.txt') 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 @@ +export OS_AUTH_URL=https://api.pub1.infomaniak.cloud/identity/v3 +export OS_PROJECT_NAME=PCP-UV9N94K +export OS_PROJECT_DOMAIN_NAME=default +export OS_USERNAME=PCU-UV9N94K +export OS_USER_DOMAIN_NAME=default +export OS_PROJECT_ID=4b23183ad37e4271900622f738cf3a17 +export OS_IDENTITY_API_VERSION=3 +export OS_INTERFACE=public +export OS_REGION_NAME=dc3-a +# To avoid being prompted for your password each time, +# write your password below and uncomment the line +#OS_PASSWORD='your password goes here' +[ -z "$OS_PASSWORD" ] && read -e -p "Please enter your OpenStack Password for project $OS_PROJECT_NAME as user $OS_USERNAME: " OS_PASSWORD +export OS_PASSWORD -- cgit v1.2.3-70-g09d2