Missing required extension in 'subnet-external-network'

That was commented in the implementation of the
'subnet-external-network' extension in [1].

[1]https://review.opendev.org/c/openstack/neutron-lib/+/907949/comment/33cccae5_375ab00a/

Related-Bug: #2051831
Change-Id: If8cc36d5df433c84c7054889be99005b24e84184
This commit is contained in:
Rodolfo Alonso Hernandez
2024-07-12 08:51:25 +00:00
parent 47e1736c10
commit 24da2cac0d

View File

@@ -45,5 +45,5 @@ RESOURCE_ATTRIBUTE_MAP = {
SUB_RESOURCE_ATTRIBUTE_MAP = {}
ACTION_MAP = {}
ACTION_STATUS = {}
REQUIRED_EXTENSIONS = []
REQUIRED_EXTENSIONS = [extnet_def.ALIAS]
OPTIONAL_EXTENSIONS = []