Fix subnet_dns_publish_fixed_ip extension

Depending on ``subnet`` as required extension doesn't work because it
doesn't exist.

Change-Id: Id10b06bd980a3e4c2accd14388bfcfabe37033d8
This commit is contained in:
Jens Harbott 2019-06-17 12:44:46 +00:00
parent 893f030b09
commit d2cabd9ed8
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ ACTION_STATUS = {
# The list of required extensions.
REQUIRED_EXTENSIONS = [
dns.ALIAS,
subnet.ALIAS
]
# The list of optional extensions.