lib/app42/command/config.rb in app42-0.5.5 vs lib/app42/command/config.rb in app42-0.5.6
- old
+ new
@@ -32,9 +32,23 @@
def get_runtimes
build_get_request params, 'info', 'runtimes'
end
#
+ # return list of setup type
+ #
+ def get_setup_type_fm_server
+ build_get_request params, 'info', 'setuptype'
+ end
+
+ #
+ # return list of flavour
+ #
+ def get_flavour_type_fm_server
+ build_get_request params, 'info', 'flavour'
+ end
+
+ #
# return list of templates
#
def get_frameworks iaas, vm_type, rt
query_params = params
query_params.store('vmType', vm_type)
\ No newline at end of file