Openstack 命令行集合

简介:

1, 使用nova boot命令创建虚拟机

   1,指定IP ,指定flavor ,指定image,指定zone,指定host

   

       nova  boot --flavor centos5.8_x64_30G --image  5d032bd2-0b3b-414d-9218-1ea326b46ecd  --nic net-id=f80d5e53-2ae9-4800-89e3-9ebcd3d35d10,v4-fixed-ip=10.14.22.75 --nic net-id=5191dc70-43ed-4b89-801a-61d1c31fcfa8,v4-fixed-ip=192.168.0.75  --availability-zone=nova:kx-compute-59.kaixin.com commands


       nova  boot --flavor centos5.8_x64_30G --image  5d032bd2-0b3b-414d-9218-1ea326b46ecd  --availability-zone=nova:kx-compute-57.kaixin.com commandss



本文转自 swq499809608 51CTO博客,原文链接:http://blog.51cto.com/swq499809608/1393215

相关文章
在openstack云平台中,使用命令行创建云主机操作步骤
在openstack云平台中,使用命令行创建云主机操作步骤
569 0
在openstack云平台中,使用命令行创建云主机操作步骤
|
Linux
【openstack】命令行模式创建虚拟机
【openstack】命令行模式创建虚拟机
745 0
【openstack】命令行模式创建虚拟机
|
5G Swift 容器
openstack 命令行管理五 - 磁盘配额管理(备忘)
 磁盘配额由 Swift 1.8 (OpenStack Grizzly) 管理 Container Quotas: Limits the total size (in bytes) or number of objects that can be stored in a single container. Account Quotas: Limits the total size
1782 0
openstack 命令行管理六 - 用户管理 (备忘)
openstack 中, 常见用户管理命令是 keystone 常见的管理是, 增加, 删除, 修改用户, 为用户设定角色 默认时候, 增加用户时都需要为用户指定一个租户, 我们同样介绍如何把用户加入到另外的一个租户中去 帮助 [root@station140 ~(keystone_admin)]# keystone | grep user
1630 0
|
前端开发
openstack 命令行管理七 - 角色管理 (备忘)
 帮助 [root@station140 ~(keystone_admin)]# keystone help | grep role role-create Create new role. role-delete Delete role. role-get Display role details.
1178 0
openstack 命令行管理八 - 服务管理 (备忘)
 帮助 [root@station140 tmp(keystone_admin)]# keystone help | grep service service-create Add service to Service Catalog. service-delete Delete service from Service Catalog.
1313 0
openstack 命令行管理九 - flavor管理[主机模板] (备忘)
 帮助 [root@station140 tmp(keystone_admin)]# nova help | grep flavor flavor-access-add Add flavor access for the given tenant. flavor-access-list Print access information about the giv
2069 0
|
数据安全/隐私保护 网络安全
openstack 命令行管理十 - 密钥管理 (备忘)
 帮助 [root@station140 ~(keystone_admin)]# nova help | grep key flavor-key Set or unset extra_spec for a flavor. keypair-add Create a new key pair for use with instances.
1510 0
|
安全 网络协议 网络安全
openstack 命令行管理十一 - 安全组管理 (备忘)
 参考官方资料 You must modify the rules for the default security group because users cannot access instances that use the default group from any IP address outside the cloud. You can modify the rul
1479 0
openstack 命令行管理十三 - 外部网络[外部连接专用]管理 (备忘)
 创建公网 [root@station140 ~(network_admin)]# neutron net-create --router:external=true pub1 Created a new network: +---------------------------+--------------------------------------+ | Field
1699 0