From d1979010f99b0f9d421f18a0e9b3bb9e455dae6d Mon Sep 17 00:00:00 2001 From: Arnaud Morin Date: Wed, 12 Jan 2022 15:54:32 +0100 Subject: [PATCH] Add source openrc Signed-off-by: Arnaud Morin --- cloud/training/101.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cloud/training/101.md b/cloud/training/101.md index eb57a3d..f7e25e5 100644 --- a/cloud/training/101.md +++ b/cloud/training/101.md @@ -31,6 +31,13 @@ pip install --upgrade pip pip install python-openstackclient ``` +## Load your openstack credentials + +Load in your shell the variables that permit to talk with your openstack +``` +source openrc_isenx # replace x with your isen number +``` + ## Instance This part will help you manage some compute resources of the cloud.