Merge "[Trivialfix]Modify a grammatical error"

This commit is contained in:
Zuul 2018-02-28 16:03:53 +00:00 committed by Gerrit Code Review
commit 02f1e34a3c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class PortQosApp(df_base_app.DFlowApp):
def _check_update_local_port_qos(self, lport):
policy = lport.qos_policy
if not policy:
# If the there is no qos associated with lport in nb db,
# If there is no qos associated with lport in nb db,
# the qos in ovs db should also be checked and cleared.
# This is because the ovs db might not be consistent with
# nb db.