1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/openstack/requests/orchestration
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
..
stack_tests.rb OpenStack Glance and Heat list methods unified interface 2015-06-24 13:32:48 +02:00