← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1548336] Re: Unable to deploy heat template without default values already set

 

heat panel is split out to heat-dashboard. Retargeting to heat-
dashboard.


** Project changed: horizon => heat-dashboard

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

Title:
  Unable to deploy heat template without default values already set

Status in heat-dashboard:
  New

Bug description:
  Horizon Version: 2:8.0.1-0ubuntu1~cloud0
  Heat Version: 1:5.0.1-0ubuntu1~cloud0

  We are unable to deploy any template  which has no default values specified.
  It fails with "Expected exception during message handling (The Parameter ($PARAMETER_NAME_HERE$) was not provided.)".

  In kilo version of both Horizon and Heat if parameter was not
  specified one could just type it or select (if constraint was set in
  template file) in next window. Now it fails before that step.

  
  Snippet from template file:
  (...)
  parameters:
    external_network:
      constraints:
      - {custom_constraint: neutron.network}
      description: the external network to assign floating ip from
      type: string
  (...)

  Exact same file works well with Kilo version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/heat-dashboard/+bug/1548336/+subscriptions


References