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:
@@ -45,5 +45,5 @@ RESOURCE_ATTRIBUTE_MAP = {
|
||||
SUB_RESOURCE_ATTRIBUTE_MAP = {}
|
||||
ACTION_MAP = {}
|
||||
ACTION_STATUS = {}
|
||||
REQUIRED_EXTENSIONS = []
|
||||
REQUIRED_EXTENSIONS = [extnet_def.ALIAS]
|
||||
OPTIONAL_EXTENSIONS = []
|
||||
|
||||
Reference in New Issue
Block a user