Merge "Add missing module-level SUBNET ref"

This commit is contained in:
Jenkins 2017-01-27 17:36:31 +00:00 committed by Gerrit Code Review
commit c001ac434a

View File

@ -24,6 +24,7 @@ QOS_POLICY = policy.QosPolicy.obj_name()
SUBPORT = trunk.SubPort.obj_name()
PORT = ports.Port.obj_name()
NETWORK = network.Network.obj_name()
SUBNET = subnet.Subnet.obj_name()
SECURITYGROUP = securitygroup.SecurityGroup.obj_name()
SECURITYGROUPRULE = securitygroup.SecurityGroupRule.obj_name()