Help adding windows image
I'll start off by saying that I'm new. Not just to OpenStack, but also somewhat new to Linux. However, I've been working in IT/IS for the past 13 years so I'm no slouch when it comes to understanding tech, general concepts, and how to follow instructions.
I've been trying to RTFM, but feel like I'm banging my head against a wall and it's starting to hurt. Seriously. I think it might actually be a tumor.
The question I have is this: How do you add/create an Image/Flavor for Windows 2k8r2 in Openstack?
I've tried this on the Controller:
http://docs.openstack.org/trunk/openstack-compute/admin/content/creating-a-windows-image.html
When Executing the sudo kvm... command I receive:
inet_listen_opts: bind(ipv4,0.0.0.0,5900): Address already in use
inet_listen_opts: FAILED
I've tried (again, on the controller):
http://www.cloudbase.it/ws2012/
and that hasn't worked. (Copying over the QCOW2 file again is taking forever and I want to post this)
I've tried several other different guides that use NOVA or Keystone with varying results. Usually with Keystone I'll try and get a tenant id and after entering os-username, os-password, and os-authurl I'll get a "404 not found" from my Controller.
Configuration:
I used the alamo-v2.0.0.iso to install both the Controller & Compute node (1 each). I've not made any kind of changes other than this attempt at adding a windows image.
The Management & VM networks are both configured to use the same network (192.168.0.0/24).
Um... Let me know if you need anything else and I'll be happy to provide information.
Any and all help is greatly appreciated. I'll do my best not to be dumb, but I can't promise anything.
BTW, I'm assuming I'm just doing something horribly wrong or horribly stupid. I just don't know enough to know what it is.
Further, when executing
glance --os-username admin --os-password testing --os-auth-url http://192.168.0.20 --insecure --os-tenant-name demo image-create
I receive: No handles could be found for logger "keystoneclient.client" Authorization Failed: Unable to communicate with identity service: [A bunch of HTTP the equates to a 404 Not Found with text about seeint the error about DEBUG=True in Django]
When I execute: glance --os-username admin --os-password testing --os-auth-url http://192.168.0.20:5000 --insecure --os-tenant-name demo image-create
I receive:
No handlers could be found for logger "keystoneclient.client" Authorization Failed: The resource could not be found. (HTTP 404)
*facepalm* Okay, so --os-auth-url http://192.168.0.20:5000**/v2.0/** has it added. Now I just need to figure how to get an instance to start with it...