boden
boden
I'm currently maintaining a simple git alias I'm calling fav [1] that supports cloning repos by name based on search URL specified via env var (see the comments in [1]...
I'm currently maintaining a git alias I'm calling 'fresh' [1] that effectively cleans up local branches; optionally allowing you to specify a working branch to not delete. I find this...
It's very common for consumers to perform some action on each attempt iteration; for example logging a message that the operation failed and a retry will be performed after some...
as you know, almost all the openstack apis permit a caller to list the extensions for a given service. we already have that support for example in the identity driver...
In the current jumpgate impl, the domain name is always `jumpgate.com` as per: https://github.com/softlayer/jumpgate/blob/master/jumpgate/compute/drivers/sl/servers.py#L200 Clearly this is something that is slated to be updated given the 'TODO' in the code....
As per the openstack compute v2 docs, a GET on /v2/{tenant_id}/servers/{server_id} should return a server structure which (among other things) contains a sub-object for the `image`. For example from http://developer.openstack.org/api-ref-compute-v2.html...
Jumpgate's current implementation from a compute server create perspective determines the SL DC to use by pulling the `availability_zone` value out of the body of a server create request. If...
The ability to resize an instance (CCI) is an important aspect to managing compute. This feature is obviously supported in native nova instances, but no such support exists in jumpgate....