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
Eric Hodel 398f706e7e OpenStack create_server mocks now match reality
Previously the mocks would return the same data as list_servers_detail.
OpenStack does not return all of this data so you must reload a server
after creation to get the necessary data when using fog for real.

Now the mock returns the same detail as the real call with the extra
detail stored in the mock data for retrieval by list_servers_detail.
2012-12-06 14:30:30 -08:00
..
models Added OpenStack EC2 credential management models 2012-12-05 14:27:10 -08:00
requests OpenStack create_server mocks now match reality 2012-12-06 14:30:30 -08:00
authenticate_tests.rb Raise a NotFound exception for missing services 2012-12-05 14:20:46 -08:00