"Hello world" is not a suitable sample program for openstack.
Yes, of course, you can configure the php dev environment in the instance and you can develop programs in it. In this example, you simply use openstack as the end user.
The real power of openstack can be recognized in this example:
You can create an application (for example: DB as a service). In this application, the user simply clicks the “Request DB Instance” button, and then he will be provided with “ipaddress”, “port number” and credentials for his connection string. So that he can connect his application to the generated database.
In the background, you can use the python apis call to create a new vm, install os and install the required software (database service), all of which will automatically open.
This is a simple sample application (PAAS) that works on Openstack.
Arun prasath
source share