horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details
Matt Borland be6bcef452 Let Nova to pick availability zone if more than 1
In the Angular Launch Instance, if there is more than one availability zone,
default to the option for the Nova scheduler to pick.  This is a regression
from the legacy Launch Instance feature.

If you want to simulate testing the logic with multiple avaiability zones,
go to:  .../launch-instance/launch-instance-model.service.js line 785 and add:

model.availabilityZones.push({label: 'another one', value: 'another one'});

Change-Id: Ib81447382bc9d43e33ce97f78c085d2a94ff2018
Closes-Bug: 1613900
2016-08-29 10:03:37 -06:00
..
details.controller.js Remove redundant conditional expression 2016-06-02 03:57:31 -04:00
details.controller.spec.js Split instance details and source in Launch Instance wizard. 2015-11-23 07:52:42 -07:00
details.help.html Fix theming in angular launch instance 2016-03-02 20:08:49 -07:00
details.html Let Nova to pick availability zone if more than 1 2016-08-29 10:03:37 -06:00