Added lines to local.conf for Metadata configuration 95/37995/1
authorgvrangan <venkatrangang@hcl.com>
Fri, 22 Apr 2016 00:24:23 +0000 (00:24 +0000)
committergvrangan <venkatrangang@hcl.com>
Fri, 22 Apr 2016 00:25:32 +0000 (00:25 +0000)
* These lines will allow the openstack instances to have access
  to metadata

Change-Id: I712bab059bc09a9710a381c1757ac645cb60f169
Signed-off-by: gvrangan <venkatrangang@hcl.com>
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...."