From d2298c706207323ed74d211ef6f3999692527612 Mon Sep 17 00:00:00 2001 From: gvrangan Date: Fri, 22 Apr 2016 00:24:23 +0000 Subject: [PATCH] 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 --- ...nclude-raw-integration-deploy-openstack-run-test.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) 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...." -- 2.36.6