Add DEVICE_OWNER_ROUTED constant

This patch adds the DEVICE_OWNER_ROUTED constant.

Related-Bug: #1667329
Change-Id: Ibde33bdacba6bd1e9c41cc69d0054bf55e1e6454
This commit is contained in:
Thomas Goirand 2020-07-17 11:38:37 +02:00
parent 85205e9f08
commit b64d4e2423
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ DEVICE_OWNER_AGENT_GW = (DEVICE_OWNER_NETWORK_PREFIX +
"floatingip_agent_gateway")
DEVICE_OWNER_ROUTER_SNAT = (DEVICE_OWNER_NETWORK_PREFIX +
"router_centralized_snat")
DEVICE_OWNER_ROUTED = (DEVICE_OWNER_NETWORK_PREFIX + "routed")
# TODO(johnsom) Remove after these stop being used. Neutron-LBaaS is now
# retired (train) and these should no longer be necessary.
DEVICE_OWNER_LOADBALANCER = DEVICE_OWNER_NEUTRON_PREFIX + "LOADBALANCER"