【发布时间】:2016-09-26 08:56:46
【问题描述】:
安装devstack后,我按照doc设置安全规则:
$ openstack security group rule create --proto icmp --dst-port 0 default
More than one security_group exists with the name 'default'.
它声称我有多个以default 命名的安全组,但我使用nova secgroup-list 进行检查:
$ nova secgroup-list
WARNING: Command secgroup-list is deprecated and will be removed after Nova 15.0.0 is released. Use python-neutronclient or python-openstackclient instead.
+--------------------------------------+---------+------------------------+
| Id | Name | Description |
+--------------------------------------+---------+------------------------+
| e5466481-f656-46fa-ac72-56f7ab118c70 | default | Default security group |
+--------------------------------------+---------+------------------------+
所以,只有一个以default命名的安全组...
有人可以给我一些建议吗?
【问题讨论】: