Fix for dib jobs

We need to add hostname to /etc/hosts

Change-Id: I27438ec92343764dbc669ca79e1f10901fae6cf0
This commit is contained in:
Evgeny Sikachev 2016-12-16 15:34:29 +04:00
parent 5ad13bd09b
commit 9eb5cc5f04
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ get_dependency "$SAHARA_TESTS_PATH" "openstack/sahara-tests" "master"
# make verbose the scripts execution of disk-image-create
export DIB_DEBUG_TRACE=1
export DIB_MIN_TMPFS=4
echo "127.0.0.1 $HOSTNAME"| sudo tee -a /etc/hosts
case "${os}" in
c6.6)