Fixes external network creation 63/24563/2
authorTim Rozet <trozet@redhat.com>
Fri, 18 Nov 2016 17:46:11 +0000 (12:46 -0500)
committerTim Rozet <trozet@redhat.com>
Fri, 18 Nov 2016 19:47:27 +0000 (14:47 -0500)
commit345b49b9b7c374c81296f5f371d2d360db337fb9
treee13bd210ffa127f998a953785cce5b05b20dd1c2
parent544894c3bc802fa107cb9d4de61a9f5c42869d39
Fixes external network creation

Without specifying the provider network type or physical network results
in the default tenant network type being used upon external network
creation (for us this means vxlan).  Previously this worked fine because
Neutron L3 agent and ODL L3 would assume to use br-ex.  This is no
longer true in ODL new nettvirt, and needs to be explicitly flat along
with the correct physical network.

Also includes minor fix for Manila service naming that was fixed
upstream.

JIRA: APEX-300

Change-Id: If5d467a811baafe01b725dd530938482fdd3fd03
Signed-off-by: Tim Rozet <trozet@redhat.com>
build/opnfv-environment.yaml
lib/post-install-functions.sh