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

[openstack] Register the image service

This commit is contained in:
Anshul Khandelwal 2013-02-16 16:55:43 +05:30
parent 374af71c2b
commit 106dc86b06

View file

@ -42,6 +42,7 @@ module Fog
end
service(:compute , 'openstack/compute' , 'Compute' )
service(:image, 'openstack/image', 'Image')
service(:identity, 'openstack/identity', 'Identity')
service(:network, 'openstack/network', 'Network')
service(:storage, 'openstack/storage', 'Storage')