As specified in the VOVA manual, the default CLI user is 'demo'. In order to switch to the admin user :-
export OS_USERNAME=admin
and re-issue your nova command.
You should probably use 'nova hypervisor-list' and note the hypervisor id. Use the id with 'nova hypervisor-show <id>'. We will fix the manual, thanks for your feedback.