Merge "Use Port list type in the NSX configuration"
This commit is contained in:
commit
1f73a6a811
@ -15,6 +15,7 @@
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
from oslo_config import cfg
|
from oslo_config import cfg
|
||||||
|
from oslo_config import types
|
||||||
|
|
||||||
from vmware_nsx._i18n import _, _LW
|
from vmware_nsx._i18n import _, _LW
|
||||||
from vmware_nsx.common import exceptions as nsx_exc
|
from vmware_nsx.common import exceptions as nsx_exc
|
||||||
@ -562,6 +563,7 @@ nsxv_opts = [
|
|||||||
help=_("If True, the server instance will attempt to "
|
help=_("If True, the server instance will attempt to "
|
||||||
"initialize the metadata infrastructure")),
|
"initialize the metadata infrastructure")),
|
||||||
cfg.ListOpt('metadata_service_allowed_ports',
|
cfg.ListOpt('metadata_service_allowed_ports',
|
||||||
|
item_type=types.Port(),
|
||||||
default=[],
|
default=[],
|
||||||
help=_('List of tcp ports, to be allowed access to the '
|
help=_('List of tcp ports, to be allowed access to the '
|
||||||
'metadata proxy, in addition to the default '
|
'metadata proxy, in addition to the default '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user