Merge "Add a TODO to remove Ironic related workaround"

This commit is contained in:
Jenkins 2016-08-03 04:56:11 +00:00 committed by Gerrit Code Review
commit f8012dde02
1 changed files with 1 additions and 0 deletions

View File

@ -837,6 +837,7 @@ class NetworkScenarioTest(ScenarioTest):
# NOTE(vsaienko) With Ironic, instances live on separate hardware
# servers. Neutron does not bind ports for Ironic instances, as a
# result the port remains in the DOWN state.
# TODO(vsaienko) remove once bug: #1599836 is resolved.
if CONF.service_available.ironic:
p_status.append('DOWN')
port_map = [(p["id"], fxip["ip_address"])