diff --git a/senlinclient/v1/shell.py b/senlinclient/v1/shell.py index a6650d9f..843e0d39 100644 --- a/senlinclient/v1/shell.py +++ b/senlinclient/v1/shell.py @@ -1279,7 +1279,7 @@ def do_node_update(sc, args): 'id': node.id, 'name': args.name, 'role': args.role, - 'profile': args.profile, + 'profile_id': args.profile, 'metadata': utils.format_parameters(args.metadata), }