命令
openstack(keystone)
- keystone 命令被 openstack 命令代替了
- 查看所有认证服务目录和对应 endpoint
openstack catalog list
- 查看endpint
openstack endpint list
- 查看endpint详细信息
# 先通过 endpint list 获取id openstack endpoint show id
- 查看role列表
openstack role list
- 查看user
openstack user list
glance
glance image-list
- 查看目前已经存在的 image
glance image-create
- 创建 image
- 删除image
glance image-delete
- 更新image
glance image-update
- 查看image详情
glance image-show
neutron
- 查看网络list
neutron net-list
- 创建网络
neutron net-create
- 删除网络
neutron net-delete
- 更新网络
neutron net-update
- 查看网络详情
neutron net–show
- 查看子网list
neutron subnet-list
- 创建子网
neutron subnet-create
- 删除子网
neutron subnet-delete
- 更新子网
neutron subnet-update
- 查看子网详情
neutron subnet–show
nova
- 查看 nova 服务和分布在哪些节点上
nova service-list