Hey guys, I've written a simple web-based demo of Apache libcloud and posted it to JIRA: https://issues.apache.org/jira/browse/LIBCLOUD-36. It includes buttons and other graphical components that non-technical people can appreciate to understand libcloud's value. The application is WSGI compliant, and I'm using Python's built-in server to run it, so all you need is the standalone file.
Please note that this isn't meant to be a comprehensive demo of libcloud's capabilities. It lets you work with multiple cloud providers, list their images, list their nodes, and reboot/destroy nodes. - Eric
