Merge "Fixing robot reference to devstack VM"
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 26 Apr 2016 04:59:01 +0000 (04:59 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 26 Apr 2016 04:59:01 +0000 (04:59 +0000)
jjb/integration/include-raw-integration-deploy-openstack-run-test.sh

index 66e5ea162a394ae206b676db938a5805d1acf78e..4d0b6b2c95017e07d8b6bdb590a6cf98392a2579 100644 (file)
@@ -100,6 +100,16 @@ cat >> ${local_conf_file_name} << EOF
 [[post-config|/etc/neutron/plugins/ml2/ml2_conf.ini]]
 [agent]
 minimize_polling=True
+
+[[post-config|/etc/neutron/dhcp_agent.ini]]
+[DEFAULT]
+force_metadata = True
+enable_isolated_metadata = True
+
+[[post-config|/etc/nova/nova.conf]]
+[DEFAULT]
+force_config_drive = False
+
 EOF
 
 echo "local.conf Created...."