Merge "Added lines to local.conf for Metadata configuration"
authorJamo Luhrsen <jluhrsen@redhat.com>
Mon, 25 Apr 2016 15:40:54 +0000 (15:40 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 25 Apr 2016 15:40:54 +0000 (15:40 +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...."