HPCloud-PHP  1.2.0
PHP bindings for HPCloud and OpenStack services.
 All Classes Namespaces Files Functions Variables Pages
Todo List
Member CDN::container ($name)
The current (1.0) version does not support a verb for getting just one container, so we have to get the entire list of containers.
Class Container

Add support for container metadata.

Add CDN support fo container listings.

Member Container::acl ()
Determine how to get the ACL from JSON data.
Member IdentityServices::serviceCatalog ($type=NULL)
Paging on the service catalog is not yet implemented.
Member InstanceDetails::dsn ($dbName=NULL, $charset=NULL)
At this time, 'mysql' is hard-coded as the driver name. Does this need to change?
Class ObjectStorage
ObjectStorage is not yet constrained to a particular version of the API. It attempts to use whatever version is passed in to the URL. This is different than IdentityServices and CDN, which use a fixed version.
Member ObjectStorage::containers ($limit=0, $marker=NULL)
For some reason, ACL information does not seem to be returned in the JSON data. Need to determine how to get that. As a stop-gap, when a container object returned from here has its ACL requested, it makes an additional round-trip to the server to fetch that data.
Class StreamWrapper
The service catalog should be cached in the context like the token so that it can be retrieved later.
Member StreamWrapper::cxt ($name, $default=NULL)
Should there be an option to NOT query the Bootstrap::conf()?