mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Enable flavors and flavor models.
This commit is contained in:
parent
cbfebed953
commit
9a9bf3197b
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ module Fog
|
|||
recognizes :hp_host, :hp_port, :hp_auth_path, :hp_servicenet, :persistent
|
||||
recognizes :provider # remove post deprecation
|
||||
|
||||
# model_path 'fog/compute/models/hp'
|
||||
# model :flavor
|
||||
# collection :flavors
|
||||
model_path 'fog/compute/models/hp'
|
||||
model :flavor
|
||||
collection :flavors
|
||||
# model :image
|
||||
# collection :images
|
||||
# model :server
|
||||
|
|
Loading…
Reference in a new issue