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
Nelvin Driz 7cf6031c81 [openstack|compute] Add Tenants and Fix Authentication Implementation
Fixed typorgraphical errors. Authentication assumes or does not require
certain parameters that is actually needed depending on the setup or
scenario. Opted to simply make it detect it if not specified to make it
easier for first time users to use.

Conflicts:

	lib/fog/openstack.rb
2012-04-30 10:34:58 +08:00
..
allocate_address.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
associate_address.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
change_password_server.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
confirm_resized_server.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
create_image.rb Additions and updates to the OpenStack API tests. 2011-09-29 14:10:21 -04:00
create_key_pair.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
create_security_group.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
create_security_group_rule.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
create_server.rb Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04: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 Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
delete_meta.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
delete_security_group.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
delete_security_group_rule.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 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
disassociate_address.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
get_address.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
get_flavor_details.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
get_image_details.rb Additions and updates to the OpenStack API tests. 2011-09-29 14:10:21 -04:00
get_meta.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
get_security_group.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 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
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] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
list_flavors.rb Additions and updates to the OpenStack API tests. 2011-09-29 14:10:21 -04:00
list_flavors_detail.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
list_images.rb Additions and updates to the OpenStack API tests. 2011-09-29 14:10:21 -04:00
list_images_detail.rb Additions and updates to the OpenStack API tests. 2011-09-29 14:10:21 -04:00
list_key_pairs.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +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_group.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
list_security_groups.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
list_servers.rb Additions and updates to the OpenStack API tests. 2011-09-29 14:10:21 -04:00
list_servers_detail.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
list_tenants.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +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 Additions and updates to the OpenStack API tests. 2011-09-29 14:10:21 -04:00
release_address.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
resize_server.rb Additions and updates to the OpenStack API tests. 2011-09-29 14:10:21 -04:00
revert_resized_server.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
server_action.rb Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04: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
update_meta.rb Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
update_metadata.rb Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
update_server.rb Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00