I would like to write a program on an open-stack cloud.
When I search for resources, all I find are installation and Admin manuals.
I have a cloud installed, now how do I run a program on it?
An example of using the message queue or the blob-store would be nice.
Does anyone know of a good programming tutorial for this?
You need to be more clear when you say ‘write a program on an Openstack cloud’.
a. If you mean that you want to write recipes to control and play with your VMs in an Openstack cloud, they you should consider installing and using the following packages:
The above two libraries expose everything you will need to write an application.
b. If however, you are looking forward to contribute to Openstack project, they should prepare you development environment first and then register yourself on Launchpad. The code has moved to GitHub but the blueprints and bug discussions are still on launchpad.
Hope it helps. Let me know if you need further help in this regard.