mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix minor things in console request methods.
This commit is contained in:
parent
cdfd972c33
commit
504b3b4557
2 changed files with 1 additions and 5 deletions
|
@ -3,8 +3,6 @@ module Fog
|
|||
class HP
|
||||
class Real
|
||||
|
||||
require 'fog/aws/parsers/compute/get_console_output'
|
||||
|
||||
# Retrieve console output for specified instance
|
||||
#
|
||||
# ==== Parameters
|
||||
|
|
|
@ -3,9 +3,7 @@ module Fog
|
|||
class HP
|
||||
class Real
|
||||
|
||||
require 'fog/aws/parsers/compute/get_console_output'
|
||||
|
||||
# Retrieve console output for specified instance
|
||||
# Retrieve VNC console for the specified instance
|
||||
#
|
||||
# ==== Parameters
|
||||
# * server_id<~Integer> - Id of instance to get console output from
|
||||
|
|
Loading…
Add table
Reference in a new issue