1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Enable images and image models.

This commit is contained in:
Rupak Ganguly 2011-06-28 17:29:54 -04:00
parent 82e9361049
commit d42dfe4c6b

View file

@ -9,8 +9,8 @@ module Fog
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
# collection :servers # collection :servers