From 1b4af956f7775846fb4b4910ff95e2559f781184 Mon Sep 17 00:00:00 2001 From: "marcoemi.poleggi" <marco-emilio.poleggi@hesge.ch> Date: Thu, 17 Nov 2022 09:09:21 +0100 Subject: [PATCH] Update README.md --- SwitchEngines/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SwitchEngines/README.md b/SwitchEngines/README.md index 2265f49..f0cba81 100644 --- a/SwitchEngines/README.md +++ b/SwitchEngines/README.md @@ -43,9 +43,11 @@ Please, refer to your OS documentation for the proper way to do so CLI](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) version >= 6.0.0. It is recommended to install your original distribution package named like `python-openstackclient`. - 1. On the OpenStack dashboard, create a new project. The placeholder used in + 1. :bulb: **Skip this step if you already have a project assigned in SwitchEngines.** + On the OpenStack dashboard, create a new project. The placeholder used in this exercise is `<your-project-name>` with value `Cloud-MA-IaC`. - 1. Go to your project page, then create new [Application + 1. :bulb: **Skip this step if you already have configured your SwitchEngines access credentials.** + Go to your project page, then create new [Application Credentials](https://engines.switch.ch/horizon/identity/application_credentials/) and save it as `~/.config/openstack/clouds.yaml`. With SwitchEngines, the cloud name to use for this is `engines`. :warning: App credentials -- GitLab