Fix grenade

this commit fixes grenade job

Change-Id: I766d61cd0d8864f07c0cb1963b2efeadaf2a0b56
This commit is contained in:
Vitaly Gridnev 2016-05-16 11:22:00 +03:00
parent 385fe81ca3
commit 3bc9f05e9d
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ devstack_localrc base IMAGE_URLS=\
http://tarballs.openstack.org/heat-test-image/fedora-heat-test-image.qcow2"
devstack_localrc base enable_plugin sahara \
git://git.openstack.org/openstack/sahara \
stable/liberty
stable/mitaka
devstack_localrc base DEFAULT_IMAGE_NAME="cirros-0.3.2-x86_64-uec"
devstack_localrc target disable_service n-net
devstack_localrc target enable_service \

View File

@ -16,7 +16,8 @@ source ${GITDIR[sahara]}/devstack/plugin.sh
set -o xtrace
export ENABLED_SERVICES+=,sahara-api,sahara-eng,
stop_sahara
# sanity check that service is actually down
ensure_services_stopped sahara-all
ensure_services_stopped sahara-api sahara-eng