1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #~: Fix inputs to DigitalOcean provision (#1748)

(cherry picked from commit b522f4c051c7018335c893527f113f449e52d747)
This commit is contained in:
Sergio Betanzos 2022-02-03 11:34:11 +01:00 committed by Tino Vazquez
parent 32156cfc5b
commit 9ffabb7d3a

View File

@ -22,12 +22,12 @@ inputs:
default: '1'
- name: 'digitalocean_image'
type: list
type: text
description: 'Droplet host operating system'
default: 'ubuntu-20-04-x64'
- name: 'digitalocean_size'
type: list
type: text
description: 'Size of droplet. Basic droplets start with s-, memory optimize with m- and CPU optimize are c-'
default: 's-1vcpu-1gb'