horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups
Brad Pokorny cf91124d0c Choose a server group when booting a VM with NG launch instance
Allow users to choose a server group when booting a VM.  Adds
an optional workflow step to the launch instance workflow that
shows the available server groups and details about each group.
The ability to choose a server groups already exists for the
legacy launch instance workflow as a dropdown list, but having
it as a separate step in the angular workflow provides the added
capability of seeing group details.

To test this patch, create a server group via the nova CLI. Example:
  nova server-group-create group1 affinity

And use the angular launch instance workflow to select a server
group. To validate the new instance was added to the server group,
use the nova CLI:
  nova server-group-get [ID of server group]

Change-Id: I651817850ef8a5afec047a9a481843a5eddbf5a9
Implements: blueprint nova-server-groups
2016-07-19 09:25:52 -07:00
..
server-group-details.html Choose a server group when booting a VM with NG launch instance 2016-07-19 09:25:52 -07:00
server-groups.controller.js Choose a server group when booting a VM with NG launch instance 2016-07-19 09:25:52 -07:00
server-groups.help.html Choose a server group when booting a VM with NG launch instance 2016-07-19 09:25:52 -07:00
server-groups.html Choose a server group when booting a VM with NG launch instance 2016-07-19 09:25:52 -07:00
server-groups.spec.js Choose a server group when booting a VM with NG launch instance 2016-07-19 09:25:52 -07:00