第 72 章 server
本章描述了 server
命令下的命令。
72.1. 服务器添加固定的 ip
为服务器添加固定 IP 地址
使用方法:
openstack server add fixed ip [-h] [--fixed-ip-address <ip-address>] [--tag <tag>] <server> <network>
值 | 概述 |
---|---|
<server> | 服务器以接收固定的 ip 地址(名称或 ID) |
<network> | 从中分配固定 IP 地址的网络(名称或 ID) |
值 | 概述 |
---|---|
-h, --help | 显示帮助信息并退出 |
--fixed-ip-address <ip-address> | 请求的固定 IP 地址 |
--tag <tag> | 附加接口的标签。(由 --os- compute-api-version 2.52 或更高版本支持) |