lib/fog/rackspace/models/compute_v2/servers.rb in fog-maestrodev-1.18.0.20131219193542 vs lib/fog/rackspace/models/compute_v2/servers.rb in fog-maestrodev-1.19.0.20131219203941

- old
+ new

@@ -27,11 +27,11 @@ # @return [Fog::Compute::RackspaceV2::Server] # @raise [Fog::Compute::RackspaceV2::NotFound] - HTTP 404 # @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 attribute "no_passwd_lock" set to *true*. # @example # service.servers.bootstrap :name => 'bootstrap-server', # :flavor_id => service.flavors.first.id, # :image_id => service.images.find {|img| img.name =~ /Ubuntu/}.id, # :public_key_path => '~/.ssh/fog_rsa.pub',