Add the new device owner flag for HA router interface

Changeset I89b247bdac3aee1e47ee8a1c9f1cb2c385019a51 introduced a new
device owner flag for HA router interfaces which was still not included
in Horizon's ROUTER_INTERFACE_OWNERS.

Change-Id: I2db4218e7351e0017a7a74114be6ac7af803476c
Related-Bug: #1554519
Closes-Bug: #1617769
This commit is contained in:
Paulo Matias 2016-08-28 12:33:34 -03:00
parent 96595dcfc2
commit 2ac3d51014
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ ON_STATE = 'ON'
ROUTER_INTERFACE_OWNERS = (
'network:router_interface',
'network:router_interface_distributed'
'network:router_interface_distributed',
'network:ha_router_replicated_interface'
)