Add missing for source
Signed-off-by: Arnaud M <arnaud.choupinette@mailops.fr>
This commit is contained in:
parent
a6a1b94483
commit
08fe71d647
|
@ -5,7 +5,9 @@ openstack server create --user-data isen-postinstall.sh --min 20 --max 20 --flav
|
||||||
```
|
```
|
||||||
|
|
||||||
# Then copy/paste openrc files into the servers so that students can do
|
# Then copy/paste openrc files into the servers so that students can do
|
||||||
# source /root/openrc
|
```bash
|
||||||
|
source /root/openrc
|
||||||
|
```
|
||||||
|
|
||||||
# Clean the project, from k8s-1
|
# Clean the project, from k8s-1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue