Add RP_TUNNELLED and TRAIT_NETWORK_TUNNEL constants

Related-Bug: #1991965
Change-Id: Icf0b4dec9420d342431549589f05c639e59a207c
This commit is contained in:
Rodolfo Alonso Hernandez 2023-07-08 04:17:38 +00:00 committed by Rodolfo Alonso
parent 8e5b6955d2
commit 884f2add0b
2 changed files with 9 additions and 0 deletions

View File

@ -27,3 +27,7 @@ INVENTORY_OPTIONS = set([
'reserved', 'reserved',
'step_size', '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``.