目录
安全组
Neutron Security Group 用于针对 Neutron Port 粒度进行 ACL 安全防护,支持设置多条 Security Group Rules 来定义 ACCEPT 操作集合,所以本质是一个 White List(白名单)ACL,即不支持显式的 DENY 操作(默认 DENY ALL)。文章来源:https://www.toymoban.com/news/detail-781550.html
在 API 层面提供了以下 2 种资源类型:文章来源地址https://www.toymoban.com/news/detail-781550.html
- security_groups
- security_group_rules
# create security group
neutron security-group-create --tenant-id [tenant_id] [NAME]
#
到了这里,关于Neutron — 安全组的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!