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

[rackspace|compute_v2] Added note indicating that RackConnect users should use Server personalization rather than the bootstrap method

This commit is contained in:
Kyle Rames 2013-02-14 08:12:20 -06:00
parent 374af71c2b
commit 35c802c2d2

View file

@ -19,6 +19,8 @@ module Fog
end
# Creates a new server and populates ssh keys
# @note This method is incompatible with Cloud Servers utlizing RackConnect. RackConnect users
# should use server personalization to install keys. Please see Server#personality for more information.
# @example
# service = Fog::Compute.new(:provider => 'rackspace',
# :version => :v2,