← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1262594] [NEW] allowed values not handled in launch stack

 

Public bug reported:

When uploading a template with allowed values, like this one:

instance_type:
    type: string
    default: m2.medium
    constraints:
      allowed_values:
        - m1.small
        - m1.medium
        - m1.large

Allowed values are not correctly displayed in a select input.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
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/1262594

Title:
  allowed values not handled in launch stack

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When uploading a template with allowed values, like this one:

  instance_type:
      type: string
      default: m2.medium
      constraints:
        allowed_values:
          - m1.small
          - m1.medium
          - m1.large

  Allowed values are not correctly displayed in a select input.

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


Follow ups

References