First I would like to state I know I can use the opennebula git repo and do this manually, but since I am setting this up in a production environment (training team servers for school groups) I would like to have the proper package support.

I am using Kali 64bit (latest updates @ 1.0.9)
I am setting the images up in VirtualBox (no additions) with a qcow image format, which will be uploaded as a base image in my OpenNebula 4.8 deployment. Images run fine if I statically set context information (worth checking this before proceeding), but without it students can't spin up a fresh image if needed.

There are packages for opennebula-context in the Kali repos ( http://http.kali.org/kali/pool/main/...ebula-context/ ) but I can't find the package when I run
Code:
# apt-get install opennebula-context
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package opennebula-context
Any help is greatly appreciated. The students have a small Hackathon this weekend, and we expect a lot of newbies that need exposure. Since not all of them have adequate resources to prep the images beforehand, we're setting up a local cloud deployment with VNC over a GbE network.

Cheers,

-Jimb0