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

git commit: updated refs/heads/4.2 to f938468

Updated Branches:
  refs/heads/4.2 45cf96afb -> f938468ac


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/f938468a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f938468a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f938468a

Branch: refs/heads/4.2
Commit: f938468acf70c9a7cb3ba565dad6403f67d4f255
Parents: 45cf96a
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:30:53 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/f938468a/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")