jumpgate
jumpgate copied to clipboard
A simple library to make more clouds compatible with OpenStack.
Following the jumpgate getting started guide I had to apt-get install gunicorn python-devel After that I edited jumpgate.conf admin_token = kbroughton3 secret_key = my_sl_api_key ``` ./test_server.sh 2015-05-15 13:29:15 [17107] [INFO]...
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...
Maybe I'm missing a piece of the puzzle, but is Jumpgate deployed inside SoftLayer? Is there a way, as a SoftLayer customer, that I can use the OpenStack `nova` command...
~/office/jumpgate (master) > nova availability-zone-list REQ: GET /v2.0 {} [ReqId: req-c05c26a4-a712-11e4-b12d-8851fb5174fe] UNKNOWN PATH: GET /v2.0 RESP: GET /v2.0 501 Not Implemented [ReqId: req-c05c26a4-a712-11e4-b12d-8851fb5174fe] "127.0.0.1 - - [28/Jan/2015:11:26:10] "GET /v2.0 HTTP/1.1"...
Hi, I followed the fabulous documentation written [here](http://bodenr.blogspot.fr/2014/03/managing-openstack-softlayer-resources.html) and successfully setup a Jumpgate server which works perfectly with openstack client command lines. Pushing a bit further, I am facing HTTP...
Correct the logic that used to find the closet capacity to the requested volume size. Without this change, for example, end user even couldn't create an 1GB volume from SL...
In some particular cases end user could provide duplicated networks in provisioning request by horizion with softlayer network environment, the change de-duplicate these duplicated network ids and make softlayer provision...
As spec defined [0], jumpgate should care about shared flag for network v2 list api. And currently horizon use this flag to obtain shared and non-shared network by two separted...
Forgive me as I'm a newbie, and trying to learn. I'm following the developer guide and found it wouldn't work. The bug is in the section defining the **init.py** for...