Comment 3 for bug 1641210

Revision history for this message
Jiri Tomasek (jtomasek) wrote :

We should probably be able to specify allowed_values constraint on NeutronTunnelTypes parameter (http://docs.openstack.org/developer/heat/template_guide/hot_spec.html#allowed-values) such as this:

NeutronTunnelTypes:
  ...
  constraints:
    allowed_values: {get_param: NeutronNetworkType}

In addition, GUI is able to leverage this and provide a multi-select input.