summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>2017-05-02 11:14:28 +0200
committerFeng Pan <fpan@redhat.com>2017-05-03 12:46:26 +0000
commitaaa6cad0c1247d5f062bedaedc8df438fc02f746 (patch)
tree0266452b214ab87b58d25a32d5f1869a580ab062
parentd7cd79b099f71d5f1d46498222d9bb0c7cbdcc6a (diff)
Fixing BGPD service is not running
Change-Id: Ia94a82cda8cd2c8c052bfd3454e3753b6eb54288 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com> (cherry picked from commit 16d8540f09d494f86db448b91aa47cfad126af03)
-rwxr-xr-xlib/overcloud-deploy-functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/overcloud-deploy-functions.sh b/lib/overcloud-deploy-functions.sh
index ba62ada5..4ef2ab10 100755
--- a/lib/overcloud-deploy-functions.sh
+++ b/lib/overcloud-deploy-functions.sh
@@ -124,6 +124,7 @@ EOI
ssh -T ${SSH_OPTIONS[@]} "stack@$UNDERCLOUD" <<EOI
LIBGUESTFS_BACKEND=direct virt-customize \
--run-command "systemctl enable zrpcd" \
+ --run-command "systemctl enable bgpd" \
-a overcloud-full.qcow2
EOI
fi