horizon/openstack_dashboard/test/test_data
Ferenc Cserepkei 748d9860bb TrunkPort, Horizon workflow: launch instance
Ethernet trunks (network interfaces having a vlan tag) cannot be used
as a boot interface. This is a DHCP/PXE limitation. So instead the
interface without the vlan tag can be used. In neutron's nomenclature
they are the trunk parents. It is also an OpenStack limitation. Subports
should not be passed to 'openstack server create --nic ...'. But if you
do, there's no clear error message about it. Please see Armando's
analysis here why:
https://bugs.launchpad.net/neutron/+bug/1636485/comments/9

The server part of this patch signals port kind (i.e. plain, trunkparent,
trunksubport) so the launch widget can easily filter out trunksubports,
what are not suitable for boot interface.

Change-Id: Ie3a6710eeffefcb472c569898d0f1f1554e599f7
Partially-Implements: blueprint neutron-trunk-ui
Signed-off-by: Ferenc Cserepkei <ferenc.cserepkei@ericsson.com>
2017-08-31 21:33:56 +00:00
..
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
cinder_data.py Support editing volume type access 2017-03-14 12:58:31 +08:00
exceptions.py Removing deprecate ceilometer code 2016-11-17 16:52:13 -07:00
glance_data.py Merge "Enable volumes metadata update" 2016-10-03 23:47:31 +00:00
heat_data.py We intend to add 10 stack_snapshot to the test data but only got 1 2017-02-15 22:20:54 +08:00
keystone_data.py hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
neutron_data.py TrunkPort, Horizon workflow: launch instance 2017-08-31 21:33:56 +00:00
nova_data.py Drop novalclient security group and floating IP dependency 2017-04-28 08:38:28 +00:00
swift_data.py Fix handling of swift object name == pseudo-folder name 2016-07-01 16:29:00 +10:00
utils.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00