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

[stormondemand|dns] Add DNS Service to StormOnDemand

This commit is contained in:
Eric Wong 2013-05-23 17:12:27 +08:00
parent 5bd1658876
commit 3b567d29dd

View file

@ -7,6 +7,7 @@ module Fog
service(:compute, 'storm_on_demand/compute', 'Compute')
service(:storage, 'storm_on_demand/storage', 'Storage')
service(:dns, 'storm_on_demand/dns', 'DNS')
end
end