Add RP_TUNNELLED and TRAIT_NETWORK_TUNNEL constants
Related-Bug: #1991965 Change-Id: Icf0b4dec9420d342431549589f05c639e59a207c
This commit is contained in:
parent
8e5b6955d2
commit
884f2add0b
@ -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'
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Added two constants to model tunnelled networks in the Placement
|
||||
API: ``RP_TUNNELLED`` and ``TRAIT_NETWORK_TUNNEL``.
|
Loading…
x
Reference in New Issue
Block a user