Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Fix floating ips when devtest.sh is hand executed
Browse files Browse the repository at this point in the history
When devtest.sh is hand executed, the public interface of the
network node in overcloud is not added to br-ex bridge, which
makes floating ips unusable. This is caused by the fact that
we don't set the name of the public interface in devtest guide
(it's in devtest.sh, but it's not put to generated html doc).

Closes-Bug: #1252304

Change-Id: I9035b5ab26498954b46051f1b9bb982f0bc07c86
  • Loading branch information
Roman Podoliaka committed Nov 20, 2013
1 parent 31e8c6c commit 839ffb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/devtest_overcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ load-image -d $TRIPLEO_ROOT/overcloud-compute.qcow2

OVERCLOUD_LIBVIRT_TYPE=${OVERCLOUD_LIBVIRT_TYPE:-";NovaComputeLibvirtType=qemu"}

## #. Set the public interface of overcloud network node::
## ::

NeutronPublicInterface=${NeutronPublicInterface:-'eth0'}

## #. Delete any previous overcloud::

## heat stack-delete overcloud || true
Expand Down

0 comments on commit 839ffb8

Please sign in to comment.