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:
parent
374af71c2b
commit
35c802c2d2
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue