Remove zookeeper workaround

Change-Id: I058eeda9ad09ebc6dbe1bde6cbfec640bb084559
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-07-27 10:47:08 -04:00
parent 621bbb0150
commit fe578f0e9f
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
#!/bin/bash -xe
# This script will be run by OpenStack CI before unit tests are run,
# it sets up the test system as needed.
# Developers should setup their test systems in a similar way.
# On fedora we need to copy sample config
if [ -f /etc/zookeeper/zoo_sample.cfg ]; then
sudo cp /etc/zookeeper/zoo_sample.cfg /etc/zookeeper/zoo.cfg
fi
# Be sure zookeeper is started.
sudo service zookeeper start