Merge "Fixing BGPD service is not running"
authorFeng Pan <fpan@redhat.com>
Wed, 3 May 2017 12:46:14 +0000 (12:46 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 3 May 2017 12:46:14 +0000 (12:46 +0000)
lib/overcloud-deploy-functions.sh

index 542e9cf..d219e14 100755 (executable)
@@ -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