Use flat networks in devstack

Patch [1] removed the VLAN support from networking-dpm. Now attaching
an instance to a VLAN network results in an error message. Therfore
we need to adapt the devstack local.confs (which created a VLAN
network by default).

[1] https://review.openstack.org/#/c/429546/

Change-Id: I2143ea4ad3d40aa922eae0d57ec3935259278b24
This commit is contained in:
Andreas Scheuring 2017-02-08 08:56:08 +01:00
parent 2a0ecefa14
commit 2ec3804f89
1 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,12 @@ disable_service q-l3 q-dhcp q-meta
enable_plugin networking-dpm http://git.openstack.org/openstack/networking-dpm
Q_AGENT=dpm
USE_SUBNETPOOL=False
PHYSICAL_NETWORK=provider
IP_VERSION=4
IPV4_ADDRS_SAFE_TO_USE=<subnet-cidr>
NETWORK_GATEWAY=<gateway-ip>
# Configure Nova DPM Driver
enable_plugin nova-dpm http://git.openstack.org/openstack/nova-dpm