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/compute
Reinaldo Junior 07476351c5 Fix mocking for create server request.
Adds required `openstack_auth_url`.
2013-10-15 17:09:55 -03:00
..
add_fixed_ip.rb [openstack|compute] General Cleanup and Update 2012-04-30 10:34:59 +08:00
add_flavor_access.rb [openstack|compute] update flavor tests 2013-08-14 02:54:04 +00:00
allocate_address.rb Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
associate_address.rb [openstack|compute] Add requests, models and tests for address 2012-04-30 10:34:59 +08:00
attach_volume.rb Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
boot_from_snapshot.rb Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
change_server_password.rb [openstack|compute] General Cleanup and Update 2012-04-30 10:34:59 +08:00
confirm_resize_server.rb [openstack|compute] General Cleanup and Update 2012-04-30 10:34:59 +08:00
create_flavor.rb Fix autoincrement when creating a flavor if private flavors exist. 2013-06-18 17:58:07 +02:00
create_image.rb [openstack|compute] Fixed creating image of a server 2012-04-30 10:35:02 +08:00
create_key_pair.rb Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
create_security_group.rb Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
create_security_group_rule.rb Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
create_server.rb Fix mocking for create server request. 2013-10-15 17:09:55 -03:00
create_volume.rb [openstack|compute] update volume tests 2013-08-13 19:10:25 +00:00
create_volume_snapshot.rb Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
delete_flavor.rb [openstack|compute] Add flavor CRUD 2012-04-30 10:35:00 +08:00
delete_image.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
delete_key_pair.rb [openstack|compute] Add requests, models and tests for keypairs 2012-04-30 10:34:58 +08:00
delete_meta.rb OpenStack: Add missing metadatum requests. 2013-02-26 14:48:36 -05:00
delete_metadata.rb [openstack|compute] General Cleanup and Update 2012-04-30 10:34:59 +08:00
delete_security_group.rb OpenStack servers can now retrieve security groups 2012-12-08 14:03:13 -08:00
delete_security_group_rule.rb [openstack|compute] Add requests and tests for security groups 2012-04-30 10:34:58 +08:00
delete_server.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
delete_snapshot.rb [openstack|volume] Volume Snapshot CRUD 2012-04-30 10:35:00 +08:00
delete_volume.rb [openstack|compute] Add volume tests 2013-04-04 12:27:17 +02:00
detach_volume.rb Add attachment check to detach_volume mock 2013-07-03 01:11:46 -06:00
disassociate_address.rb [Openstack|Compute] Minor address cleanup 2012-04-30 10:34:59 +08:00
get_address.rb [openstack|compute] Add requests, models and tests for address 2012-04-30 10:34:58 +08:00
get_console_output.rb [openstack|compute] Fix Requests on Compute 2012-04-30 10:34:59 +08:00
get_flavor_details.rb Fix openstack tests 2012-07-02 08:55:11 +02:00
get_host_details.rb [openstack|compute] Added list/get support for /os-hosts 2012-04-30 10:35:03 +08:00
get_image_details.rb Additions and updates to the OpenStack API tests. 2011-09-29 14:10:21 -04:00
get_limits.rb OpenStack: update used limits tests. 2013-01-25 20:35:41 -05:00
get_metadata.rb [openstack|compute] General Cleanup and Update 2012-04-30 10:34:59 +08:00
get_quota.rb Rework the quota mock testing to work and be more comfortable 2012-07-02 10:27:09 +02:00
get_quota_defaults.rb Rework the quota mock testing to work and be more comfortable 2012-07-02 10:27:09 +02:00
get_security_group.rb [openstack|compute] Add requests and tests for security groups 2012-04-30 10:34:58 +08:00
get_server_details.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
get_server_volumes.rb [openstack|compute] Add volume tests 2013-04-04 12:27:17 +02:00
get_snapshot_details.rb Fix Mock#get_snapshot_details argument 2013-02-28 18:30:21 -07:00
get_usage.rb [openstack|compute] Assert Timezone to UTC and fix format for OS on get_usage 2012-05-28 18:44:32 +08:00
get_vnc_console.rb [openstack|compute] General Cleanup and Update 2012-04-30 10:34:59 +08:00
get_volume_details.rb [openstack|compute] Add volume tests 2013-04-04 12:27:17 +02:00
list_address_pools.rb [openstack|compute] Add mock method to list_address_pools 2013-05-22 16:41:59 +02:00
list_addresses.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
list_all_addresses.rb [openstack|compute] Update fetching of addresses and added fetching for address pools 2012-04-30 10:35:01 +08:00
list_flavors.rb Add the mock urls to fix some more openstack tests 2012-07-02 09:47:50 +02:00
list_flavors_detail.rb Fix autoincrement when creating a flavor if private flavors exist. 2013-06-18 17:58:07 +02:00
list_hosts.rb [openstack|compute] Added list/get support for /os-hosts 2012-04-30 10:35:03 +08:00
list_images.rb Additions and updates to the OpenStack API tests. 2011-09-29 14:10:21 -04:00
list_images_detail.rb Fix test 2013-05-30 10:43:43 +02:00
list_key_pairs.rb [openstack|compute] Fix Bug on Key Pair Mock 2012-04-30 10:35:02 +08:00
list_metadata.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
list_private_addresses.rb [openstack|compute] Initial extension support for addresses 2012-04-30 10:34:57 +08:00
list_public_addresses.rb [openstack|compute] Initial extension support for addresses 2012-04-30 10:34:57 +08:00
list_security_groups.rb Add array coalesce 2013-07-03 01:15:03 -06:00
list_servers.rb Fix Mock#list_servers method arity 2013-02-28 18:32:14 -07:00
list_servers_detail.rb [openstack|compute] fix method signature for mock list_servers_detail 2012-07-28 10:56:10 -05:00
list_snapshots.rb [openstack|volume] Volume Snapshot CRUD 2012-04-30 10:35:00 +08:00
list_tenants.rb Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
list_tenants_with_flavor_access.rb [openstack|compute] update flavor tests 2013-08-14 02:54:04 +00:00
list_usages.rb [openstack|compute] Added get_usage function, mocks, tests 2012-04-30 10:35:01 +08:00
list_volumes.rb [openstack|compute] Add volume tests 2013-04-04 12:27:17 +02:00
live_migrate_server.rb [openstack|compute] Fix Requests on Compute 2012-04-30 10:34:59 +08:00
migrate_server.rb [openstack|compute] Fix Requests on Compute 2012-04-30 10:34:59 +08:00
pause_server.rb [openstack|compute] Update requests and response of server actions 2012-04-30 10:35:01 +08:00
reboot_server.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
rebuild_server.rb OpenStack: base64 encode personality in rebuild 2013-03-02 21:15:40 -05:00
release_address.rb OpenStack floating_ip (aka address) test fixes 2012-11-28 22:04:09 -05:00
remove_fixed_ip.rb Fix Mock#remove_fixed_ip arguments 2013-02-28 18:34:02 -07:00
remove_flavor_access.rb [openstack|compute] update flavor tests 2013-08-14 02:54:04 +00:00
rescue_server.rb [openstack|compute] General Cleanup and Update 2012-04-30 10:34:59 +08:00
reset_server_state.rb [openstack|compute] Add "Reset Server State" request 2012-11-26 22:42:59 +08:00
resize_server.rb Additions and updates to the OpenStack API tests. 2011-09-29 14:10:21 -04:00
resume_server.rb [openstack|compute] Update requests and response of server actions 2012-04-30 10:35:01 +08:00
revert_resize_server.rb OS: Fix revert_resize_server method name. 2013-05-03 12:14:04 -04:00
server_action.rb [openstack|compute] Fix Requests on Compute 2012-04-30 10:34:59 +08:00
server_actions.rb [openstack|compute] General Cleanup and Update 2012-04-30 10:34:59 +08:00
server_diagnostics.rb [openstack|compute] General Cleanup and Update 2012-04-30 10:34:59 +08:00
set_metadata.rb Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
set_tenant.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
suspend_server.rb [openstack|compute] General Cleanup and Update 2012-04-30 10:34:59 +08:00
unpause_server.rb [openstack|compute] General Cleanup and Update 2012-04-30 10:34:59 +08:00
update_meta.rb OpenStack: Add missing metadatum requests. 2013-02-26 14:48:36 -05:00
update_metadata.rb Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
update_quota.rb Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
update_server.rb Fix Mock#update_server arguments 2013-02-28 18:35:24 -07:00