Restart Nova and Cinder in gate

Restart Nova and Cinder after endpoints are set to the ones of the
proxy to ensure that the new endpoints are used by these services.

Change-Id: I4097cee1707e58415def310535c1786e3a03e51e
This commit is contained in:
Eric Juma 2017-05-30 17:45:13 -04:00 committed by Kristi Nikolla
parent 7edc4abbdb
commit 2c5960c183
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ source openrc admin admin
register_mixmatch
# Restart Nova and Cinder so they use the proxy endpoints
sudo systemctl restart devstack@n-*
sudo systemctl restart devstack@c-*
# Run tempest API and scenario tests
cd $BASE/new/tempest