1
0
Fork 0
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:
Evan Light 2013-12-19 10:26:28 -05:00
parent b9770da6b8
commit 78bf16cb81

View file

@ -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,