You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2013/07/12 09:51:40 UTC

[45/50] git commit: updated refs/heads/sdnextensions to bcfb4e6

CLOUDSTACK-3234: Adding cookie to associate profile blade API

	Signed-off by: Animesh Chaturvedi <an...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0331b8fe
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0331b8fe
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0331b8fe

Branch: refs/heads/sdnextensions
Commit: 0331b8fe5d2c89f91597bc7033565e1bf66bc57c
Parents: 20bade6
Author: Amogh Vasekar <am...@Amoghs-MacBook-Pro.local>
Authored: Tue Jul 9 17:18:55 2013 -0700
Committer: Animesh Chaturvedi <an...@citrix.com>
Committed: Thu Jul 11 16:27:11 2013 -0700

----------------------------------------------------------------------
 plugins/hypervisors/ucs/src/com/cloud/ucs/manager/UcsCommands.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0331b8fe/plugins/hypervisors/ucs/src/com/cloud/ucs/manager/UcsCommands.java
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/ucs/src/com/cloud/ucs/manager/UcsCommands.java b/plugins/hypervisors/ucs/src/com/cloud/ucs/manager/UcsCommands.java
index 9bb77a2..f6cc57f 100644
--- a/plugins/hypervisors/ucs/src/com/cloud/ucs/manager/UcsCommands.java
+++ b/plugins/hypervisors/ucs/src/com/cloud/ucs/manager/UcsCommands.java
@@ -60,7 +60,7 @@ public class UcsCommands {
     }
 
     public static String associateProfileToBlade(String cookie, String profileDn, String bladeDn) {
-        XmlObject cmd = new XmlObject("configConfMos").putElement("inHierarchical", "true").putElement(
+        XmlObject cmd = new XmlObject("configConfMos").putElement("cookie", cookie).putElement("inHierarchical", "true").putElement(
                 "inConfigs", new XmlObject("inConfigs").putElement(
                         "pair", new XmlObject("pair").putElement("key", profileDn).putElement(
                                 "lsServer", new XmlObject("lsServer")