1
0
Fork 0
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:
Rupak Ganguly 2011-06-28 15:42:14 -04:00
parent cbfebed953
commit 9a9bf3197b

View file

@ -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