From 2195fa1ed94786e1f5a760b860e1ee8976e1ffe4 Mon Sep 17 00:00:00 2001 From: Pasha Date: Tue, 16 Aug 2022 21:48:31 +0000 Subject: initial commit --- configs/demo-openrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 configs/demo-openrc (limited to 'configs/demo-openrc') diff --git a/configs/demo-openrc b/configs/demo-openrc new file mode 100644 index 0000000..62f5b61 --- /dev/null +++ b/configs/demo-openrc @@ -0,0 +1,8 @@ +export OS_PROJECT_DOMAIN_NAME=default +export OS_USER_DOMAIN_NAME=default +export OS_PROJECT_NAME=myproject +export OS_USERNAME=myuser +export OS_PASSWORD=DEMO_PASS +export OS_AUTH_URL=http://REPLACE_WITH_HOST:5000/v3 +export OS_IDENTITY_API_VERSION=3 +export OS_IMAGE_API_VERSION=2 -- cgit v1.2.1