← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1223427] Re: Provide a default for OPENSTACK_IMAGE_BACKEND

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1223427

Title:
  Provide a default for OPENSTACK_IMAGE_BACKEND

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The new OPENSTACK_IMAGE_BACKEND is defined in
  local_settings.py.example, which can cause confusion for users (such
  as people upgrading) who suddenly find the Format drop-down empty and
  cannot create new images.

  I thin we should have a reasonable default defined elsewhere, e.g. in
  settings.py which can then be overridden as needed in the
  local_settings.py.

  OPENSTACK_IMAGE_BACKEND = {
      'image_formats': [
          ('', ''),
          ('aki', _('AKI - Amazon Kernel Image')),
          ('ami', _('AMI - Amazon Machine Image')),
          ('ari', _('ARI - Amazon Ramdisk Image')),
          ('iso', _('ISO - Optical Disk Image')),
          ('qcow2', _('QCOW2 - QEMU Emulator')),
          ('raw', _('Raw')),
          ('vdi', _('VDI')),
          ('vhd', _('VHD')),
          ('vmdk', _('VMDK'))
      ]
  }

  It's more surprising to the user than the new SECURITY_GROUP_RULES
  setting, since this is something that used to work but now doesn't.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1223427/+subscriptions