From: gvrangan Date: Fri, 22 Apr 2016 00:24:23 +0000 (+0000) Subject: Added lines to local.conf for Metadata configuration X-Git-Tag: release/beryllium-sr2~27^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=d2298c706207323ed74d211ef6f3999692527612 Added lines to local.conf for Metadata configuration * These lines will allow the openstack instances to have access to metadata Change-Id: I712bab059bc09a9710a381c1757ac645cb60f169 Signed-off-by: gvrangan --- diff --git a/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh b/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh index 66e5ea162..4d0b6b2c9 100644 --- a/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh +++ b/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh @@ -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...."