Fix wrong variable name
authorIustin Pop <iustin@google.com>
Tue, 10 Jan 2012 11:58:27 +0000 (12:58 +0100)
committerIustin Pop <iustin@google.com>
Tue, 10 Jan 2012 12:06:42 +0000 (13:06 +0100)
commitc20a19ed964a2cd27470801795b0efd853b4b148
treeb8ce799b00f0787a270d4841fcd463182ca65ef8
parent922c57bf9c0d79e0c43fdde91b18b202472b914c
Fix wrong variable name

Commit bc5d0215 added support for disk params, but due to copy-paste
it tries to enforce the hvparams into disk params values, leading to:

$ gnt-cluster modify -H kvm:initrd_path=/boot/initrd-2.6-kvmU
Parameter Error: Unknown parameter 'initrd_path'

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Andrea Spadaccini <spadaccio@google.com>
lib/client/gnt_cluster.py