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
Ladislav Smola
5857abb896 OpenStack Glance and Heat list methods unified interface
We need to move all list methods to unified interface, where
only Hash is passed as a first argument. The hash can have
specific fields, that will be recognized and deleted. Rest
of the Hash goes directly to request :query. ArgumentError
is raised when mandatory param is missing.

This way we can start using the list methods the same. Which
is very important for handling e.g. pagination, filtering,
etc.

All changes are made backwards compatible, with deprecation
warnings, when old interface is used.
2015-06-24 13:32:48 +02:00
Bill Wei
8ac3396eae Port Rackspace Orchestration implementation to OpenStack 2015-02-09 09:17:10 -05:00
Dan Prince
d49b10b1dc Fix orchestration request status codes.
Make the OpenStack Orchestration return codes match what
actually gets returned from Heat.
2013-10-02 09:46:50 -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