mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Key 'vnc:ip' was invalid.
Documentation incorrect again - key is actually called 'vnc'.
This commit is contained in:
parent
d34abe2a33
commit
70efaa16db
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ module Fog
|
||||||
attribute :boot
|
attribute :boot
|
||||||
attribute :persistent
|
attribute :persistent
|
||||||
attribute :vnc_password, :aliases => 'vnc:password'
|
attribute :vnc_password, :aliases => 'vnc:password'
|
||||||
|
attribute :vnc, :aliases => 'vnc'
|
||||||
attribute :status
|
attribute :status
|
||||||
attribute :user
|
attribute :user
|
||||||
attribute :started
|
attribute :started
|
||||||
|
|
Loading…
Reference in a new issue