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
|
end
|
||||||
|
|
||||||
# Creates a new server and populates ssh keys
|
# 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
|
# @example
|
||||||
# service = Fog::Compute.new(:provider => 'rackspace',
|
# service = Fog::Compute.new(:provider => 'rackspace',
|
||||||
# :version => :v2,
|
# :version => :v2,
|
||||||
|
|
Loading…
Add table
Reference in a new issue