#204 Remove openstack image from bare-metal/virtualized as it is also shown under cloud operators
Merged 3 years ago by dustymabe. Opened 3 years ago by gursewak.
Unknown source removeOpenstack  into  master

@@ -8,7 +8,7 @@

  // list of cloud image artifacts

  const cloudImages = ['aws', 'azure', 'azurestack', 'aliyun', 'digitalocean', 'exoscale', 'gcp', 'ibmcloud', 'openstack', 'packet', 'vultr']

  // list of virtualized image artifacts

- const virtualizedImages = ['openstack', 'qemu', 'virtualbox', 'vmware']

+ const virtualizedImages = ['qemu', 'virtualbox', 'vmware']

  // dict of pretty names for platforms, indexed by platform.extension

  const prettyPlatforms = {

    "aliyun": "Alibaba Cloud",

Removed openstack image from bare-metal/virtualized tab as it is also displayed under cloud operators tab.

rebased onto a20553d30cd7d87c1a8ac51709a3a002e555bbb9

3 years ago

rebased onto b05f0fb

3 years ago

Pull-Request has been merged by dustymabe

3 years ago
Metadata