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:
parent
82e9361049
commit
d42dfe4c6b
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ module Fog
|
|||
model_path 'fog/compute/models/hp'
|
||||
model :flavor
|
||||
collection :flavors
|
||||
# model :image
|
||||
# collection :images
|
||||
model :image
|
||||
collection :images
|
||||
# model :server
|
||||
# collection :servers
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue