Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Update README.rdoc #34

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ This plugin also has support for authenticating against an alternate API Auth UR

knife[:rackspace_api_auth_url] = "lon.auth.api.rackspacecloud.com"

valid options include:
DFW_ENDPOINT = 'https://dfw.auth.api.rackspacecloud.com'
ORD_ENDPOINT = 'https://ord.auth.api.rackspacecloud.com'
LON_ENDPOINT = 'https://lon.auth.api.rackspacecloud.com'

This plugin also has support for specifying which region to create servers into:

knife[:rackspace_endpoint] = "https://dfw.servers.api.rackspacecloud.com/v2"
Expand Down Expand Up @@ -83,6 +88,8 @@ Outputs a list of all available flavors (available hardware configuration for a

Outputs a list of all available images available to the currently configured Rackspace Cloud account. An image is a collection of files used to create or rebuild a server. Rackspace provides a number of pre-built OS images by default. This data can be useful when choosing an image id to pass to the <tt>knife rackspace server create</tt> subcommand. You may need to use the <tt>--rackspace-version</tt> and possibly a <tt>--rackspace-endpoint</tt> options to see nodes in different Rackspace regions.

= Issues Tracking:
Please check the opscode jira at http://tickets.opscode.com/ for tickets or outstanding issues related to this gem.

= LICENSE:

Expand Down