1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

4028 commits

Author SHA1 Message Date
Alvin Garcia
040cd20021 [openstack|identity] Update users collections and model 2012-04-30 10:35:01 +08:00
Philip Mark Deazeta
a1ecf11e25 [openstack|compute] Added get_usage function, mocks, tests 2012-04-30 10:35:01 +08:00
Nelvin Driz
a5826b4301 [openstack|compute] Update requests and response of server actions 2012-04-30 10:35:01 +08:00
Nelvin Driz
ae66ab45d7 [openstack] Update Authentication through X-Auth-Token 2012-04-30 10:35:01 +08:00
Philip Mark Deazeta
cf3d45203b [openstack|identity] Added function to add user to a tenant 2012-04-30 10:35:01 +08:00
Philip Mark Deazeta
e38799fc50 [openstack|identity] Added function to add user to a tenant 2012-04-30 10:35:01 +08:00
Alfonso Juan Dillera
df54e750a3 [openstack|identity] Updated current user id for identity 2012-04-30 10:35:01 +08:00
Alfonso Juan Dillera
4b3cb2a984 [openstack|identity] Added current user id 2012-04-30 10:35:00 +08:00
Nelvin Driz
fd37b8e126 [openstack|compute] Add Identity Enpoint to Recognized Init Parameters 2012-04-30 10:35:00 +08:00
Nelvin Driz
cc44845bdb [openstack|compute] Fix Compute Identity Endpoint Credential Export 2012-04-30 10:35:00 +08:00
Nelvin Driz
a76c244eba [openstack] Wrong instance variables accessed for #credentials 2012-04-30 10:35:00 +08:00
Nelvin Driz
9bfdf11dcf [openstack|identity] Fix Identity Authentication Conditions on Endpoint
Detection
2012-04-30 10:35:00 +08:00
Nelvin Driz
4910768827 [openstack] Add Export of Credentials 2012-04-30 10:35:00 +08:00
Nelvin Driz
c643bd8e03 [openstack] Update Reinitialization Process of Existing Auth Token 2012-04-30 10:35:00 +08:00
Philip Mark Deazeta
df3c374e33 [openstack] Modify authentication process 2012-04-30 10:35:00 +08:00
Alfonso Juan Dillera
6ed8588a9f [openstack|compute] Add auth_token
- Added attr_reader for auth_token for computes.
2012-04-30 10:35:00 +08:00
Marjun Pagalan
c29cc00b00 [openstack|volume] Volume attach/detach to Server 2012-04-30 10:35:00 +08:00
Marjun Pagalan
1bd045767e [openstack|volume] Volume Snapshot CRUD 2012-04-30 10:35:00 +08:00
Philip Mark Deazeta
f67a186902 [openstack|image] Refactor Dynamic Methods on Image Model
-removed method missing, added location attr for image upload
2012-04-30 10:35:00 +08:00
Philip Mark Deazeta
be19ce2073 [openstack|image] Image Model Updates
-added dynamic finders
-added queries for public and private images
-added function to show image metadata
2012-04-30 10:35:00 +08:00
Alfonso Juan Dillera
1db7605986 [openstack|compute] Add flavor CRUD
- Added requests.
- Added definitions to model.
- Added tests but having a problem with some items being of float type.
- Must revisit test.
2012-04-30 10:35:00 +08:00
Nelvin Driz
4d33ccb7a7 [openstack|compute] General Cleanup and Update
- Focus on adding additional vm actions support
- New request types are not fully tested
2012-04-30 10:34:59 +08:00
Philip Mark Deazeta
74fe4885c9 [openstack|image] Added image module, model and request 2012-04-30 10:34:59 +08:00
Philip Mark Deazeta
8e5ac8d9ed [openstack|image] Added test for models and request 2012-04-30 10:34:59 +08:00
Philip Mark Deazeta
c122d622c0 [openstack|image] Added image service, model and request 2012-04-30 10:34:59 +08:00
Alfonso Juan Dillera
fc88380f4a [openstack|compute] Add requests, models and tests for address
management

- Fixed other tests, but tests for address has a problem.
- Needs to be revisited.
2012-04-30 10:34:59 +08:00
Alvin Garcia
b122f0c85e [openstack|identity] Keystone Roles and Users 2012-04-30 10:34:59 +08:00
Alvin Garcia
c623858312 [openstack|identity] Keystone Roles 2012-04-30 10:34:59 +08:00
Nelvin Driz
42d2cb94ec [openstack|identity] Update Tenants (Complete CRUD) 2012-04-30 10:34:59 +08:00
Nelvin Driz
3f08cbf399 [openstack|compute] Fix Requests on Compute
Add list_usages, get_console_output, live_migrate_server, migrate_server
2012-04-30 10:34:59 +08:00
Hunter Nield
fd939faf6b [Openstack|Compute] Minor address cleanup 2012-04-30 10:34:59 +08:00
Hunter Nield
9e95a13008 [Openstack|Compute] server methods for console and migration 2012-04-30 10:34:59 +08:00
Hunter Nield
e90b4c0757 [Openstack|Compute] Migration and Console output 2012-04-30 10:34:59 +08:00
Hunter Nield
8974ff0de6 [Openstack|Compute] Usage Requests 2012-04-30 10:34:59 +08:00
Marjun Pagalan
ed44c02742 [openstack|volume] Volume Endpoints Support
Create List Delete and Show of Volume
2012-04-30 10:34:58 +08:00
Alfonso Juan Dillera
62e73549e6 [openstack|compute] Add requests, models and tests for address
management

- Added tests to already existing requests.
- Modified the all method in the model as it doesn't have the server id
  when querying.
2012-04-30 10:34:58 +08:00
Alfonso Juan Dillera
e99450ec1f [openstack|compute] Add requests, models and tests for keypairs
- Added tests to already existing requests.
2012-04-30 10:34:58 +08:00
Alfonso Juan Dillera
b7370d640e [openstack|compute] Add requests and tests for security groups
- Added tests to already existing security group requests.
2012-04-30 10:34:58 +08:00
Nelvin Driz
e1c5155a34 [openstack|identity] Update Tenants 2012-04-30 10:34:58 +08:00
Nelvin Driz
3e43a571e0 [openstack|identity] Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
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
Hunter Nield
330c28c5a8 [openstack|identity] Rough implementation of the Keystone API (untested)
Updated Openstack to handle other endpoints
2012-04-30 10:34:58 +08:00
Hunter Nield
5b5ab471e3 [openstack|compute] Updates to server model 2012-04-30 10:34:58 +08:00
Hunter Nield
19591ffd06 [openstack|compute] added security group models 2012-04-30 10:34:58 +08:00
Hunter Nield
2a552c4801 [openstack|compute] Added key pair models 2012-04-30 10:34:58 +08:00
Hunter Nield
5c0ad0143e [openstack|compute] Added Address models 2012-04-30 10:34:58 +08:00
Hunter Nield
523414a43f [openstack|compute] Initial extension support for security groups 2012-04-30 10:34:58 +08:00
Hunter Nield
e5ec043245 [openstack|compute] Initial extension support for key pairs 2012-04-30 10:34:58 +08:00
Hunter Nield
6a986c8f1a [openstack|compute] Initial extension support for addresses 2012-04-30 10:34:57 +08:00
geemus
762d8f57d5 [aws|dynamodb] correct batch_put_item to batch_write_item for consistency with API 2012-04-29 16:31:28 -05:00