summaryrefslogtreecommitdiff
path: root/scripts/cxmux
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cxmux')
-rwxr-xr-xscripts/cxmux5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/cxmux b/scripts/cxmux
index 2b595eb..67f2d51 100755
--- a/scripts/cxmux
+++ b/scripts/cxmux
@@ -85,8 +85,9 @@ def main():
fabric = cxmanage_api.fabric.Fabric(
ip_address=args.ecmeip,
- username=args.user,
- password=args.password
+ credentials={
+ "ecme_username": args.user, "ecme_password": args.password
+ }
)
ips = [node.ip_address for node in fabric.nodes.values()]
if args.ssh: