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/rackspace/examples
2014-01-14 18:14:42 +10:00
..
auto_scale [rackspace|auto_scale] update create scaling group to use GroupBuilder. 2013-10-04 09:45:21 -05:00
block_storage [rackspace] updated examples to use Chicago data center; updated error message to indicate we were using the Chicago data center. 2013-03-28 14:38:46 -05:00
compute_v2 merge 2013-10-30 19:02:37 -04:00
queues [rackspace|queues] fixing examples 2013-11-19 13:47:20 -06:00
storage Rackspace/examples; cloudfiles directory is set to public, therefore file is accessible. 2014-01-14 18:14:42 +10:00
README.md [rackspace|storage] adding rackspace storage docs; general edits on other rackspace documents 2013-03-01 13:47:51 -06:00

Getting Started Examples

Download

Examples using the Rackspace Open Cloud and Fog can be found in the fog repository under the directory fog/lib/fog/rackspace/examples.

This repository can be downloaded via git by executing the following:

git clone git://github.com/fog/fog.git

Optionally you can download a zip by clicking on this link.

Requirements

Examples require the following:

  • Rackspace Open Cloud account
  • Ruby 1.8.x or 1.9.x
  • fog gem

For more information please refer to the Getting Started with Fog and the Rackspace Open Cloud document.

Credentials

Examples will prompt for Rackspace Open Cloud credentials. Prompts can be skipped by creating a .fog file in the user's home directory. This is an example of a .fog file for the Rackspace Open Cloud:

default:
	rackspace_username: RACKSPACE_USERNAME
	rackspace_api_key: RACKSPACE_API_KEY

Note: Replace capitalized values with the appropriate credential information.

Executing

To execute scripts using bundler:

bundle exec ruby <script>

To execute scripts without bundler:

ruby <script>

Support and Feedback

Your feedback is appreciated! If you have specific issues with the fog SDK, developers should file an issue via Github.

For general feedback and support requests, send an email to: sdk-support@rackspace.com.