Updated the function name with "get_remove_vip_subflow" to fix the typo

Change-Id: I3b2deecd9db4b206b0283f41bd8bb2cd4ed141a1
Story: 2001483
Task: 6205
This commit is contained in:
Ganpat Agarwal 2018-01-18 15:12:13 +05:30
parent 195bfc8df5
commit 8eae7aac23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class NoopDistributorDriver(driver_base.DistributorDriver):
def get_delete_distributor_subflow(self):
return self.driver.get_delete_distributor_subflow()
def get_add_vip_flow(self):
def get_add_vip_subflow(self):
return self.driver.get_add_vip_subflow()
def get_remove_vip_subflow(self):