jumpgate icon indicating copy to clipboard operation
jumpgate copied to clipboard

A simple library to make more clouds compatible with OpenStack.

Results 18 jumpgate issues
Sort by recently updated
recently updated
newest added

While this is not a Jumpgate issue directly (would be fixed in Softlayer database/APIs), we are tracking this here so people can be aware of this limitation and when it...

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....

enhancement
softlayer
os-compute

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...

enhancement
softlayer
os-compute

Saw issue #87 and #27 regarding flavor discussion. I am not sure how this problem fits into those 2 problems. The issue I ran into is nova boot with --flavor-id...

OpenStack's image service, glance, supports APIs to set tags on images to differentiate them (v2/images/​{image_id}​/tags/​{tag}​). It looks like the SoftLayer API has a similar ability (SoftLayer_Virtual_Guest_Block_Device_Template_Group::setTags). Would you please consider...

enhancement
softlayer
os-image

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....

enhancement
softlayer
os-compute

If you attempt to upload an image with the glance client, gunicorn (with logging at the debug level will report) Unexpected Error Traceback (most recent call last): File "api.py", line...

bug
softlayer
os-identity