Explorar o código

Merged in alexpilotti/coriolis (pull request #45)

Removes platform constants
Alessandro Pilotti %!s(int64=9) %!d(string=hai) anos
pai
achega
520fd00f00
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      coriolis/constants.py

+ 0 - 4
coriolis/constants.py

@@ -59,10 +59,6 @@ HYPERVISOR_QEMU = "qemu"
 HYPERVISOR_KVM = "kvm"
 HYPERVISOR_XENSERVER = "xenserver"
 
-PLATFORM_AZURE_RM = "azure"
-PLATFORM_OPENSTACK = "openstack"
-PLATFORM_VMWARE_VSPHERE = "vmware_vsphere"
-
 TASK_EVENT_INFO = "INFO"
 TASK_EVENT_WARNING = "WARNING"
 TASK_EVENT_ERROR = "ERROR"