Merge pull request #1738 from SudharmaJain/cs-9566 CLOUDSTACK-9566 instance-id metadata for baremetal VM returns IDThere is difference in instance-id metadata across baremetal and other hypervisors.
On Baremetal [root@ip-172-17-0-144 ~]# curl http://8.37.203.221/latest/meta-data/instance-id 6021 on Xen [root@ip-172-17-2-103 ~]# curl http://172.17.0.252/latest/meta-data/instance-id cbeb517a-e833-4a0c-b1e8-9ed70200fbbf In both cases it should be vm's uuid. * pr/1738: CLOUDSTACK-9566 instance-id metadata for baremetal VM returns ID Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/020606ec Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/020606ec Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/020606ec Branch: refs/heads/master Commit: 020606ec31173e9e0502d1c33a40bf90d63ec337 Parents: 445d36c 759a92d Author: Rohit Yadav <[email protected]> Authored: Fri Nov 25 12:52:10 2016 +0530 Committer: Rohit Yadav <[email protected]> Committed: Fri Nov 25 12:52:10 2016 +0530 ---------------------------------------------------------------------- .../cloud/baremetal/networkservice/BaremetalPxeManagerImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ----------------------------------------------------------------------
