Floating-IP
使net下第一未使用IP指派為FloatingIp
neutron floatingip-create net_name
指定FloatingIP給指定Instance
nova floating-ip-associate Instance Name floating-ip
參考資料
http://docs.openstack.org/icehouse/install-guide/install/apt/content/launch-instance-neutron.html
Secgroup設定
安全性group列表
nova secgroup-list
group_name開放規則
nova secgroup-list-rules group_name
新增安全性規則
nova secgroup-add-rule group_name protocal from to cidr
移除安全性規則
nova secgroup-delete-rule group_name protocal from to cidr
參考資料
http://docs.openstack.org/icehouse/install-guide/install/apt/content/launch-instance-neutron.html
http://docs.openstack.org/openstack-ops/content/security_groups.html
搶先發佈留言