Merge "Set deploy driver to fake for ironicclient functional job"

This commit is contained in:
Jenkins 2017-02-09 12:20:37 +00:00 committed by Gerrit Code Review
commit 63467847fd
1 changed files with 1 additions and 0 deletions

View File

@ -373,6 +373,7 @@
fi
export PROJECTS="openstack/ironic openstack/python-ironicclient $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin ironic git://git.openstack.org/openstack/ironic"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_DEPLOY_DRIVER=fake"
# neutron isn't enabled here
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_ENABLED_NETWORK_INTERFACES=noop"