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 :hp_host, :hp_port, :hp_auth_path, :hp_servicenet, :persistent
|
||||||
recognizes :provider # remove post deprecation
|
recognizes :provider # remove post deprecation
|
||||||
|
|
||||||
# model_path 'fog/compute/models/hp'
|
model_path 'fog/compute/models/hp'
|
||||||
# model :flavor
|
model :flavor
|
||||||
# collection :flavors
|
collection :flavors
|
||||||
# model :image
|
# model :image
|
||||||
# collection :images
|
# collection :images
|
||||||
# model :server
|
# model :server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue