Merge pull request #2268 from nuagenetworks/bugfix/CLOUDSTACK-10081

CLOUDSTACK-10081: getDevInfo now returns correct value
This commit is contained in:
Frank Maximus 2017-10-30 13:25:42 +01:00 committed by GitHub
commit ca130488c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class networkConfig:
if networkConfig.isBridgePort(dev):
type = "brport"
elif networkConfig.isBridge(dev):
elif networkConfig.isBridge(dev) or networkConfig.isOvsBridge(dev):
type = "bridge"
else:
type = "dev"