Change the prefix for trunk subports device_owner

The choice was poorly made as the 'network:' prefix is used extensively
in the codebase to identify ports created by the platform itself. Subports
instead are user created.

Closes-bug: 1624570

Change-Id: Ie792a154a6946d0acd5bed322363319e241b1ae7
This commit is contained in:
Armando Migliaccio 2016-09-16 15:38:40 -07:00
parent 8a03808ebc
commit ecdf751635
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ PARENT_PORT = 'parent_port'
SUBPORTS = 'subports'
TRUNK = 'trunk'
TRUNK_PLUGIN = 'trunk_plugin'
TRUNK_SUBPORT_OWNER = 'network:trunk_subport'
TRUNK_SUBPORT_OWNER = 'trunk:subport'
# String literals for segmentation types