mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3234: Adding cookie to associate profile blade API
Signed-off by: Animesh Chaturvedi <animesh@apache.org>
This commit is contained in:
parent
45cf96afb7
commit
f938468acf
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue