Merge "Add RP_TUNNELLED and TRAIT_NETWORK_TUNNEL constants"
This commit is contained in:
commit
4f862daccc
@ -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'
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Added two constants to model tunnelled networks in the Placement
|
||||||
|
API: ``RP_TUNNELLED`` and ``TRAIT_NETWORK_TUNNEL``.
|
Loading…
Reference in New Issue
Block a user