[gate-murano-devstack-dsvm] Fix bug with neutron misconfiguration

Neutron default gateway for fixed network conflicts with
job's devstack fixed range configuration

Change-Id: Iafca7af64bae784d069696048fd2be140485884d
This commit is contained in:
Alexey Deryugin 2015-04-10 17:32:38 +03:00
parent fc37541088
commit 279bec3371
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export DEVSTACK_GATE_NEUTRON=1
export ENABLED_SERVICES=murano,murano-api,murano-engine,tempest
export PROJECTS="openstack/murano $PROJECTS"
export PROJECTS="openstack/murano-dashboard $PROJECTS"