mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Updated docs to reflect RackConnect compatibility
This commit is contained in:
parent
b9770da6b8
commit
78bf16cb81
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ module Fog
|
|||
# @raise [Fog::Compute::RackspaceV2::BadRequest] - HTTP 400
|
||||
# @raise [Fog::Compute::RackspaceV2::InternalServerError] - HTTP 500
|
||||
# @raise [Fog::Compute::RackspaceV2::ServiceError]
|
||||
# @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.
|
||||
# @note This method is compatible with Cloud Servers utlizing RackConnect ***if and only if***
|
||||
# provided the attribte "no_passwd_lock" set to *true*.
|
||||
# @example
|
||||
# service.servers.bootstrap :name => 'bootstrap-server',
|
||||
# :flavor_id => service.flavors.first.id,
|
||||
|
|
Loading…
Add table
Reference in a new issue