Merge "Add RP_TUNNELLED and TRAIT_NETWORK_TUNNEL constants"

This commit is contained in:
Zuul 2023-07-28 17:01:11 +00:00 committed by Gerrit Code Review
commit 4f862daccc
2 changed files with 9 additions and 0 deletions

View File

@ -27,3 +27,7 @@ INVENTORY_OPTIONS = set([
'reserved',
'step_size',
])
# Tunnelled networks resource provider default name.
RP_TUNNELLED = 'rp_tunnelled'
TRAIT_NETWORK_TUNNEL = 'CUSTOM_NETWORK_TUNNEL_PROVIDER'

View File

@ -0,0 +1,5 @@
---
features:
- |
Added two constants to model tunnelled networks in the Placement
API: ``RP_TUNNELLED`` and ``TRAIT_NETWORK_TUNNEL``.