目的
默认情况下一个主机只绑定一个地址
有可能云主机需要一个新的 VIP 用于 keepalive
为云主机绑定多个 IP 地址
步骤
查询租户, 需要指定网络添加到云主机对应的租户中
查询 NETWORK ID 创建 PORT 需要用
创建一个新的 network port
为云主机绑定新的 NETWORK PORT
查询租户
ex: mgmt 租户
# keystone tenant-list | grep MGMT
| 3bf7f92c8b1449a8814b1cf15e1d1cda | MGMT | True |
查询网络
ex: 获取 mgmt 租户 ID
# neutron net-list | grep MGMT
| a46f6060-bfd2-44af-b90c-858ca62f19da | MGMT_NET | 91f2dc9f-9500-4615-989f-0d1562ab3c02 10.199.132.0/24 |
创建新网络
# neutron port-create --tenant-id 3bf7f92c8b1449a8814b1cf15e1d1cda a46f6060-bfd2-44af-b90c-858ca62f19da
Created a new port:
+---------------------+-------------------------------------------------------------------------------