test/api.sh: set the username for centos-8
This is a merge race condition. Sanne added a new variable, I added a new distro. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
9861215ebe
commit
8760de26de
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ case $(set +x; . /etc/os-release; echo "$ID-$VERSION_ID") in
|
|||
;;
|
||||
"centos-8")
|
||||
DISTRO="centos-8"
|
||||
SSH_USER="cloud-user"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue