lib/app42/command/service.rb in app42-0.5.4 vs lib/app42/command/service.rb in app42-0.5.5
- old
+ new
@@ -81,10 +81,10 @@
iaas = get_iaas_providers
os = get_os_for_service iaas, vm_type, service
- vmconfig = get_vmconfig vm_type, iaas
+ vmconfig = get_vmconfig 'info/service', vm_type, iaas
create_service service, service_name , database, vm_type, iaas, vmconfig, os
end
\ No newline at end of file