Merge "Prevent interface map from being built for neutron_server container"

This commit is contained in:
Zuul 2019-02-09 03:51:22 +00:00 committed by Gerrit Code Review
commit d7f7a52c61
1 changed files with 1 additions and 2 deletions

View File

@ -253,8 +253,7 @@ class ProviderNetworksParsing(object):
if (
set(
net["network"]["group_binds"]
).intersection(group_names) or
"neutron_server" in group_names
).intersection(group_names)
):
if 'net_name' in net['network']:
if is_metal: