Fix node-update behavior
Previously node-update was not working before we were passing 'profile_id' as 'profile'. This patch fixes it. Change-Id: Ia14d82a9b7b4226145e651def6fac3dad75eb44a
This commit is contained in:
@@ -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),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user