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

5 commits

Author SHA1 Message Date
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