1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

7 commits

Author SHA1 Message Date
Brian D. Burns
fe2b2d9f30 [openstack] remove :host from Excon request params 2013-10-11 11:45:38 -04:00
Dan Prince
1854e9a040 Jsonify all OS orchestration requests.
Updates the Orchestration request method so that *all* request
bodies with JSON responses get converted to JSON.

The previous code failed to convert some HTTP 2xx responses to
JSON.
2013-10-02 09:18:38 -04:00
Dan Prince
c284578ee6 All OpenStack heat requests must contain User/Key.
Updates the OpenStack Orchestration request() method
so that all requests contain the X-Auth-User and X-Auth-Key
headers.

Heat requires these parameters so that it can make subsequent requests
based on the users behalf.

For reference see here:

https://github.com/openstack/python-heatclient/blob/master/heatclient/common/http.py#L186
2013-09-30 22:45:09 -04:00
Dan Prince
4712c0427e Minor whitespace cleanups. 2013-09-11 08:18:05 -04:00
Thomas Kadauke
704e33e7d8 Store mock stacks in memory to make tests more realistic 2013-09-10 22:16:42 -04:00
Thomas Kadauke
9457089347 Tests for previous commit 2013-09-10 22:16:42 -04:00
Thomas Kadauke
ecef54c8bc CRUD for OpenStack heat's Stack model 2013-09-10 22:16:42 -04:00