You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/11/25 07:50:51 UTC

[3/4] git commit: updated refs/heads/4.8 to 5811d33

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 <ro...@shapeblue.com>


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/4.8
Commit: 020606ec31173e9e0502d1c33a40bf90d63ec337
Parents: 445d36c 759a92d
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri Nov 25 12:52:10 2016 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri Nov 25 12:52:10 2016 +0530

----------------------------------------------------------------------
 .../cloud/baremetal/networkservice/BaremetalPxeManagerImpl.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------