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:
parent
374af71c2b
commit
106dc86b06
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue