Explorar el Código

root network is a sage

tags/v1.2.3
Jonathan Cobb hace 4 años
padre
commit
07afb14a34
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      bubble-server/src/main/java/bubble/service/boot/ActivationService.java

+ 1
- 0
bubble-server/src/main/java/bubble/service/boot/ActivationService.java Ver fichero

@@ -168,6 +168,7 @@ public class ActivationService {
.setDomain(domain.getUuid())
.setDomainName(domain.getName())
.setComputeSizeType(ComputeNodeSizeType.local)
.setInstallType(AnsibleInstallType.sage)
.setName(request.getNetworkName())
.setTag(TAG_ALLOW_REGISTRATION, true)
.setTag(TAG_PARENT_ACCOUNT, account.getUuid())


Cargando…
Cancelar
Guardar