horizon/openstack_dashboard/api
Akihiro Motoki 61ad9f69bd Fix a bug to unable to retrieve ports when no trunk ext
When neutron trunk extension is not enabled, we cannot retrieve
network ports for a new instance. The current version of
port_list_with_trunk_types assumes the trunk extension is always
available, so if it is not enabled we cannot retrieve network ports.
This commit changes the logic to check whether the trunk extension
is enabled and if not it does not retrieve trunk information.

Change-Id: I2aa476790820f9512fe4728e0a806bd543021b0b
Closes-Bug: #1717893
2017-09-19 18:01:52 +00:00
..
rest Merge "Fix wrong links in horizon" 2017-09-12 16:15:42 +00:00
__init__.py Split out FWaaS dashboard 2017-06-27 14:20:03 +00:00
base.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
cinder.py Prefer volumev3 and volumev2 endpoints over volume 2017-06-30 16:06:55 +02:00
glance.py Clean /tmp after upload when using glance v2 client 2017-08-04 10:54:51 +08:00
heat.py Use flake8-import-order plugin 2017-07-03 08:02:23 +00:00
keystone.py Merge "Use publicURL as default of OPENSTACK_ENDPOINT_TYPE consistently" 2017-06-13 13:14:12 +00:00
microversions.py Fix wrong links in horizon 2017-09-12 15:23:26 +08:00
network.py Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00
neutron.py Fix a bug to unable to retrieve ports when no trunk ext 2017-09-19 18:01:52 +00:00
nova.py Merge "Get all needed instances for volumes attachments at Admin->Volumes" 2017-09-05 11:53:52 +00:00
swift.py Use flake8-import-order plugin 2017-07-03 08:02:23 +00:00