Add "allocation" constant for port resource allocation requests

Related-Bug: #1578989
Change-Id: I4ee0d47730c00cf1ba4bf94df42dffffa2c7359a
This commit is contained in:
Rodolfo Alonso Hernandez 2024-10-23 15:11:24 +00:00
parent a4c9b4b02f
commit 85d9bf490a

View File

@ -31,3 +31,6 @@ INVENTORY_OPTIONS = set([
# Tunnelled networks resource provider default name.
RP_TUNNELLED = 'rp_tunnelled'
TRAIT_NETWORK_TUNNEL = 'CUSTOM_NETWORK_TUNNEL_PROVIDER'
# Port allocation key, stored in the port "binding:profile" dictionary.
ALLOCATION = 'allocation'