Explorar el Código

Tests cleanups

tags/0.4
Ales Komarek hace 8 años
padre
commit
ccbb103887
Se han modificado 3 ficheros con 3 adiciones y 0 borrados
  1. +1
    -0
      tests/pillar/control_cloud_digitalocean.sls
  2. +1
    -0
      tests/pillar/control_cloud_openstack.sls
  3. +1
    -0
      tests/pillar/control_virt.sls

+ 1
- 0
tests/pillar/control_cloud_digitalocean.sls Ver fichero

@@ -1,6 +1,7 @@
salt:
control:
enabled: true
cloud_enabled: true
provider:
digitalocean_account:
engine: digital_ocean

+ 1
- 0
tests/pillar/control_cloud_openstack.sls Ver fichero

@@ -1,6 +1,7 @@
salt:
control:
enabled: true
cloud_enabled: true
provider:
openstack_account:
engine: openstack

+ 1
- 0
tests/pillar/control_virt.sls Ver fichero

@@ -1,6 +1,7 @@
salt:
control:
enabled: true
virt_enabled: true
size:
small:
cpu: 1

Cargando…
Cancelar
Guardar