lib/cloudstack-cli/helper.rb in cloudstack-cli-1.5.2 vs lib/cloudstack-cli/helper.rb in cloudstack-cli-1.5.3
- old
+ new
@@ -230,10 +230,10 @@
server_offerings = client.list_service_offerings
say "Select a computing offering:", :yellow
print_options(server_offerings)
service_offering = ask_number("Offering Nr.: ")
- templates = client.list_templates(project_id: project_id, zone_id: zones[zone]["id"], template_filter: "all")
+ templates = client.list_templates(project_id: project_id, zone_id: zones[zone]["id"], template_filter: "executable")
say "Select a template:", :yellow
print_options(templates)
template = ask_number("Template Nr.: ")
networks = client.list_networks(project_id: project_id, zone_id: zones[zone]["id"])