Fix copy/paste error in VIF attach note
This nit was picked up in the review of I3d13bfacfb5578f570791e3c06e769a9a0140a4c. Change-Id: I8fc1b7f4c319f306bdd62c9a99497f3a014dabd7 Related-Bug: #1666009
This commit is contained in:
parent
39c8779716
commit
761899776b
@ -467,8 +467,8 @@ class VIFPortIDMixin(object):
|
||||
# either neutron doesn't exist because we're running in
|
||||
# standalone environment or we can't find a matching neutron
|
||||
# port which means a user might be requesting a non-neutron
|
||||
# port. So skip trying to update the neutron port MAC address
|
||||
# in these cases.
|
||||
# port. Assume no physical network information exists in these
|
||||
# cases.
|
||||
pass
|
||||
|
||||
if len(physnets) > 1:
|
||||
|
Loading…
Reference in New Issue
Block a user