1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/openstack/requests/identity
Dan Prince 65a90fd655 OpenStack: get identity tests passing in real mode
Updates to the OpenStack identity tests to they pass in both real
and mock modes.

Also, fixes an issue in the delete_user_role request where it
was expecting 200 instead of 204 (which seems to match the
spec and implementation).
2013-01-28 13:07:22 -05:00
..
add_user_to_tenant.rb [openstack|identity] Update User Role Membership Mocks 2012-12-06 14:42:25 +08:00
check_token.rb
create_ec2_credential.rb Ruby 1.8.7 does not allow trailing commas in method arguments 2012-12-05 14:27:10 -08:00
create_role.rb [openstack|identity] Update User Role Membership Mocks 2012-12-06 14:42:25 +08:00
create_tenant.rb [openstack|identity] replace to_json with Fog::JSON.encode 2012-12-07 13:16:08 +01:00
create_user.rb [openstack|identity] Update Fog Mocks on Authentication, User and Roles 2012-09-28 15:17:57 +08:00
create_user_role.rb
delete_ec2_credential.rb Ruby 1.8.7 does not allow trailing commas in method arguments (for remaining files) 2012-12-05 14:27:10 -08:00
delete_role.rb [openstack|identity] Update Fog Mocks on Authentication, User and Roles 2012-09-28 15:17:57 +08:00
delete_tenant.rb
delete_user.rb
delete_user_role.rb OpenStack: get identity tests passing in real mode 2013-01-28 13:07:22 -05:00
get_ec2_credential.rb Ruby 1.8.7 does not allow trailing commas in method arguments (for remaining files) 2012-12-05 14:27:10 -08:00
get_role.rb
get_tenant.rb
get_tenants_by_id.rb
get_tenants_by_name.rb
get_user_by_id.rb
get_user_by_name.rb OpenStack: get identity tests passing in real mode 2013-01-28 13:07:22 -05:00
list_ec2_credentials.rb Ruby 1.8.7 does not allow trailing commas in method arguments (for remaining files) 2012-12-05 14:27:10 -08:00
list_endpoints_for_token.rb
list_roles.rb [openstack|identity] Update Fog Mocks on Authentication, User and Roles 2012-09-28 15:17:57 +08:00
list_roles_for_user_on_tenant.rb [openstack|identity] Update User Role Membership Mocks 2012-12-06 14:42:25 +08:00
list_tenants.rb
list_user_global_roles.rb
list_users.rb add failing test and update Mock list_users to filter based on tenant_id 2012-12-10 18:12:28 -08:00
remove_user_from_tenant.rb
set_tenant.rb [opnestack|identity] Added set_tenant request for identity service 2012-11-26 17:14:24 +08:00
update_tenant.rb [openstack|identity] replace to_json with Fog::JSON.encode 2012-12-07 13:16:08 +01:00
update_user.rb
validate_token.rb